Skip to content

Commit

Permalink
ruby-build 20111030
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Oct 30, 2011
1 parent 709b309 commit 495b248
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,22 @@ ruby-build provides an `rbenv-install` command that shortens this to:

### Version History

#### 20111030

* Added a Ruby 1.8.7-p334 definition.
* Renamed the 1.9.4-dev definition to 2.0.0-dev to reflect the new
version numbering scheme.
* ruby-build now automatically displays the last 10 lines of the error
log, if any, when a build fails.
* Improved the GCC detection routines and added a more helpful error
message for Xcode 4.2 users.
* JRuby installation no longer requires the install prefix to exist
first.
* You can now pass `$CONFIGURE_OPTS` to the REE definitions.
* Added a JRuby 1.6.5 definition.
* Added a Ruby 1.9.2-p180 definition.
* Added a Ruby 1.9.3-p0 definition.

#### 20110928

* ruby-build now uses the `--with-gcc` configure flag on OS X Lion.
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="20110928"
RUBY_BUILD_VERSION="20111030"

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

0 comments on commit 495b248

Please sign in to comment.