Commit 9951b22b by Erik Michaels-Ober

ruby-build 20140225

parent 747d7978
## Version History ## Version History
#### 20140225
* Add JRuby 1.7.10
* Add support for JRuby 9000 bundled with the Graal VM
#### 20140224.1 #### 20140224.1
* Add Ruby 2.0.0-p451 * Add Ruby 2.0.0-p451
* Add Ruby 2.1.1 * Add Ruby 2.1.1
......
#!/usr/bin/env bash #!/usr/bin/env bash
RUBY_BUILD_VERSION="20140224.1" RUBY_BUILD_VERSION="20140225"
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