Commit 49c10704 authored by Erik Michaels-Ober's avatar Erik Michaels-Ober
Browse files

ruby-build 20131115

parent 5b263ef5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
## Version History

#### 20131115
* Added a definition for JRuby 1.7.7
* Added a definition for JRuby 1.7.8

#### 20131030
* Install the Rubinius bundle in isolation
* Fix false "BUILD FAILED" message when installing Rubinius
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash

RUBY_BUILD_VERSION="20131030"
RUBY_BUILD_VERSION="20131115"

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