Commit 578f0c5c authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

ruby-build 20131220

parent 76b63289
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
## Version History

#### 20131220
* Transform JRuby shebangs to absolute paths, fixing edge-case recursion in rbenv
* Add `--patch` command-line option to patch Ruby from stdin before building
* Add Ruby 2.1.0-rc1

#### 20131211
* Fix extracting topaz-dev archive
* Auto-detect and link to Homebrew's readline
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash

RUBY_BUILD_VERSION="20131211"
RUBY_BUILD_VERSION="20131220"

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