bouncy-castle-java 1.5.0145.2 → 1.5.0146
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/README +5 -0
- data/lib/bcmail-jdk15-146.jar +0 -0
- data/lib/bcprov-jdk15-146.jar +0 -0
- metadata +19 -29
data/README
CHANGED
|
@@ -3,3 +3,8 @@
|
|
|
3
3
|
Redistributed by Hiroshi Nakamura <nahi@ruby-lang.org>.
|
|
4
4
|
|
|
5
5
|
This package is redistributed under the same terms of Bouncy Castle's license; see LICENSE.html for more details.
|
|
6
|
+
|
|
7
|
+
Object code and source location:
|
|
8
|
+
lib/bouncy-castle-java.rb: http://github.com/nahi/bouncy-castle-java/
|
|
9
|
+
lib/bcmail-jdk15-145.jar: http://www.bouncycastle.org/download/bcmail-jdk15-145.tar.gz
|
|
10
|
+
lib/bcprov-jdk15-145.jar: http://www.bouncycastle.org/download/bcprov-jdk15-145.tar.gz
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bouncy-castle-java
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
segments:
|
|
7
|
-
- 1
|
|
8
|
-
- 5
|
|
9
|
-
- 145
|
|
10
|
-
- 2
|
|
11
|
-
version: 1.5.0145.2
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 1.5.0146
|
|
12
6
|
platform: ruby
|
|
13
7
|
authors:
|
|
14
|
-
- Hiroshi Nakamura
|
|
8
|
+
- Hiroshi Nakamura
|
|
15
9
|
autorequire:
|
|
16
10
|
bindir: bin
|
|
17
11
|
cert_chain: []
|
|
18
12
|
|
|
19
|
-
date:
|
|
13
|
+
date: 2011-04-28 00:00:00 +09:00
|
|
20
14
|
default_executable:
|
|
21
15
|
dependencies: []
|
|
22
16
|
|
|
@@ -29,11 +23,13 @@ extensions: []
|
|
|
29
23
|
extra_rdoc_files: []
|
|
30
24
|
|
|
31
25
|
files:
|
|
32
|
-
- README
|
|
33
|
-
- LICENSE.html
|
|
34
|
-
- lib/
|
|
35
|
-
- lib/
|
|
36
|
-
- lib/
|
|
26
|
+
- README
|
|
27
|
+
- LICENSE.html
|
|
28
|
+
- lib/bcmail-jdk15-145.jar
|
|
29
|
+
- lib/bcmail-jdk15-146.jar
|
|
30
|
+
- lib/bcprov-jdk15-145.jar
|
|
31
|
+
- lib/bouncy-castle-java.rb
|
|
32
|
+
- lib/bcprov-jdk15-146.jar
|
|
37
33
|
has_rdoc: true
|
|
38
34
|
homepage: http://github.com/nahi/bouncy-castle-java/
|
|
39
35
|
licenses: []
|
|
@@ -42,29 +38,23 @@ post_install_message:
|
|
|
42
38
|
rdoc_options: []
|
|
43
39
|
|
|
44
40
|
require_paths:
|
|
45
|
-
- lib
|
|
41
|
+
- lib
|
|
46
42
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
47
43
|
none: false
|
|
48
44
|
requirements:
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
segments:
|
|
53
|
-
- 0
|
|
54
|
-
version: "0"
|
|
45
|
+
- - ">="
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: "0"
|
|
55
48
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
49
|
none: false
|
|
57
50
|
requirements:
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
segments:
|
|
62
|
-
- 0
|
|
63
|
-
version: "0"
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: "0"
|
|
64
54
|
requirements: []
|
|
65
55
|
|
|
66
56
|
rubyforge_project: jruby-extras
|
|
67
|
-
rubygems_version: 1.
|
|
57
|
+
rubygems_version: 1.5.1
|
|
68
58
|
signing_key:
|
|
69
59
|
specification_version: 3
|
|
70
60
|
summary: Gem redistribution of Bouncy Castle jars
|