Loading CHANGELOG.md +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 Loading bin/ruby-build +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 Loading Loading
CHANGELOG.md +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 Loading
bin/ruby-build +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 Loading