Commit 97fc5c55 authored by Erik Michaels-Ober's avatar Erik Michaels-Ober
Browse files

ruby-build 20130224

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

#### 20130224
* Added a definition for 2.0.0-p0 (Happy 20th Birthday, Ruby! :birthday:)
* Autoclean on unsuccessful installation

#### 20130222
* Upgraded to OpenSSL 1.0.1e
* Added a definition for JRuby 1.7.3
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash

RUBY_BUILD_VERSION="20130222"
RUBY_BUILD_VERSION="20130224"

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