ruby-build 20121201

This commit is contained in:
Erik Michaels-Ober 2012-12-01 10:00:20 -08:00
parent 34c34d7a20
commit e4788cc121
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
#### 20121201
* Added a definition for Ruby 2.0.0-preview2
#### 20121120
* Added optional package checksum support. When a package URL is
annotated with an MD5 checksum, ruby-build will use it to verify

View file

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