Skip to content

Commit c248f3f

Browse files
committed
ruby-build 20111230
1 parent 272edbb commit c248f3f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

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

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="20111030"
3+
RUBY_BUILD_VERSION="20111230"
44

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

0 commit comments

Comments
 (0)