Skip to content

Commit b53c445

Browse files
committed
ruby-build 20120524
1 parent 2d489e7 commit b53c445

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,18 @@ include the full build log for build failures.
146146

147147
## Version History
148148

149+
#### 20120524
150+
151+
* Added definitions for JRuby 1.6.7.2 and 1.7.0-preview1.
152+
* Removed the definition for JRuby 1.7.0-dev. (In general we do not
153+
like to remove definitions, but the JRuby team has deleted the
154+
1.7.0-dev package from their servers -- caveat emptor.)
155+
* Added support for specifying the build location with the
156+
`RUBY_BUILD_BUILD_PATH` environment variable.
157+
* Added a `-k`/`--keep` flag to `ruby-build` and `rbenv install` for
158+
keeping the source code around after installation.
159+
* Updated the readme to emphasize installation as an rbenv plugin.
160+
149161
#### 20120423
150162

151163
* Improved error messages when dependencies are missing.

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="20120423"
3+
RUBY_BUILD_VERSION="20120524"
44

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

0 commit comments

Comments
 (0)