From c248f3f3741d4bebb5b5538b7c04b26e7ed3f0f4 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Fri, 30 Dec 2011 13:58:29 -0600 Subject: [PATCH] ruby-build 20111230 --- README.md | 14 ++++++++++++++ bin/ruby-build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f365cae0..881cc522 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,20 @@ ruby-build provides an `rbenv-install` command that shortens this to: ### Version History +#### 20111230 + +* Added a definition for MagLev 1.0.0. +* Added support for overriding `make` options with the + `$MAKEOPTS`/`$MAKE_OPTS` environment variable. +* Removed RubyGems installations from JRuby definitions in favor of + the bundled RubyGems versions. +* Added a `before_install_package` hook. +* Added definitions for REE 1.8.7-2009.09 and 1.8.7-2010.01. +* Added definitions for Ruby 1.8.6-p383, 1.8.7-p302 and 1.8.7-p357. +* Updated the JRuby 1.7.0-dev snapshot URL. +* Changed the GCC detector to look for `gcc-*` anywhere in the + `$PATH`, not just `/usr/bin`. + #### 20111030 * Added a Ruby 1.8.7-p334 definition. diff --git a/bin/ruby-build b/bin/ruby-build index d1316a51..47ff93c1 100755 --- a/bin/ruby-build +++ b/bin/ruby-build @@ -1,6 +1,6 @@ #!/usr/bin/env bash -RUBY_BUILD_VERSION="20111030" +RUBY_BUILD_VERSION="20111230" set -E exec 3<&2 # preserve original stderr at fd 3