Skip to content

Commit 6b4e36b

Browse files
committed
ruby-build 20110928
1 parent 63cd7f6 commit 6b4e36b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

bin/ruby-build

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

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

55
set -E
66
exec 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

0 commit comments

Comments
 (0)