mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-03 15:51:32 +02:00
ruby-build 20130227
This commit is contained in:
parent
c399876c7b
commit
28bdf54ef4
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue