Skip to content

Commit

Permalink
Upgrade rb-readline to version compatible with Ruby 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Feb 24, 2013
1 parent 31a1a44 commit 6878562
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

* Bugfixes:
* Generate documentation for target version of Ruby
Expand Down
6 changes: 3 additions & 3 deletions config/dependencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ module RubyInstaller

PureReadline = OpenStruct.new(
:release => 'experimental',
:version => '0.5.2-0.4.2',
:url => 'http://cloud.github.com/downloads/luislavena/rb-readline',
:version => '0.5.2-0.5.0.pre.1',
:url => 'https://github.com/luislavena/rb-readline/archive',
:target => 'sandbox/rb-readline',
:files => [
'rb-readline-0.4.2.zip'
'v0.5.0.pre.1.zip'
]
)

Expand Down

0 comments on commit 6878562

Please sign in to comment.