Commit 64726421 authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

ruby-build 20131028

parent 7c12833f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
## 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`
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash

RUBY_BUILD_VERSION="20131024"
RUBY_BUILD_VERSION="20131028"

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