Skip to content

Commit 036dc0f

Browse files
committed
next DEV snapshot - planning some breaking changes for old JRubies
1 parent db0823f commit 036dc0f

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

lib/jopenssl/load.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# NOTE: assuming user does pull in BC .jars from somewhere else on the CP
77
unless 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'

lib/jopenssl/version.rb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
module 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
114
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.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>

0 commit comments

Comments
 (0)