We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd631fb commit 80462cfCopy full SHA for 80462cf
1 file changed
lib/jopenssl/version.rb
@@ -2,4 +2,8 @@ module JOpenSSL
2
VERSION = '0.10.2.dev'
3
BOUNCY_CASTLE_VERSION = '1.60'
4
end
5
-Jopenssl = JOpenSSL
+
6
+Object.class_eval do
7
+ Jopenssl = JOpenSSL
8
+ private_constant :Jopenssl if respond_to?(:private_constant)
9
+end
0 commit comments