Commit 9cd77be1 authored by Erik Michaels-Ober's avatar Erik Michaels-Ober
Browse files

ruby-build 20140110.1

parent b9ac1b1d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
## Version History

#### 20140110.1
* Fix bug in JRuby 1.7.10 definition

#### 20140110
* Add JRuby 1.7.10
* Add Rubinius 2.2.2
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash

RUBY_BUILD_VERSION="20140110"
RUBY_BUILD_VERSION="20140110.1"

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