Loading README.md +12 −0 Original line number Diff line number Diff line Loading @@ -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. Loading bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20120423" RUBY_BUILD_VERSION="20120524" set -E exec 3<&2 # preserve original stderr at fd 3 Loading Loading
README.md +12 −0 Original line number Diff line number Diff line Loading @@ -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. Loading
bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20120423" RUBY_BUILD_VERSION="20120524" set -E exec 3<&2 # preserve original stderr at fd 3 Loading