- 22 Nov, 2013 8 commits
-
-
SHIBATA Hiroshi committed
-
Mislav Marohnić committed
-
Fixes #429, references rubinius/rubinius#2693
Mislav Marohnić committed -
Adds ruby 1.9.3-p484 and ruby 2.0.0-p353 definitions
Jeremy Kemper committed -
Andrea Salicetti committed
-
Andrea Salicetti committed
-
SHIBATA Hiroshi committed
-
SHIBATA Hiroshi committed
-
- 18 Nov, 2013 2 commits
-
-
Add rbx 2.2.0 and 2.2.1 definitions.
Erik Michaels-Ober committed -
John Bellone committed
-
- 15 Nov, 2013 3 commits
-
-
Erik Michaels-Ober committed
-
Add definition for jruby-1.7.8
Erik Michaels-Ober committed -
Ketan Padegaonkar committed
-
- 14 Nov, 2013 2 commits
-
-
Add a definition for JRuby 1.7.7
Mislav Marohnić committed -
deepj committed
-
- 13 Nov, 2013 1 commit
-
-
`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
Kelley Reynolds committed
-
- 30 Oct, 2013 4 commits
-
-
References #443
Mislav Marohnić committed -
Mislav Marohnić committed
-
Mislav Marohnić committed
-
Mislav Marohnić committed
-
- 29 Oct, 2013 3 commits
-
-
Makes sure that installing Rubinius won't touch other gems outside the build directory.
Mislav Marohnić committed -
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ć committed -
This is a regression introduced by d13ae0ad References #267
Mislav Marohnić committed
-
- 28 Oct, 2013 4 commits
-
-
If a commit introduced a new Ruby definition, we want it mirrored even if there might have been an accidental failure on CI.
Mislav Marohnić committed -
Mislav Marohnić committed
-
Mislav Marohnić committed
-
Mislav Marohnić committed
-
- 27 Oct, 2013 9 commits
-
-
Mislav Marohnić committed
-
Fixes #148
Mislav Marohnić committed -
Mislav Marohnić committed
-
Because OS X Mountain Lion removed X Windows, compiling Ruby 1.8 would fail unless the user installed XQuartz manually and passed: CPPFLAGS=-I/opt/X11/include rbenv install 1.8.7-p374 This auto-detects if `/opt/X11/include` is present on the system and configures CPPFLAGS accordingly. However if XQuartz was never installed, we simply configure Ruby using `--without-tk`. Fixes #193 #207 References 35324692Mislav Marohnić committed -
Mislav Marohnić committed
-
Alt. implementation of #401, #434
Mislav Marohnić committed -
The problem wasn't in quoting as per 0b520617, but in the fact that Ruby trunk added a LDFLAGS checker that aborts if any of the paths listed in it are missing: https://github.com/ruby/ruby/commit/3636f8c0f56ddf15e26e28e7a38e748588fad976 This is probably a bug in Ruby, but for now a simple workaround is to iterate through paths in LDFLAGS and ensure they exist. References #441
Mislav Marohnić committed -
Stop quoting in LDFLAGS and CPPFLAGS. Ruby trunk chokes on it: https://github.com/ruby/ruby/commit/3636f8c0f56ddf15e26e28e7a38e748588fad976 Closes #441
SHIBATA Hiroshi committed
-
- 26 Oct, 2013 4 commits
-
-
Mislav Marohnić committed
-
Example: export RAKE_STUB_DEBUG=2Mislav Marohnić committed -
Mislav Marohnić committed
-
Mislav Marohnić committed
-