Commit a2895ad9 by Erik Michaels-Ober

ruby-build 20121204

parent 830f736b
...@@ -202,6 +202,9 @@ include the full build log for build failures. ...@@ -202,6 +202,9 @@ include the full build log for build failures.
## Version History ## Version History
#### 20121204
* Added a definition for JRuby 1.7.1
#### 20121201 #### 20121201
* Added a definition for Ruby 2.0.0-preview2 * Added a definition for Ruby 2.0.0-preview2
......
#!/usr/bin/env bash #!/usr/bin/env bash
RUBY_BUILD_VERSION="20121201" RUBY_BUILD_VERSION="20121204"
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