Skip to content

Commit 3bbd8f3

Browse files
committed
Upgraded Ruby 2.0.0 to 2.0.0-p647
* `make test-all`: https://gist.github.com/Azolo/29136b5cb5c9e3f47a81
1 parent f25c101 commit 3bbd8f3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

History.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Enhancements:
44
* Upgraded Ruby 2.2 to 2.2.3
55
* Upgraded Ruby 2.1 to 2.2.7
6+
* Upgraded Ruby 2.0.0 to 2.0.0-p647
67

78
* Internal:
89
* Upgraded bash to 3.1.23-1

config/ruby_installer.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module RubyInstaller
8989

9090
Ruby20 = OpenStruct.new(
9191
:number => "20",
92-
:version => "2.0.0-p645",
92+
:version => "2.0.0-p647",
9393
:short_version => 'ruby20',
9494
:url => "http://cache.ruby-lang.org/pub/ruby/2.0",
9595
:checkout => "http://svn.ruby-lang.org/repos/ruby/ruby_2_0_0",
@@ -106,7 +106,7 @@ module RubyInstaller
106106
"CPPFLAGS='-DFD_SETSIZE=2048'"
107107
],
108108
:files => [
109-
"ruby-2.0.0-p645.tar.bz2"
109+
"ruby-2.0.0-p647.tar.bz2"
110110
],
111111
:dependencies => [
112112
:ffi, :gdbm, :iconv, :openssl, :pdcurses, :yaml, :zlib, :tcl, :tk

0 commit comments

Comments
 (0)