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 5
5
6
6
# NOTE: assuming user does pull in BC .jars from somewhere else on the CP
7
7
unless ENV_JAVA [ 'jruby.openssl.load.jars' ] . eql? ( 'false' )
8
- version = Jopenssl ::Version :: BOUNCY_CASTLE_VERSION
8
+ version = Jopenssl ::BOUNCY_CASTLE_VERSION
9
9
bc_jars = nil
10
10
begin
11
11
require 'jar-dependencies'
Original file line number Diff line number Diff line change 1
1
module Jopenssl
2
- VERSION = '0.9.21 '
2
+ VERSION = '0.10.0.dev '
3
3
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
11
4
end
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<groupId >rubygems</groupId >
13
13
<artifactId >jruby-openssl</artifactId >
14
- <version >0.9.21 </version >
14
+ <version >0.10.0.dev-SNAPSHOT </version >
15
15
<packaging >gem</packaging >
16
16
<name >JRuby OpenSSL</name >
17
17
<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