bouncy-castle-java 1.5.0146.1 → 1.5.0147
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/bcpkix-jdk15on-147.jar +0 -0
- data/lib/bcprov-jdk15on-147.jar +0 -0
- metadata +32 -41
- data/lib/bcmail-jdk15-146.jar +0 -0
- data/lib/bcprov-jdk15-146.jar +0 -0
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,60 +1,51 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: bouncy-castle-java
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.5.0147
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
|
-
authors:
|
8
|
-
|
9
|
-
autorequire:
|
7
|
+
authors:
|
8
|
+
- Hiroshi Nakamura
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
|
13
|
-
date: 2011-04-28 00:00:00 +09:00
|
14
|
-
default_executable:
|
12
|
+
date: 2013-03-12 00:00:00.000000000 Z
|
15
13
|
dependencies: []
|
16
|
-
|
17
14
|
description: Gem redistribution of "Legion of the Bouncy Castle Java cryptography APIs" jars at http://www.bouncycastle.org/java.html
|
18
15
|
email: nahi@ruby-lang.org
|
19
16
|
executables: []
|
20
|
-
|
21
17
|
extensions: []
|
22
|
-
|
23
18
|
extra_rdoc_files: []
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
has_rdoc: true
|
32
|
-
homepage: http://github.com/nahi/bouncy-castle-java/
|
19
|
+
files:
|
20
|
+
- README
|
21
|
+
- LICENSE.html
|
22
|
+
- lib/bcprov-jdk15on-147.jar
|
23
|
+
- lib/bcpkix-jdk15on-147.jar
|
24
|
+
- lib/bouncy-castle-java.rb
|
25
|
+
homepage: http://github.com/jruby/jruby/tree/master/gems/bouncy-castle-java/
|
33
26
|
licenses: []
|
34
|
-
|
35
|
-
post_install_message:
|
27
|
+
post_install_message:
|
36
28
|
rdoc_options: []
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
29
|
+
require_paths:
|
30
|
+
- lib
|
31
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
32
|
+
requirements:
|
33
|
+
- - ">="
|
34
|
+
- !ruby/object:Gem::Version
|
35
|
+
version: !binary |-
|
36
|
+
MA==
|
41
37
|
none: false
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
38
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
39
|
+
requirements:
|
40
|
+
- - ">="
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: !binary |-
|
43
|
+
MA==
|
47
44
|
none: false
|
48
|
-
requirements:
|
49
|
-
- - ">="
|
50
|
-
- !ruby/object:Gem::Version
|
51
|
-
version: "0"
|
52
45
|
requirements: []
|
53
|
-
|
54
46
|
rubyforge_project: jruby-extras
|
55
|
-
rubygems_version: 1.
|
56
|
-
signing_key:
|
47
|
+
rubygems_version: 1.8.24
|
48
|
+
signing_key:
|
57
49
|
specification_version: 3
|
58
50
|
summary: Gem redistribution of Bouncy Castle jars
|
59
51
|
test_files: []
|
60
|
-
|
data/lib/bcmail-jdk15-146.jar
DELETED
Binary file
|
data/lib/bcprov-jdk15-146.jar
DELETED
Binary file
|