File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
module Jopenssl
2
+ VERSION = '0.9.13'
3
+ BOUNCY_CASTLE_VERSION = '1.50'
4
+ # @deprecated
2
5
module Version
3
- VERSION = '0.9.13.dev'
4
- BOUNCY_CASTLE_VERSION = '1.50'
6
+ # @private
7
+ VERSION = Jopenssl ::VERSION
8
+ # @private
9
+ BOUNCY_CASTLE_VERSION = Jopenssl ::BOUNCY_CASTLE_VERSION
5
10
end
6
- end
11
+ 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.13.dev-SNAPSHOT </version >
14
+ <version >0.9.13</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