| Name |
Last commit
|
Last update |
|---|---|---|
| bin | ||
| script | ||
| share/ruby-build | ||
| test | ||
| .travis.yml | ||
| CHANGELOG.md | ||
| LICENSE | ||
| README.md | ||
| install.sh |
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
| Name |
Last commit
|
Last update |
|---|---|---|
| bin | Loading commit data... | |
| script | Loading commit data... | |
| share/ruby-build | Loading commit data... | |
| test | Loading commit data... | |
| .travis.yml | Loading commit data... | |
| CHANGELOG.md | Loading commit data... | |
| LICENSE | Loading commit data... | |
| README.md | Loading commit data... | |
| install.sh | Loading commit data... |