mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-05 08:41:17 +02:00
commit
665289f731
3 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
#### 20130208
|
||||||
|
* Added a definition for 2.0.0-rc2
|
||||||
|
|
||||||
#### 20130206
|
#### 20130206
|
||||||
* Added a definition for 1.9.3-p385
|
* Added a definition for 1.9.3-p385
|
||||||
|
|
||||||
|
|
|
@ -103,7 +103,7 @@ instead:
|
||||||
Then set the `CONFIGURE_OPTS` environment variable when you build
|
Then set the `CONFIGURE_OPTS` environment variable when you build
|
||||||
Ruby:
|
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
|
### 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