From ea4098a467d813f4a8c4e6dde7f47ac37aaa47b1 Mon Sep 17 00:00:00 2001 From: Shota Fukumori Date: Wed, 6 Feb 2013 05:57:33 -0800 Subject: [PATCH 1/4] Add 1.9.3-p385 --- share/ruby-build/1.9.3-p385 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 share/ruby-build/1.9.3-p385 diff --git a/share/ruby-build/1.9.3-p385 b/share/ruby-build/1.9.3-p385 new file mode 100644 index 00000000..412c5e52 --- /dev/null +++ b/share/ruby-build/1.9.3-p385 @@ -0,0 +1,2 @@ +install_package "yaml-0.1.4" "http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz#36c852831d02cf90508c29852361d01b" +install_package "ruby-1.9.3-p385" "http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p385.tar.gz#3e0d7f8512400c1a6732327728a56f1d" From 7baca3cce8d0486acee181d7410124b53a86384d Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Wed, 6 Feb 2013 11:52:05 -0800 Subject: [PATCH 2/4] Update examples to use latest MRI --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a5598fe..a09bee9e 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Or, if you would like to install the latest development release: To install a Ruby version for use with rbenv, run `rbenv install` with the exact name of the version you want to install. For example, - rbenv install 1.9.3-p374 + rbenv install 1.9.3-p385 Ruby versions will be installed into a directory of the same name under `~/.rbenv/versions`. @@ -84,7 +84,7 @@ Run the `ruby-build` command with the exact name of the version you want to install and the full path where you want to install it. For example, - ruby-build 1.9.3-p374 ~/local/ruby-1.9.3-p374 + ruby-build 1.9.3-p385 ~/local/ruby-1.9.3-p385 To see a list of all available Ruby versions, run `ruby-build --definitions`. From 97d67eb5b60e49b99bd8ccbb2d3c547ff858a814 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Wed, 6 Feb 2013 11:55:00 -0800 Subject: [PATCH 3/4] ruby-build 20130206 --- CHANGELOG.md | 3 +++ bin/ruby-build | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a6a497..c5895668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Version History +#### 20130206 +* Added a definition for 1.9.3-p385 + #### 20130129 * Changed `rbenv install` to attempt to install the local app-specific version when it is invoked without any arguments. diff --git a/bin/ruby-build b/bin/ruby-build index 59fcf556..62eecccf 100755 --- a/bin/ruby-build +++ b/bin/ruby-build @@ -1,6 +1,6 @@ #!/usr/bin/env bash -RUBY_BUILD_VERSION="20130129" +RUBY_BUILD_VERSION="20130206" set -E exec 3<&2 # preserve original stderr at fd 3 From c3215b9b871227e4d4897c625cfb768d6a430c6f Mon Sep 17 00:00:00 2001 From: Lucas Uyezu Date: Fri, 8 Feb 2013 16:02:09 -0200 Subject: [PATCH 4/4] Add 2.0.0-rc2 --- CHANGELOG.md | 3 +++ README.md | 2 +- share/ruby-build/2.0.0-rc2 | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 share/ruby-build/2.0.0-rc2 diff --git a/CHANGELOG.md b/CHANGELOG.md index c5895668..aa316623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Version History +#### 20130208 +* Added a definition for 2.0.0-rc2 + #### 20130206 * Added a definition for 1.9.3-p385 diff --git a/README.md b/README.md index a09bee9e..1e11f75f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/share/ruby-build/2.0.0-rc2 b/share/ruby-build/2.0.0-rc2 new file mode 100644 index 00000000..5f8e6f5a --- /dev/null +++ b/share/ruby-build/2.0.0-rc2 @@ -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"