mirror of
https://github.com/rbenv/ruby-build.git
synced 2026-01-10 17:01:29 +01:00
ruby-build 20130501
This commit is contained in:
parent
2f8dcafb0e
commit
9f8d53365a
2 changed files with 8 additions and 1 deletions
|
|
@ -1,5 +1,12 @@
|
|||
## Version History
|
||||
|
||||
#### 20130501
|
||||
* Cache git clone directory
|
||||
* Restore -O3 default when building with clang
|
||||
* Build REE --without-tk on Darwin if X11 is missing
|
||||
* Pass $RUBY_CONFIGURE_OPTS to REE installer with -c
|
||||
* Default RBENV_VERSION to the globally-specified Ruby
|
||||
|
||||
#### 20130408
|
||||
* Added a definition for jruby-1.7.4-dev
|
||||
* Added a definition for mruby-dev
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue