Skip to content

Commit

Permalink
let's update jruby-readling to 1.3.0
Browse files Browse the repository at this point in the history
... now using JRuby::Util.load_ext mechanism
  • Loading branch information
kares committed Jun 20, 2018
1 parent b43b9d8 commit f860fb2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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.2.2'),
ImportedGem.new('jruby-readline', '1.3.0'),
ImportedGem.new('jruby-openssl', '0.10.0'),
ImportedGem.new('json', '${json.version}'),
ImportedGem.new('psych', '3.0.2'),
Expand Down Expand Up @@ -78,8 +78,8 @@ def initialize( name, version, default_spec = true )
# for testing out jruby-ossl before final release :
#repository( :url => 'https://oss.sonatype.org/content/repositories/snapshots',
# :id => 'gem-snaphots' )
#repository( :url => 'http://oss.sonatype.org/content/repositories/staging',
# :id => 'gem-staging' )
repository( :url => 'http://oss.sonatype.org/content/repositories/staging',
:id => 'gem-staging' )

plugin( :clean,
:filesets => [ { :directory => '${basedir}/ruby/gems/shared/specifications/default',
Expand Down
8 changes: 6 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.2.2</version>
<version>1.3.0</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down Expand Up @@ -297,6 +297,10 @@ DO NOT MODIFIY - GENERATED CODE
<id>mavengems</id>
<url>mavengem:https://rubygems.org</url>
</repository>
<repository>
<id>gem-staging</id>
<url>http://oss.sonatype.org/content/repositories/staging</url>
</repository>
</repositories>
<build>
<extensions>
Expand Down Expand Up @@ -339,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.2.2/*</exclude>
<exclude>gems/jruby-readline*1.3.0/*</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 f860fb2

Please sign in to comment.