File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 55
66# NOTE: assuming user does pull in BC .jars from somewhere else on the CP
77unless ENV_JAVA [ 'jruby.openssl.load.jars' ] . eql? ( 'false' )
8- version = Jopenssl ::Version :: BOUNCY_CASTLE_VERSION
8+ version = Jopenssl ::BOUNCY_CASTLE_VERSION
99 bc_jars = nil
1010 begin
1111 require 'jar-dependencies'
Original file line number Diff line number Diff line change 11module Jopenssl
2- VERSION = '0.9.21 '
2+ VERSION = '0.10.0.dev '
33 BOUNCY_CASTLE_VERSION = '1.56'
4- # @deprecated
5- module Version
6- # @private
7- VERSION = Jopenssl ::VERSION
8- # @private
9- BOUNCY_CASTLE_VERSION = Jopenssl ::BOUNCY_CASTLE_VERSION
10- end
114end
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111 <modelVersion >4.0.0</modelVersion >
1212 <groupId >rubygems</groupId >
1313 <artifactId >jruby-openssl</artifactId >
14- <version >0.9.21 </version >
14+ <version >0.10.0.dev-SNAPSHOT </version >
1515 <packaging >gem</packaging >
1616 <name >JRuby OpenSSL</name >
1717 <description >JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description >
You can’t perform that action at this time.
0 commit comments