Skip to content

Commit 9f8d533

Browse files
committed
ruby-build 20130501
1 parent 2f8dcaf commit 9f8d533

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
#### 20130501
4+
* Cache git clone directory
5+
* Restore -O3 default when building with clang
6+
* Build REE --without-tk on Darwin if X11 is missing
7+
* Pass $RUBY_CONFIGURE_OPTS to REE installer with -c
8+
* Default RBENV_VERSION to the globally-specified Ruby
9+
310
#### 20130408
411
* Added a definition for jruby-1.7.4-dev
512
* Added a definition for mruby-dev

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="20130408"
3+
RUBY_BUILD_VERSION="20130501"
44

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

0 commit comments

Comments
 (0)