From e69f559c7edcd2b49d0e27c662ac923391544bcf Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Mon, 23 Apr 2012 16:37:03 -0500 Subject: [PATCH] ruby-build 20120423 --- README.md | 14 ++++++++------ bin/ruby-build | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 208e24afa4..6ab22e76ee 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,14 @@ ruby-build provides an `rbenv-install` command that shortens this to: ### Version History -#### master - -* XCode 4.3+ may be used to build 1.9.3-p125 and later -* Added definitions for REE 1.8.7-2012.02 and 1.8.7-2009.10 -* Added definitions for JRuby 1.6.7 -* Added definitions for Ruby 1.9.2-p318, 1.9.2-p320, and 1.9.3-p194 +#### 20120423 + +* Improved error messages when dependencies are missing. +* XCode 4.3+ may be used to build 1.9.3-p125 and later. +* Updated all Ruby 1.9.2 and 1.9.3 definitions to RubyGems 1.8.23. +* Added definitions for REE 1.8.7-2012.02 and 1.8.7-2009.10. +* Added definitions for JRuby 1.6.7. +* Added definitions for Ruby 1.9.2-p318, 1.9.2-p320, and 1.9.3-p194. #### 20120216 diff --git a/bin/ruby-build b/bin/ruby-build index dc571f3b32..d29d855761 100755 --- a/bin/ruby-build +++ b/bin/ruby-build @@ -1,6 +1,6 @@ #!/usr/bin/env bash -RUBY_BUILD_VERSION="20120216-master" +RUBY_BUILD_VERSION="20120423" set -E exec 3<&2 # preserve original stderr at fd 3