Loading CHANGELOG.md +3 −0 Original line number Diff line number Diff line ## Version History #### 20131220.1 * Fix JRuby installation on non-BSD systems #### 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 Loading bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20131220" RUBY_BUILD_VERSION="20131220.1" set -E exec 3<&2 # preserve original stderr at fd 3 Loading Loading
CHANGELOG.md +3 −0 Original line number Diff line number Diff line ## Version History #### 20131220.1 * Fix JRuby installation on non-BSD systems #### 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 Loading
bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20131220" RUBY_BUILD_VERSION="20131220.1" set -E exec 3<&2 # preserve original stderr at fd 3 Loading