mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-02 07:11:12 +02:00
ruby-build 20121201
This commit is contained in:
parent
34c34d7a20
commit
e4788cc121
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue