- Dec 20, 2013
-
-
Mislav Marohnić authored
[ci skip]
-
- Dec 11, 2013
-
-
Mislav Marohnić authored
-
Mislav Marohnić authored
It was getting out of hand, so just use the single-character flags which are documented below anyway.
-
Mislav Marohnić authored
If `-p|--patch` flag was set while invoking `ruby-build` or `rbenv install`, ruby-build will use `patch -p0 -i -` to apply a patch from stdin to Ruby, Rubinius, or JRuby source code before running the rest of `build_package_*` commands. References #443
-
Mislav Marohnić authored
Install the missing `rubysl-tracer` gem References rubinius/rubinius#2780
-
Mislav Marohnić authored
We symlink Rubinius' `PREFIX/gems/bin` into `PREFIX/bin` so that new RubyGems binstubs get added to the main bin directory and therefore become available to rbenv. However, by throwing away `irb`, `rake`, `rdoc`, and `ri` binstubs during this process (which are non-executable and have an invalid shebang), we break the same commands in latest versions of Rubinius. This change ensures that these binstubs get preserved, their shebang corrected to `#!PREFIX/bin/rbx`, their executable bit flipped on, and copied over to the main bin directory. Fixes #468
-
- Dec 07, 2013
-
-
Erik Michaels-Ober authored
-
Erik Michaels-Ober authored
Add JRuby 1.7.9 to rbenv
-
Rob Roland authored
-
- Nov 25, 2013
-
-
Sam Stephenson authored
Add definition for heroku-patched 1.8.7-p375
-
Thomas Fuchs authored
This build is an unofficial backport of the patch for "Heap Overflow in Floating Point Parsing (CVE-2013-4164)" to Ruby 1.8.7-p374. The defnitoin refers to a tarball of this tag: https://github.com/heroku/ruby/releases/tag/v1_8_7_375
-
- Nov 23, 2013
-
-
Sam Stephenson authored
-
Sam Stephenson authored
Update 2.1.0-preview2
-
Sam Granieri authored
Typo fixed
-
- Nov 22, 2013
-
-
Sam Stephenson authored
-
SHIBATA Hiroshi authored
-
Mislav Marohnić authored
-
Mislav Marohnić authored
Fixes #429, references rubinius/rubinius#2693
-
Jeremy Kemper authored
Adds ruby 1.9.3-p484 and ruby 2.0.0-p353 definitions
-
Andrea Salicetti authored
-
Andrea Salicetti authored
-
SHIBATA Hiroshi authored
-
SHIBATA Hiroshi authored
-
- Nov 18, 2013
-
-
Erik Michaels-Ober authored
Add rbx 2.2.0 and 2.2.1 definitions.
-
John Bellone authored
-
- Nov 15, 2013
-
-
Erik Michaels-Ober authored
-
Erik Michaels-Ober authored
Add definition for jruby-1.7.8
-
Ketan Padegaonkar authored
-
- Nov 14, 2013
-
-
Mislav Marohnić authored
Add a definition for JRuby 1.7.7
-
deepj authored
-
- Nov 13, 2013
-
-
Kelley Reynolds authored
`grep -c` would correctly output "0", which is handled specially later on, but would also exit with a nonzero status which would abort the script. Piping the output to `wc` to do the counting makes the exit status of grep irrelevant. Fixes #447
-
- Oct 30, 2013
-
-
Mislav Marohnić authored
References #443
-
Mislav Marohnić authored
-
Mislav Marohnić authored
-
Mislav Marohnić authored
-
- Oct 29, 2013
-
-
Mislav Marohnić authored
Makes sure that installing Rubinius won't touch other gems outside the build directory.
-
Mislav Marohnić authored
Installing Rubinius would print "BUILD FAILED" at the `bundle` step but the installation would proceed nevertheless and finish successfully. It turns out that the `command ...` expression will trigger the ERR trap on failure even when it's a part of `||` list or a condition inside an `if` statement. This defies how the ERR trap is supposed to work, so the workaround is to execute it in a subshell which doesn't inherit the ERR trap of its parent.
-
Mislav Marohnić authored
This is a regression introduced by d13ae0ad References #267
-
- Oct 28, 2013
-
-
Mislav Marohnić authored
If a commit introduced a new Ruby definition, we want it mirrored even if there might have been an accidental failure on CI.
-