Skip to content

Commit c4c89e4

Browse files
committed
rename ugly-sh "Jopenssl" constant to **JOpenSSL**
1 parent 4c87774 commit c4c89e4

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

lib/jopenssl/load.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
require 'java'
44
require 'jopenssl/version'
55

6-
warn "JRuby #{JRUBY_VERSION} is not supported by jruby-openssl #{Jopenssl::VERSION}" if JRUBY_VERSION < '1.7.20'
6+
warn "JRuby #{JRUBY_VERSION} is not supported by jruby-openssl #{JOpenSSL::VERSION}" if JRUBY_VERSION < '1.7.20'
77

88
# NOTE: assuming user does pull in BC .jars from somewhere else on the CP
99
unless ENV_JAVA['jruby.openssl.load.jars'].eql?('false')
10-
version = Jopenssl::BOUNCY_CASTLE_VERSION
10+
version = JOpenSSL::BOUNCY_CASTLE_VERSION
1111
bc_jars = nil
1212
begin
1313
require 'jar-dependencies'

lib/jopenssl/version.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
module Jopenssl
1+
module JOpenSSL
22
VERSION = '0.10.1.dev'
33
BOUNCY_CASTLE_VERSION = '1.59'
44
end
5+
Jopenssl = JOpenSSL

0 commit comments

Comments
 (0)