Commit 14dc5d60 by Erik Michaels-Ober

ruby-build 20121022

parent 13b6aa19
...@@ -144,6 +144,9 @@ include the full build log for build failures. ...@@ -144,6 +144,9 @@ include the full build log for build failures.
## Version History ## Version History
#### 20121022
* Added a definition for JRuby 1.7.0
#### 20121020 #### 20121020
* Added a definition for Ruby 1.9.3-p286 * Added a definition for Ruby 1.9.3-p286
......
#!/usr/bin/env bash #!/usr/bin/env bash
RUBY_BUILD_VERSION="20121020" RUBY_BUILD_VERSION="20121022"
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