Commit ff950802 by Erik Michaels-Ober

ruby-build 20130514

parent 1081ae10
## Version History
#### 20130514
* Added a definition for Ruby 2.0.0-p195
* Added a definition for Ruby 1.9.3-p429
* Added a definition for Ruby 1.9.2-p0
* Added a definition for Ruby 1.9.1-p430
#### 20130501
* Cache git clone directory
* Restore -O3 default when building with clang
......@@ -16,7 +22,7 @@
* Keep source tarball if `--keep` or `tar xf` fails
#### 20130227
* Default Ruby CFLAGS to `-Wno-error=shorten-64-to-32`; don't set `CC
* Default Ruby CFLAGS to `-Wno-error=shorten-64-to-32`; don't set `CC`
* Upgrades rubygems for 1.9.1: 1.3.5 -> 1.3.7
#### 20130226
......
#!/usr/bin/env bash
RUBY_BUILD_VERSION="20130501"
RUBY_BUILD_VERSION="20130514"
set -E
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