jruby-openssl 0.2 → 0.2.1

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.

Binary file
Binary file
data/lib/jopenssl.jar CHANGED
Binary file
@@ -1,5 +1,5 @@
1
1
  module Jopenssl
2
2
  module Version
3
- VERSION = "0.2"
3
+ VERSION = "0.2.1"
4
4
  end
5
- end
5
+ end
data/lib/openssl.rb CHANGED
File without changes
data/lib/openssl/bn.rb CHANGED
File without changes
File without changes
File without changes
File without changes
data/lib/openssl/ssl.rb CHANGED
File without changes
data/lib/openssl/x509.rb CHANGED
File without changes
metadata CHANGED
@@ -1,38 +1,41 @@
1
- --- !ruby/object:Gem::Specification
2
- name: jruby-openssl
3
- version: !ruby/object:Gem::Version
4
- version: "0.2"
5
- platform: ruby
6
- authors:
7
- - Ola Bini and JRuby contributors
8
- autorequire:
9
- bindir: bin
10
- cert_chain: []
11
-
12
- date: 2008-03-19 00:00:00 -05:00
13
- default_executable:
14
- dependencies: []
15
-
16
- description: = JRuby-OpenSSL
1
+ --- !ruby/object:Gem::Specification
2
+ required_ruby_version: !ruby/object:Gem::Requirement
3
+ requirements:
4
+ - - '>='
5
+ - !ruby/object:Gem::Version
6
+ version: !str 0
7
+ version:
17
8
  email: ola.bini@gmail.com
18
- executables: []
19
-
20
- extensions: []
21
-
9
+ cert_chain: []
10
+ summary: OpenSSL add-on for JRuby
11
+ post_install_message:
22
12
  extra_rdoc_files:
23
13
  - History.txt
24
14
  - README.txt
25
15
  - License.txt
16
+ homepage: http://jruby-extras.rubyforge.org/jruby-openssl
17
+ signing_key:
18
+ name: jruby-openssl
19
+ rdoc_options:
20
+ - --main
21
+ - README.txt
22
+ autorequire:
23
+ rubyforge_project: jruby-extras
24
+ executables: []
25
+ description: = JRuby-OpenSSL
26
+ specification_version: 2
27
+ default_executable:
26
28
  files:
27
29
  - History.txt
28
30
  - README.txt
29
31
  - License.txt
30
32
  - lib/jopenssl.jar
31
- - lib/bcmail-jdk14-135.jar
32
- - lib/bcprov-jdk14-135.jar
33
+ - lib/bcmail-jdk14-139.jar
34
+ - lib/bcprov-jdk14-139.jar
33
35
  - lib/jopenssl
34
- - lib/jopenssl/version.rb
35
36
  - lib/openssl
37
+ - lib/openssl.rb
38
+ - lib/jopenssl/version.rb
36
39
  - lib/openssl/bn.rb
37
40
  - lib/openssl/buffering.rb
38
41
  - lib/openssl/cipher.rb
@@ -41,8 +44,9 @@ files:
41
44
  - lib/openssl/dummyssl.rb
42
45
  - lib/openssl/ssl.rb
43
46
  - lib/openssl/x509.rb
44
- - lib/openssl.rb
45
47
  - test/openssl
48
+ - test/test_openssl.rb
49
+ - test/ut_eof.rb
46
50
  - test/openssl/ssl_server.rb
47
51
  - test/openssl/test_asn1.rb
48
52
  - test/openssl/test_cipher.rb
@@ -59,34 +63,25 @@ files:
59
63
  - test/openssl/test_x509req.rb
60
64
  - test/openssl/test_x509store.rb
61
65
  - test/openssl/utils.rb
62
- - test/test_openssl.rb
63
- - test/ut_eof.rb
64
- has_rdoc: true
65
- homepage: http://jruby-extras.rubyforge.org/jopenssl
66
- post_install_message:
67
- rdoc_options:
68
- - --main
69
- - README.txt
70
- require_paths:
71
- - lib
72
- required_ruby_version: !ruby/object:Gem::Requirement
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
73
67
  requirements:
74
- - - ">="
75
- - !ruby/object:Gem::Version
76
- version: "0"
77
- version:
78
- required_rubygems_version: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: "0"
68
+ - - '>='
69
+ - !ruby/object:Gem::Version
70
+ version: !str 0
83
71
  version:
72
+ extensions: []
73
+ rubygems_version: 1.1.0
84
74
  requirements: []
85
-
86
- rubyforge_project: jruby-extras
87
- rubygems_version: 1.0.1
88
- signing_key:
89
- specification_version: 2
90
- summary: OpenSSL add-on for JRuby
75
+ authors:
76
+ - Ola Bini and JRuby contributors
77
+ date: 2008-04-21 23:00:00 +00:00
78
+ platform: ruby
91
79
  test_files:
92
80
  - test/test_openssl.rb
81
+ version: !ruby/object:Gem::Version
82
+ version: 0.2.1
83
+ require_paths:
84
+ - lib
85
+ dependencies: []
86
+ bindir: bin
87
+ has_rdoc: true
Binary file
Binary file