jruby-openssl 0.0.1 → 0.0.2
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
- metadata +29 -29
data/lib/jopenssl.jar
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,49 +1,49 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubyforge_project:
|
3
|
-
has_rdoc: false
|
4
|
-
extra_rdoc_files: []
|
5
|
-
bindir: bin
|
6
|
-
specification_version: 1
|
7
2
|
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
8
3
|
requirements:
|
9
4
|
- - '>'
|
10
5
|
- !ruby/object:Gem::Version
|
11
6
|
version: 0.0.0
|
12
7
|
version:
|
13
|
-
extensions: []
|
14
8
|
email: ola.bini@ki.se
|
15
|
-
|
16
|
-
|
17
|
-
version: !ruby/object:Gem::Version
|
18
|
-
version: 0.0.1
|
9
|
+
cert_chain:
|
10
|
+
summary: JRuby Openssl
|
19
11
|
post_install_message:
|
20
|
-
platform: ruby
|
21
|
-
rubygems_version: 0.9.1
|
22
|
-
description:
|
23
|
-
signing_key:
|
24
|
-
date: 2007-03-01 23:00:00 +00:00
|
25
|
-
dependencies: []
|
26
|
-
default_executable:
|
27
12
|
homepage: http://jruby-extras.rubyforge.org/
|
28
|
-
|
29
|
-
|
30
|
-
-
|
31
|
-
|
32
|
-
|
33
|
-
|
13
|
+
extra_rdoc_files: []
|
14
|
+
signing_key:
|
15
|
+
name: jruby-openssl
|
16
|
+
rdoc_options: []
|
17
|
+
rubyforge_project:
|
18
|
+
autorequire:
|
34
19
|
executables: []
|
35
|
-
|
20
|
+
description:
|
21
|
+
default_executable:
|
36
22
|
files:
|
37
23
|
- lib/bcmail-jdk14-135.jar
|
38
24
|
- lib/bcprov-jdk14-135.jar
|
39
25
|
- lib/jopenssl.jar
|
40
26
|
- lib/openssl.rb
|
27
|
+
- lib/openssl/digest.rb
|
41
28
|
- lib/openssl/bn.rb
|
42
29
|
- lib/openssl/buffering.rb
|
43
|
-
- lib/openssl/cipher.rb
|
44
|
-
- lib/openssl/digest.rb
|
45
30
|
- lib/openssl/ssl.rb
|
46
31
|
- lib/openssl/x509.rb
|
47
|
-
|
48
|
-
|
49
|
-
|
32
|
+
- lib/openssl/cipher.rb
|
33
|
+
specification_version: 1
|
34
|
+
extensions: []
|
35
|
+
rubygems_version: 0.9.1
|
36
|
+
requirements:
|
37
|
+
- Java 1.5
|
38
|
+
authors:
|
39
|
+
- Ola Bini
|
40
|
+
platform: ruby
|
41
|
+
date: 2007-04-29 22:00:00 +00:00
|
42
|
+
require_paths:
|
43
|
+
- lib
|
44
|
+
version: !ruby/object:Gem::Version
|
45
|
+
version: 0.0.2
|
46
|
+
test_files: []
|
47
|
+
bindir: bin
|
48
|
+
dependencies: []
|
49
|
+
has_rdoc: false
|