ruby-build 20121204

This commit is contained in:
Erik Michaels-Ober 2012-12-04 13:52:15 -08:00
parent 830f736b80
commit a2895ad99d
2 changed files with 4 additions and 1 deletions

View file

@ -202,6 +202,9 @@ include the full build log for build failures.
## Version History
#### 20121204
* Added a definition for JRuby 1.7.1
#### 20121201
* Added a definition for Ruby 2.0.0-preview2

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
RUBY_BUILD_VERSION="20121201"
RUBY_BUILD_VERSION="20121204"
set -E
exec 3<&2 # preserve original stderr at fd 3