mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-03 15:51:32 +02:00
ruby-build 20121110
This commit is contained in:
parent
473bb45ec0
commit
0ef9259058
2 changed files with 7 additions and 3 deletions
|
@ -155,9 +155,13 @@ include the full build log for build failures.
|
|||
|
||||
## 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
|
||||
* Add a definition for Ruby 2.0.0-preview1
|
||||
* Add a definition for Rubinius 2.0.0-rc1
|
||||
* Added a definition for Ruby 2.0.0-preview1
|
||||
* Added a definition for Rubinius 2.0.0-rc1
|
||||
|
||||
#### 20121022
|
||||
* Added a definition for JRuby 1.7.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
RUBY_BUILD_VERSION="20121104"
|
||||
RUBY_BUILD_VERSION="20121110"
|
||||
|
||||
set -E
|
||||
exec 3<&2 # preserve original stderr at fd 3
|
||||
|
|
Loading…
Reference in a new issue