- 07 Jan, 2014 1 commit
-
-
Erik Michaels-Ober committed
-
- 06 Jan, 2014 1 commit
-
-
Closes #368
Mislav Marohnić committed
-
- 05 Jan, 2014 5 commits
-
-
Mislav Marohnić committed
-
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ć committed -
Mislav Marohnić committed
-
Same approach taken in rbenv: sstephenson/rbenv@baf7656d
Mislav Marohnić committed -
Yamashita Yuu committed
-
- 30 Dec, 2013 2 commits
-
-
Add Rubinius 2.2.3
Erik Michaels-Ober committed -
Arthur Schreiber committed
-
- 26 Dec, 2013 1 commit
-
-
Erik Michaels-Ober committed
-
- 25 Dec, 2013 8 commits
-
-
Erik Michaels-Ober committed
-
This reverts commit 36b5f33e. See https://twitter.com/hsbt/status/415887230318567424.
Erik Michaels-Ober committed -
SHIBATA Hiroshi committed
-
Erik Michaels-Ober committed
-
Erik Michaels-Ober committed
-
Erik Michaels-Ober committed
-
Definitions of Ruby 2.1
Erik Michaels-Ober committed -
SHIBATA Hiroshi committed
-
- 23 Dec, 2013 2 commits
-
-
Added definitions of Heroku's backports.
Erik Michaels-Ober committed -
SHIBATA Hiroshi committed
-
- 22 Dec, 2013 1 commit
-
-
SHIBATA Hiroshi committed
-
- 21 Dec, 2013 4 commits
-
-
Mislav Marohnić committed
-
Closes #476
Mislav Marohnić committed -
Mislav Marohnić committed
-
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
Phil Smith committed
-
- 20 Dec, 2013 6 commits
-
-
Mislav Marohnić committed
-
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
Thomas Seliger committed -
Closes #469
Mislav Marohnić committed -
[ci skip]
Mislav Marohnić committed -
Add ruby-2.1.0-rc1.
Mislav Marohnić committed -
Shannon Skipper committed
-
- 11 Dec, 2013 8 commits
-
-
Mislav Marohnić committed
-
Mislav Marohnić committed
-
On OS X and some other platforms it doesn't matter, as `tar` automatically detects the compression method, but on platforms that don't it's important to declare the archive format. For ordinary tarballs the extension provides this info, but since Topaz archive doesn't have an extension in the URL, we add a fake one via a dummy query string parameter. Fixes #357
Mislav Marohnić committed -
I thought this was not necessary, but a number of people had problems when linking to OS X's "readline" (actually Editline wrapper): - Some components of Pry wouldn't work - Writing literal Unicode characters was not possible #379 - The compilation would downright fail in some cases #82 #461 Fixes #461
Mislav Marohnić committed -
It was getting out of hand, so just use the single-character flags which are documented below anyway.
Mislav Marohnić committed -
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ć committed -
Install the missing `rubysl-tracer` gem References rubinius/rubinius#2780
Mislav Marohnić committed -
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
Mislav Marohnić committed
-
- 07 Dec, 2013 1 commit
-
-
Erik Michaels-Ober committed
-