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 CHANGED
@@ -16,6 +16,7 @@
16
16
  */
17
17
  #include <iostream>
18
18
  #include <string>
19
+ #include <cstring>
19
20
  #include <xmlsec/openssl/app.h>
20
21
  #include <xmlsec/keysdata.h>
21
22
  #include <xmlsec/keys.h>
@@ -23,6 +23,7 @@
23
23
  #include <xmlsec/openssl/evp.h>
24
24
  #include <xmlsec/xmlsec.h>
25
25
  #include <xmlsec/errors.h>
26
+ #include <cstring>
26
27
  #include <iostream>
27
28
  #include "BioWrap.h"
28
29
 
metadata CHANGED
@@ -1,13 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xmlsig
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
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-11 00:00:00 Z
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.8.10
98
+ rubygems_version: 1.3.5
109
99
  signing_key:
110
100
  specification_version: 3
111
101
  summary: XML Signature methods for ruby