File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- RUBY_BUILD_VERSION=" 20110928 "
3+ RUBY_BUILD_VERSION=" 20111030 "
44
55set -E
66exec 3< & 2 # preserve original stderr at fd 3
You can’t perform that action at this time.
0 commit comments