ruby-build 20140214 💘

This commit is contained in:
Erik Michaels-Ober 2014-02-14 09:48:55 +01:00
parent 136d1f226a
commit 36cb25d2a0
3 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,10 @@
## Version History
#### 20140214
* Install libyaml 0.1.5 for Ruby 2.x
* Require Java 7 for jruby-9000-dev
* Update MagLev branch from master-1.9 to master
#### 20140210
* Add Rubinius 2.2.4
* Add JRuby 9000-dev

View file

@ -63,7 +63,7 @@ Or, if you would like to install the latest development release:
To install a Ruby version for use with rbenv, run `rbenv install` with the
exact name of the version you want to install. For example,
rbenv install 1.9.3-p448
rbenv install 2.1.0
Ruby versions will be installed into a directory of the same name under
`~/.rbenv/versions`.
@ -81,7 +81,7 @@ locations.
Run the `ruby-build` command with the exact name of the version you want to
install and the full path where you want to install it. For example,
ruby-build 1.9.3-p448 ~/local/ruby-1.9.3-p448
ruby-build 2.1.0 ~/local/ruby-2.1.0
To see a list of all available Ruby versions, run `ruby-build --definitions`.

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
RUBY_BUILD_VERSION="20140210"
RUBY_BUILD_VERSION="20140214"
set -E
exec 3<&2 # preserve original stderr at fd 3