Loading CHANGELOG.md +3 −1 Original line number Diff line number Diff line ## Version History #### 20131226 #### 20140110 * Add JRuby 1.7.10 * Add Rubinius 2.2.2 * Add Rubinius 2.2.3 #### 20131225.1 * Fix typos in Ruby 2.1.0, 2.1.0-dev, and 2.2.0-dev definitions Loading bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20131226" RUBY_BUILD_VERSION="20140110" set -E exec 3<&2 # preserve original stderr at fd 3 Loading Loading
CHANGELOG.md +3 −1 Original line number Diff line number Diff line ## Version History #### 20131226 #### 20140110 * Add JRuby 1.7.10 * Add Rubinius 2.2.2 * Add Rubinius 2.2.3 #### 20131225.1 * Fix typos in Ruby 2.1.0, 2.1.0-dev, and 2.2.0-dev definitions Loading
bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20131226" RUBY_BUILD_VERSION="20140110" set -E exec 3<&2 # preserve original stderr at fd 3 Loading