File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,17 @@ ruby-build provides an `rbenv-install` command that shortens this to:
3737
3838### Version History
3939
40+ #### 20110928
41+
42+ * ruby-build now uses the ` --with-gcc ` configure flag on OS X Lion.
43+ * Added definitions for REE 1.8.7-2010.02 and 1.8.6-2009.06.
44+ * Modified ` rbenv-install ` to run ` rbenv rehash ` after installation.
45+ * Added a Ruby 1.9.3-rc1 definition.
46+ * Updated the JRuby defintions to install the ` jruby-launcher ` gem.
47+ * Updated the rbx-2.0.0 definition to point to the master branch.
48+ * Added a jruby-1.7.0-dev definition.
49+ * Added a Ruby 1.9.4-dev definition.
50+
4051#### 20110914
4152
4253* Added an rbx-2.0.0-dev definition for Rubinius 2.0.0 from git.
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- RUBY_BUILD_VERSION=" 20110914 "
3+ RUBY_BUILD_VERSION=" 20110928 "
44
55set -E
66exec 3< & 2 # preserve original stderr at fd 3
@@ -131,7 +131,7 @@ build_package_ree_installer() {
131131 if [[ " Darwin" = " $( uname) " ]]; then
132132 options=" --no-tcmalloc"
133133 fi
134-
134+
135135 # Work around install_useful_libraries crash with --dont-install-useful-gems
136136 mkdir -p " $PREFIX_PATH /lib/ruby/gems/1.8/gems"
137137
You can’t perform that action at this time.
0 commit comments