Commit c248f3f3 by Sam Stephenson

ruby-build 20111230

parent 272edbbc
...@@ -37,6 +37,20 @@ ruby-build provides an `rbenv-install` command that shortens this to: ...@@ -37,6 +37,20 @@ ruby-build provides an `rbenv-install` command that shortens this to:
### Version History ### Version History
#### 20111230
* Added a definition for MagLev 1.0.0.
* Added support for overriding `make` options with the
`$MAKEOPTS`/`$MAKE_OPTS` environment variable.
* Removed RubyGems installations from JRuby definitions in favor of
the bundled RubyGems versions.
* Added a `before_install_package` hook.
* Added definitions for REE 1.8.7-2009.09 and 1.8.7-2010.01.
* Added definitions for Ruby 1.8.6-p383, 1.8.7-p302 and 1.8.7-p357.
* Updated the JRuby 1.7.0-dev snapshot URL.
* Changed the GCC detector to look for `gcc-*` anywhere in the
`$PATH`, not just `/usr/bin`.
#### 20111030 #### 20111030
* Added a Ruby 1.8.7-p334 definition. * Added a Ruby 1.8.7-p334 definition.
......
#!/usr/bin/env bash #!/usr/bin/env bash
RUBY_BUILD_VERSION="20111030" RUBY_BUILD_VERSION="20111230"
set -E set -E
exec 3<&2 # preserve original stderr at fd 3 exec 3<&2 # preserve original stderr at fd 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment