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

ruby-build 20130225

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

#### 20130225
* Added a definition for 2.1.0-dev
* Rename the CAfile to cert.pem
* Fix exit status of install with verbose

#### 20130224
* Added a definition for 2.0.0-p0 (Happy 20th Birthday, Ruby! :birthday:)
* Autoclean on unsuccessful installation
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash

RUBY_BUILD_VERSION="20130224"
RUBY_BUILD_VERSION="20130225"

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