jruby-openssl 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of jruby-openssl might be problematic. Click here for more details.
- data/lib/jopenssl.jar +0 -0
- data/lib/jopenssl/version.rb +1 -1
- data/lib/openssl.rb +0 -0
- data/lib/openssl/bn.rb +0 -0
- data/lib/openssl/buffering.rb +0 -0
- data/lib/openssl/cipher.rb +0 -0
- data/lib/openssl/digest.rb +0 -0
- data/lib/openssl/ssl.rb +0 -0
- data/lib/openssl/x509.rb +0 -0
- metadata +3 -3
data/lib/jopenssl.jar
CHANGED
Binary file
|
data/lib/jopenssl/version.rb
CHANGED
data/lib/openssl.rb
CHANGED
File without changes
|
data/lib/openssl/bn.rb
CHANGED
File without changes
|
data/lib/openssl/buffering.rb
CHANGED
File without changes
|
data/lib/openssl/cipher.rb
CHANGED
File without changes
|
data/lib/openssl/digest.rb
CHANGED
File without changes
|
data/lib/openssl/ssl.rb
CHANGED
File without changes
|
data/lib/openssl/x509.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -71,16 +71,16 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
version: !str 0
|
72
72
|
version:
|
73
73
|
extensions: []
|
74
|
-
rubygems_version: 1.1.
|
74
|
+
rubygems_version: 1.1.1
|
75
75
|
requirements: []
|
76
76
|
authors:
|
77
77
|
- Ola Bini and JRuby contributors
|
78
|
-
date: 2008-04-
|
78
|
+
date: 2008-04-30 23:00:00 +00:00
|
79
79
|
platform: ruby
|
80
80
|
test_files:
|
81
81
|
- test/test_openssl.rb
|
82
82
|
version: !ruby/object:Gem::Version
|
83
|
-
version: 0.2.
|
83
|
+
version: 0.2.3
|
84
84
|
require_paths:
|
85
85
|
- lib
|
86
86
|
dependencies: []
|