mirror of
https://github.com/rbenv/ruby-build.git
synced 2024-12-28 20:55:31 +01:00
Add 2.0.0-rc2
This commit is contained in:
parent
97d67eb5b6
commit
c3215b9b87
3 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
## Version History
|
||||
|
||||
#### 20130208
|
||||
* Added a definition for 2.0.0-rc2
|
||||
|
||||
#### 20130206
|
||||
* Added a definition for 1.9.3-p385
|
||||
|
||||
|
|
|
@ -103,7 +103,7 @@ instead:
|
|||
Then set the `CONFIGURE_OPTS` environment variable when you build
|
||||
Ruby:
|
||||
|
||||
CONFIGURE_OPTS=--with-openssl-dir=`brew --prefix openssl` rbenv install 2.0.0-rc1
|
||||
CONFIGURE_OPTS=--with-openssl-dir=`brew --prefix openssl` rbenv install 2.0.0-rc2
|
||||
|
||||
### Custom definitions
|
||||
|
||||
|
|
1
share/ruby-build/2.0.0-rc2
Normal file
1
share/ruby-build/2.0.0-rc2
Normal file
|
@ -0,0 +1 @@
|
|||
install_package "ruby-2.0.0-rc2" "http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-rc2.tar.gz#9d5e6f26db7c8c3ddefc81fdb19bd41a"
|
Loading…
Reference in a new issue