Skip to content

Commit 495b248

Browse files
committed
ruby-build 20111030
1 parent 709b309 commit 495b248

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,22 @@ ruby-build provides an `rbenv-install` command that shortens this to:
3737

3838
### Version History
3939

40+
#### 20111030
41+
42+
* Added a Ruby 1.8.7-p334 definition.
43+
* Renamed the 1.9.4-dev definition to 2.0.0-dev to reflect the new
44+
version numbering scheme.
45+
* ruby-build now automatically displays the last 10 lines of the error
46+
log, if any, when a build fails.
47+
* Improved the GCC detection routines and added a more helpful error
48+
message for Xcode 4.2 users.
49+
* JRuby installation no longer requires the install prefix to exist
50+
first.
51+
* You can now pass `$CONFIGURE_OPTS` to the REE definitions.
52+
* Added a JRuby 1.6.5 definition.
53+
* Added a Ruby 1.9.2-p180 definition.
54+
* Added a Ruby 1.9.3-p0 definition.
55+
4056
#### 20110928
4157

4258
* ruby-build now uses the `--with-gcc` configure flag on OS X Lion.

bin/ruby-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
RUBY_BUILD_VERSION="20110928"
3+
RUBY_BUILD_VERSION="20111030"
44

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

0 commit comments

Comments
 (0)