File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- RUBY_BUILD_VERSION=" 20130501 "
3+ RUBY_BUILD_VERSION=" 20130514 "
44
55set -E
66exec 3< & 2 # preserve original stderr at fd 3
You can’t perform that action at this time.
0 commit comments