File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,20 @@ ruby-build provides an `rbenv-install` command that shortens this to:
3737
3838### Version History
3939
40+ #### 20111230
41+
42+ * Added a definition for MagLev 1.0.0.
43+ * Added support for overriding ` make ` options with the
44+ ` $MAKEOPTS ` /` $MAKE_OPTS ` environment variable.
45+ * Removed RubyGems installations from JRuby definitions in favor of
46+ the bundled RubyGems versions.
47+ * Added a ` before_install_package ` hook.
48+ * Added definitions for REE 1.8.7-2009.09 and 1.8.7-2010.01.
49+ * Added definitions for Ruby 1.8.6-p383, 1.8.7-p302 and 1.8.7-p357.
50+ * Updated the JRuby 1.7.0-dev snapshot URL.
51+ * Changed the GCC detector to look for ` gcc-* ` anywhere in the
52+ ` $PATH ` , not just ` /usr/bin ` .
53+
4054#### 20111030
4155
4256* Added a Ruby 1.8.7-p334 definition.
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- RUBY_BUILD_VERSION=" 20111030 "
3+ RUBY_BUILD_VERSION=" 20111230 "
44
55set -E
66exec 3< & 2 # preserve original stderr at fd 3
You can’t perform that action at this time.
0 commit comments