Commit 14dc5d60 authored by Erik Michaels-Ober's avatar Erik Michaels-Ober
Browse files

ruby-build 20121022

parent 13b6aa19
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -144,6 +144,9 @@ include the full build log for build failures.

## Version History

#### 20121022
* Added a definition for JRuby 1.7.0

#### 20121020

* Added a definition for Ruby 1.9.3-p286
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash

RUBY_BUILD_VERSION="20121020"
RUBY_BUILD_VERSION="20121022"

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