mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
ruby-build 20111230
This commit is contained in:
parent
272edbbcae
commit
c248f3f374
2 changed files with 15 additions and 1 deletions
14
README.md
14
README.md
|
@ -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.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/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
|
||||||
|
|
Loading…
Reference in a new issue