openssl_pkcs8 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/ext/openssl_pkcs8/extconf.rb +1 -1
- data/openssl_pkcs8.gemspec +2 -4
- metadata +4 -6
- data/ext/openssl_pkcs8/openssl_pkcs8.o +0 -0
- data/openssl-pkcs8.o +0 -0
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
data/openssl_pkcs8.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "openssl_pkcs8"
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Scott Tadman"]
|
12
|
-
s.date = "2012-01-
|
12
|
+
s.date = "2012-01-20"
|
13
13
|
s.description = "Adds PKCS8 key format support to OpenSSL::PKey::RSA"
|
14
14
|
s.email = "github@tadman.ca"
|
15
15
|
s.extensions = ["ext/openssl_pkcs8/extconf.rb"]
|
@@ -26,9 +26,7 @@ Gem::Specification.new do |s|
|
|
26
26
|
"VERSION",
|
27
27
|
"ext/openssl_pkcs8/extconf.rb",
|
28
28
|
"ext/openssl_pkcs8/openssl_pkcs8.c",
|
29
|
-
"ext/openssl_pkcs8/openssl_pkcs8.o",
|
30
29
|
"lib/openssl_pkcs8.rb",
|
31
|
-
"openssl-pkcs8.o",
|
32
30
|
"openssl_pkcs8.gemspec",
|
33
31
|
"test/helper.rb",
|
34
32
|
"test/test_openssl_pkcs8.rb"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openssl_pkcs8
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-01-
|
12
|
+
date: 2012-01-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jeweler
|
16
|
-
requirement: &
|
16
|
+
requirement: &2152783540 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: 1.6.4
|
22
22
|
type: :development
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *2152783540
|
25
25
|
description: Adds PKCS8 key format support to OpenSSL::PKey::RSA
|
26
26
|
email: github@tadman.ca
|
27
27
|
executables: []
|
@@ -39,9 +39,7 @@ files:
|
|
39
39
|
- VERSION
|
40
40
|
- ext/openssl_pkcs8/extconf.rb
|
41
41
|
- ext/openssl_pkcs8/openssl_pkcs8.c
|
42
|
-
- ext/openssl_pkcs8/openssl_pkcs8.o
|
43
42
|
- lib/openssl_pkcs8.rb
|
44
|
-
- openssl-pkcs8.o
|
45
43
|
- openssl_pkcs8.gemspec
|
46
44
|
- test/helper.rb
|
47
45
|
- test/test_openssl_pkcs8.rb
|
Binary file
|
data/openssl-pkcs8.o
DELETED
Binary file
|