ruby-build 20131028

This commit is contained in:
Mislav Marohnić 2013-10-28 01:17:20 +01:00
parent 7c12833fef
commit 64726421f9
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
## Version History
#### 20131028
* Abort early for invalid TMPDIR
* Enable compiling Ruby 1.8 on OS X 10.8+ without extra flags
* Detect number of CPU cores used for `make`

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
RUBY_BUILD_VERSION="20131024"
RUBY_BUILD_VERSION="20131028"
set -E
exec 3<&2 # preserve original stderr at fd 3