We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8dcaf commit 9f8d533Copy full SHA for 9f8d533
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## Version History
2
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
+
10
#### 20130408
11
* Added a definition for jruby-1.7.4-dev
12
* Added a definition for mruby-dev
bin/ruby-build
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-RUBY_BUILD_VERSION="20130408"
+RUBY_BUILD_VERSION="20130501"
set -E
exec 3<&2 # preserve original stderr at fd 3
0 commit comments