Commit 36cb25d2 authored by Erik Michaels-Ober's avatar Erik Michaels-Ober
Browse files

ruby-build 20140214 💘

parent 136d1f22
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
## 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
+2 −2
Original line number Diff line number Diff line
@@ -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`.

+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash

RUBY_BUILD_VERSION="20140210"
RUBY_BUILD_VERSION="20140214"

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