Skip to content

Commit

Permalink
ruby-build 20120524
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed May 24, 2012
1 parent 2d489e7 commit b53c445
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bin/ruby-build
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

RUBY_BUILD_VERSION="20120423"
RUBY_BUILD_VERSION="20120524"

set -E
exec 3<&2 # preserve original stderr at fd 3
Expand Down

0 comments on commit b53c445

Please sign in to comment.