Skip to content

Commit

Permalink
ruby-build 20120423
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Apr 23, 2012
1 parent 83b9ed0 commit e69f559
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion bin/ruby-build
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e69f559

Please sign in to comment.