Skip to content

Commit ff95080

Browse files
committed
ruby-build 20130514
1 parent 1081ae1 commit ff95080

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Version History
22

3+
#### 20130514
4+
* Added a definition for Ruby 2.0.0-p195
5+
* Added a definition for Ruby 1.9.3-p429
6+
* Added a definition for Ruby 1.9.2-p0
7+
* Added a definition for Ruby 1.9.1-p430
8+
39
#### 20130501
410
* Cache git clone directory
511
* Restore -O3 default when building with clang
@@ -16,7 +22,7 @@
1622
* Keep source tarball if `--keep` or `tar xf` fails
1723

1824
#### 20130227
19-
* Default Ruby CFLAGS to `-Wno-error=shorten-64-to-32`; don't set `CC
25+
* Default Ruby CFLAGS to `-Wno-error=shorten-64-to-32`; don't set `CC`
2026
* Upgrades rubygems for 1.9.1: 1.3.5 -> 1.3.7
2127

2228
#### 20130226

bin/ruby-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
RUBY_BUILD_VERSION="20130501"
3+
RUBY_BUILD_VERSION="20130514"
44

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

0 commit comments

Comments
 (0)