Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade to jruby-openssl 0.9.8
Browse files Browse the repository at this point in the history
kares committed Aug 11, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e355e11 commit bdcf4a3
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/pom.rb
Original file line number Diff line number Diff line change
@@ -24,15 +24,15 @@ def version

default_gems =
[
ImportedGem.new( 'jruby-openssl', '0.9.7', true ),
ImportedGem.new( 'jruby-openssl', '0.9.8', true ),
ImportedGem.new( 'rake', 'rake.version', true ),
ImportedGem.new( 'rdoc', 'rdoc.version', true ),
ImportedGem.new( 'json', 'json.version', true, false ),
ImportedGem.new( 'jar-dependencies', '0.1.15', true )
]

project 'JRuby Lib Setup' do

# TODO move those to method to ruby-maven
class ::Java::JavaIo::File
def to_pathname
@@ -193,5 +193,5 @@ def to_pathname
( Dir[ File.join( jruby_gems, '**/*' ) ] + Dir[ File.join( jruby_gems, '**/.*' ) ] ).each do |f|
File.chmod( 0644, f ) rescue nil if File.file?( f )
end
end
end
end
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.9.7</version>
<version>0.9.8</version>
<type>gem</type>
</dependency>
<dependency>

0 comments on commit bdcf4a3

Please sign in to comment.