- Jan 22, 2014
-
-
Eric Lindvall authored
-
Eric Lindvall authored
-
Eric Lindvall authored
Allows for passing environment variables specifically to the "make install" step of package building. This can be helpful for providing a different DESTDIR= to a ruby install from the --prefix that is used
-
- Jan 17, 2014
-
-
Mislav Marohnić authored
GNU sed compatibility
-
Marc Bellingrath authored
GNU sed version 4.1.5 on CentOS 5.8 does not support the -E flag: $ sed -E sed: invalid option -- E
-
- Jan 09, 2014
-
-
Erik Michaels-Ober authored
-
Erik Michaels-Ober authored
Believe it or not, this was causing the following error: command not found-build: line 370: build_package_jruby
-
Erik Michaels-Ober authored
-
Erik Michaels-Ober authored
-
- Jan 07, 2014
-
-
Erik Michaels-Ober authored
-
- Jan 06, 2014
-
-
Mislav Marohnić authored
Closes #368
-
- Jan 05, 2014
-
-
Mislav Marohnić authored
-
Mislav Marohnić authored
Benefits: - makes it easier to stub `rbenv-*` subcommands in tests - speeds up subcommands because it skips the main `rbenv` executable Caveats: - users are no longer able to call `bin/rbenv-install` or `rbenv-uninstall` directly
-
Mislav Marohnić authored
-
Mislav Marohnić authored
Same approach taken in rbenv: sstephenson/rbenv@baf7656d
-
Yamashita Yuu authored
-
- Dec 30, 2013
-
-
Erik Michaels-Ober authored
Add Rubinius 2.2.3
-
Arthur Schreiber authored
-
- Dec 26, 2013
-
-
Erik Michaels-Ober authored
-
- Dec 25, 2013
-
-
Erik Michaels-Ober authored
-
Erik Michaels-Ober authored
This reverts commit 36b5f33e. See https://twitter.com/hsbt/status/415887230318567424.
-
SHIBATA Hiroshi authored
-
Erik Michaels-Ober authored
-
Erik Michaels-Ober authored
-
Erik Michaels-Ober authored
-
Erik Michaels-Ober authored
Definitions of Ruby 2.1
-
SHIBATA Hiroshi authored
-
- Dec 23, 2013
-
-
Erik Michaels-Ober authored
Added definitions of Heroku's backports.
-
SHIBATA Hiroshi authored
-
- Dec 22, 2013
-
-
SHIBATA Hiroshi authored
-
- Dec 21, 2013
-
-
Mislav Marohnić authored
-
Mislav Marohnić authored
Closes #476
-
Mislav Marohnić authored
-
Phil Smith authored
There doesn't seem to be a way to construct a sed invocation for in-place editing that is compatible with both BSD and GNU sed. http://stackoverflow.com/q/5694228/11687 Fixes #475
-
- Dec 20, 2013
-
-
Mislav Marohnić authored
-
Thomas Seliger authored
The default shebang for binstubs in a JRuby installation is `#!/usr/bin/env jruby`. On a rbenv-managed JRuby, this will execute the `jruby` rbenv shim. In a situation where a JRuby tool like `gem` is executed from within a running rbenv by a rbenv plugin, (e.g. rbenv-gemset) this can trigger another rbenv run to resolve the shim. This can lead to endless recursion of rbenv calls. Fixes #471, closes #473 References jf/rbenv-gemset#56
-
Mislav Marohnić authored
Closes #469
-
Mislav Marohnić authored
[ci skip]
-
Mislav Marohnić authored
Add ruby-2.1.0-rc1.
-
Shannon Skipper authored
-