Commit c59f4a74 by Erik Michaels-Ober

ruby-build 20130225

parent bdc7b4fb
## Version History ## 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 #### 20130224
* Added a definition for 2.0.0-p0 (Happy 20th Birthday, Ruby! :birthday:) * Added a definition for 2.0.0-p0 (Happy 20th Birthday, Ruby! :birthday:)
* Autoclean on unsuccessful installation * Autoclean on unsuccessful installation
......
#!/usr/bin/env bash #!/usr/bin/env bash
RUBY_BUILD_VERSION="20130224" RUBY_BUILD_VERSION="20130225"
set -E set -E
exec 3<&2 # preserve original stderr at fd 3 exec 3<&2 # preserve original stderr at fd 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment