Skip to content

Commit 4776d35

Browse files
committed
preparing for 0.9.13 + start exposing VERSION constant(s) directly on Jopenssl module
1 parent 42241cd commit 4776d35

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

lib/jopenssl/version.rb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
module Jopenssl
2+
VERSION = '0.9.13'
3+
BOUNCY_CASTLE_VERSION = '1.50'
4+
# @deprecated
25
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
510
end
6-
end
11+
end

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.13.dev-SNAPSHOT</version>
14+
<version>0.9.13</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>

0 commit comments

Comments
 (0)