Commit 578f0c5c by Mislav Marohnić

ruby-build 20131220

parent 76b63289
## Version History ## Version History
#### 20131220
* Transform JRuby shebangs to absolute paths, fixing edge-case recursion in rbenv
* Add `--patch` command-line option to patch Ruby from stdin before building
* Add Ruby 2.1.0-rc1
#### 20131211 #### 20131211
* Fix extracting topaz-dev archive * Fix extracting topaz-dev archive
* Auto-detect and link to Homebrew's readline * Auto-detect and link to Homebrew's readline
......
#!/usr/bin/env bash #!/usr/bin/env bash
RUBY_BUILD_VERSION="20131211" RUBY_BUILD_VERSION="20131220"
set -E set -E
exec 3<&2 # preserve original stderr at fd 3 exec 3<&2 # preserve original stderr at fd 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment