bouncy-castle-java 1.5.0145 → 1.5.0145.2

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.
Files changed (2) hide show
  1. data/lib/bouncy-castle-java.rb +3 -0
  2. metadata +5 -3
@@ -0,0 +1,3 @@
1
+ Dir[File.expand_path('bc*.jar', File.dirname(__FILE__))].each do |file|
2
+ require File.basename(file)
3
+ end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bouncy-castle-java
3
3
  version: !ruby/object:Gem::Version
4
- hash: 289
4
+ hash: 567
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
9
  - 145
10
- version: 1.5.0145
10
+ - 2
11
+ version: 1.5.0145.2
11
12
  platform: ruby
12
13
  authors:
13
14
  - Hiroshi Nakamura
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2010-06-30 00:00:00 +09:00
19
+ date: 2010-07-29 00:00:00 +09:00
19
20
  default_executable:
20
21
  dependencies: []
21
22
 
@@ -30,6 +31,7 @@ extra_rdoc_files: []
30
31
  files:
31
32
  - README
32
33
  - LICENSE.html
34
+ - lib/bouncy-castle-java.rb
33
35
  - lib/bcprov-jdk15-145.jar
34
36
  - lib/bcmail-jdk15-145.jar
35
37
  has_rdoc: true