xmlsig 0.0.1 → 0.0.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.
- data/ext/xmlsig/Key.cpp +1 -0
- data/ext/xmlsig/X509Certificate.cpp +1 -0
- metadata +7 -17
data/ext/xmlsig/Key.cpp
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xmlsig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 0
|
|
9
|
-
- 1
|
|
10
|
-
version: 0.0.1
|
|
4
|
+
version: 0.0.2
|
|
11
5
|
platform: ruby
|
|
12
6
|
authors:
|
|
13
7
|
- Joe Lind
|
|
@@ -15,7 +9,8 @@ autorequire:
|
|
|
15
9
|
bindir: bin
|
|
16
10
|
cert_chain: []
|
|
17
11
|
|
|
18
|
-
date: 2011-11-
|
|
12
|
+
date: 2011-11-29 00:00:00 -05:00
|
|
13
|
+
default_executable:
|
|
19
14
|
dependencies: []
|
|
20
15
|
|
|
21
16
|
description: A gem that wraps up Verisign's XMLSIG for Dynamic Languages (http://xmlsig.sourceforge.net)
|
|
@@ -75,6 +70,7 @@ files:
|
|
|
75
70
|
- ext/xmlsig/XmlElement.cpp
|
|
76
71
|
- ext/xmlsig/xmlsig.cpp
|
|
77
72
|
- README.rdoc
|
|
73
|
+
has_rdoc: true
|
|
78
74
|
homepage: http://github.com/terriblelabs/xmlsig
|
|
79
75
|
licenses: []
|
|
80
76
|
|
|
@@ -85,27 +81,21 @@ require_paths:
|
|
|
85
81
|
- ext
|
|
86
82
|
- lib
|
|
87
83
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
88
|
-
none: false
|
|
89
84
|
requirements:
|
|
90
85
|
- - ">="
|
|
91
86
|
- !ruby/object:Gem::Version
|
|
92
|
-
hash: 3
|
|
93
|
-
segments:
|
|
94
|
-
- 0
|
|
95
87
|
version: "0"
|
|
88
|
+
version:
|
|
96
89
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
|
-
none: false
|
|
98
90
|
requirements:
|
|
99
91
|
- - ">="
|
|
100
92
|
- !ruby/object:Gem::Version
|
|
101
|
-
hash: 3
|
|
102
|
-
segments:
|
|
103
|
-
- 0
|
|
104
93
|
version: "0"
|
|
94
|
+
version:
|
|
105
95
|
requirements: []
|
|
106
96
|
|
|
107
97
|
rubyforge_project:
|
|
108
|
-
rubygems_version: 1.
|
|
98
|
+
rubygems_version: 1.3.5
|
|
109
99
|
signing_key:
|
|
110
100
|
specification_version: 3
|
|
111
101
|
summary: XML Signature methods for ruby
|