We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a1a44 commit 6878562Copy full SHA for 6878562
2 files changed
History.txt
@@ -2,6 +2,7 @@
2
3
* Enhancements:
4
* Upgraded Ruby 2.0.0 to patchlevel 0
5
+ * Upgraded rb-readline to 0.5.0.pre.1 (compatible with Ruby 2.0)
6
7
* Bugfixes:
8
* Generate documentation for target version of Ruby
config/dependencies.rb
@@ -125,11 +125,11 @@ module RubyInstaller
125
126
PureReadline = OpenStruct.new(
127
:release => 'experimental',
128
- :version => '0.5.2-0.4.2',
129
- :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',
130
:target => 'sandbox/rb-readline',
131
:files => [
132
- 'rb-readline-0.4.2.zip'
+ 'v0.5.0.pre.1.zip'
133
]
134
)
135
0 commit comments