Commit b53c445c by Sam Stephenson

ruby-build 20120524

parent 2d489e77
......@@ -146,6 +146,18 @@ include the full build log for build failures.
## Version History
#### 20120524
* Added definitions for JRuby 1.6.7.2 and 1.7.0-preview1.
* Removed the definition for JRuby 1.7.0-dev. (In general we do not
like to remove definitions, but the JRuby team has deleted the
1.7.0-dev package from their servers -- caveat emptor.)
* Added support for specifying the build location with the
`RUBY_BUILD_BUILD_PATH` environment variable.
* Added a `-k`/`--keep` flag to `ruby-build` and `rbenv install` for
keeping the source code around after installation.
* Updated the readme to emphasize installation as an rbenv plugin.
#### 20120423
* Improved error messages when dependencies are missing.
......
#!/usr/bin/env bash
RUBY_BUILD_VERSION="20120423"
RUBY_BUILD_VERSION="20120524"
set -E
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