Commit 0ef92590 by Erik Michaels-Ober

ruby-build 20121110

parent 473bb45e
...@@ -155,9 +155,13 @@ include the full build log for build failures. ...@@ -155,9 +155,13 @@ include the full build log for build failures.
## Version History ## Version History
#### 20121110
* Added a definition for Ruby 1.9.3-p327
* Fetch Ruby 2.0.0.dev and 1.9.3.dev via Get instead of Subversion
#### 20121104 #### 20121104
* Add a definition for Ruby 2.0.0-preview1 * Added a definition for Ruby 2.0.0-preview1
* Add a definition for Rubinius 2.0.0-rc1 * Added a definition for Rubinius 2.0.0-rc1
#### 20121022 #### 20121022
* Added a definition for JRuby 1.7.0 * Added a definition for JRuby 1.7.0
......
#!/usr/bin/env bash #!/usr/bin/env bash
RUBY_BUILD_VERSION="20121104" RUBY_BUILD_VERSION="20121110"
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