Commit 28bdf54e by Erik Michaels-Ober

ruby-build 20130227

parent c399876c
## Version History ## Version History
#### 20130227
* 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 #### 20130226
* Build a shared openssl to link to Ruby 2.0.0 * Build a shared openssl to link to Ruby 2.0.0
......
#!/usr/bin/env bash #!/usr/bin/env bash
RUBY_BUILD_VERSION="20130226" RUBY_BUILD_VERSION="20130227"
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