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