Commit 5273fb32 by Erik Michaels-Ober

ruby-build 20130408

parent c681d8c4
## Version History ## Version History
#### 20130408
* Added a definition for jruby-1.7.4-dev
* Added a definition for mruby-dev
* Added a definition for topaz-dev :gem:
* List matching definitions on ambiguous version specification
* Use `--continue` when downloading tarball
* Keep source tarball if `--keep` or `tar xf` fails
#### 20130227 #### 20130227
* Default Ruby CFLAGS to `-Wno-error=shorten-64-to-32`; don't set `CC * Default Ruby CFLAGS to `-Wno-error=shorten-64-to-32`; don't set `CC
* Upgrades rubygems for 1.9.1: 1.3.5 -> 1.3.7 * Upgrades rubygems for 1.9.1: 1.3.5 -> 1.3.7
...@@ -13,7 +21,8 @@ ...@@ -13,7 +21,8 @@
* Fix exit status of install with verbose * Fix exit status of install with verbose
#### 20130224 #### 20130224
* Added a definition for 2.0.0-p0 (Happy 20th Birthday, Ruby! :birthday:) * Happy 20th :birthday:, Ruby!
* Added a definition for 2.0.0-p0
* Autoclean on unsuccessful installation * Autoclean on unsuccessful installation
#### 20130222 #### 20130222
......
#!/usr/bin/env bash #!/usr/bin/env bash
RUBY_BUILD_VERSION="20130227" RUBY_BUILD_VERSION="20130408"
set -E set -E
exec 3<&2 # preserve original stderr at fd 3 exec 3<&2 # preserve original stderr at fd 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment