Commit e69f559c authored by Sam Stephenson's avatar Sam Stephenson
Browse files

ruby-build 20120423

parent 83b9ed07
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash

RUBY_BUILD_VERSION="20120216-master"
RUBY_BUILD_VERSION="20120423"

set -E
exec 3<&2 # preserve original stderr at fd 3