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

ruby-build 20130227

parent c399876c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
## 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

+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash

RUBY_BUILD_VERSION="20130226"
RUBY_BUILD_VERSION="20130227"

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