Commit 36cb25d2 by Erik Michaels-Ober

ruby-build 20140214 💘

parent 136d1f22
## Version History ## 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 #### 20140210
* Add Rubinius 2.2.4 * Add Rubinius 2.2.4
* Add JRuby 9000-dev * Add JRuby 9000-dev
......
...@@ -63,7 +63,7 @@ Or, if you would like to install the latest development release: ...@@ -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 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, 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 Ruby versions will be installed into a directory of the same name under
`~/.rbenv/versions`. `~/.rbenv/versions`.
...@@ -81,7 +81,7 @@ locations. ...@@ -81,7 +81,7 @@ locations.
Run the `ruby-build` command with the exact name of the version you want to 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, 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`. To see a list of all available Ruby versions, run `ruby-build --definitions`.
......
#!/usr/bin/env bash #!/usr/bin/env bash
RUBY_BUILD_VERSION="20140210" RUBY_BUILD_VERSION="20140214"
set -E set -E
exec 3<&2 # preserve original stderr at fd 3 exec 3<&2 # preserve original stderr at fd 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment