ruby-build 20130227

This commit is contained in:
Erik Michaels-Ober 2013-02-27 16:05:26 -08:00
parent c399876c7b
commit 28bdf54ef4
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
## 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
* Build a shared openssl to link to Ruby 2.0.0

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
RUBY_BUILD_VERSION="20130226"
RUBY_BUILD_VERSION="20130227"
set -E
exec 3<&2 # preserve original stderr at fd 3