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