Skip to content

Commit

Permalink
update to jruby-readline 1.3.5
Browse files Browse the repository at this point in the history
contains some more compat fixes and handles completion regression
since JLine 2.13 started adding ' ' after full completion ...
  • Loading branch information
kares committed Jun 21, 2018
1 parent f860fb2 commit b69890b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/pom.rb
Expand Up @@ -30,7 +30,7 @@ def initialize( name, version, default_spec = true )
ImportedGem.new('fileutils', '1.1.0'),
ImportedGem.new('ipaddr', '1.2.0'),
ImportedGem.new('jar-dependencies', '${jar-dependencies.version}'),
ImportedGem.new('jruby-readline', '1.3.0'),
ImportedGem.new('jruby-readline', '1.3.5'),
ImportedGem.new('jruby-openssl', '0.10.0'),
ImportedGem.new('json', '${json.version}'),
ImportedGem.new('psych', '3.0.2'),
Expand Down
4 changes: 2 additions & 2 deletions lib/pom.xml
Expand Up @@ -99,7 +99,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-readline</artifactId>
<version>1.3.0</version>
<version>1.3.5</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down Expand Up @@ -343,7 +343,7 @@ DO NOT MODIFIY - GENERATED CODE
<exclude>gems/fileutils*1.1.0/*</exclude>
<exclude>gems/ipaddr*1.2.0/*</exclude>
<exclude>gems/jar-dependencies*${jar-dependencies.version}/*</exclude>
<exclude>gems/jruby-readline*1.3.0/*</exclude>
<exclude>gems/jruby-readline*1.3.5/*</exclude>
<exclude>gems/jruby-openssl*0.10.0/*</exclude>
<exclude>gems/json*${json.version}/*</exclude>
<exclude>gems/psych*3.0.2/*</exclude>
Expand Down

0 comments on commit b69890b

Please sign in to comment.