Skip to content

Commit 6878562

Browse files
committed
Upgrade rb-readline to version compatible with Ruby 2.0
1 parent 31a1a44 commit 6878562

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

History.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Enhancements:
44
* Upgraded Ruby 2.0.0 to patchlevel 0
5+
* Upgraded rb-readline to 0.5.0.pre.1 (compatible with Ruby 2.0)
56

67
* Bugfixes:
78
* Generate documentation for target version of Ruby

config/dependencies.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ module RubyInstaller
125125

126126
PureReadline = OpenStruct.new(
127127
:release => 'experimental',
128-
:version => '0.5.2-0.4.2',
129-
:url => 'http://cloud.github.com/downloads/luislavena/rb-readline',
128+
:version => '0.5.2-0.5.0.pre.1',
129+
:url => 'https://github.com/luislavena/rb-readline/archive',
130130
:target => 'sandbox/rb-readline',
131131
:files => [
132-
'rb-readline-0.4.2.zip'
132+
'v0.5.0.pre.1.zip'
133133
]
134134
)
135135

0 commit comments

Comments
 (0)