mirror of
https://github.com/rbenv/ruby-build.git
synced 2024-12-29 13:15:33 +01:00
ruby-build 20121104
This commit is contained in:
parent
b90a170de0
commit
3fed3b492f
3 changed files with 6 additions and 2 deletions
|
@ -144,6 +144,10 @@ include the full build log for build failures.
|
|||
|
||||
## Version History
|
||||
|
||||
#### 20121104
|
||||
* Add a definition for Ruby 2.0.0-preview1
|
||||
* Add 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="20121022"
|
||||
RUBY_BUILD_VERSION="20121104"
|
||||
|
||||
set -E
|
||||
exec 3<&2 # preserve original stderr at fd 3
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
install_package "yaml-0.1.4" "http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz"
|
||||
install_svn "ruby-2.0.0-dev" "http://svn.ruby-lang.org/repos/ruby/trunk" "HEAD" autoconf standard
|
||||
install_svn "ruby-2.0.0-dev" "http://svn.ruby-lang.org/repos/ruby/trunk" "HEAD" autoconf standard
|
||||
|
|
Loading…
Reference in a new issue