nokogiri-xmlsec-me-harder 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75e1a3db95d6fc1f9da0cc6688762307627bbdb6
4
- data.tar.gz: 167c22b7a15b32d39efcd55ba87ac7becfe95b36
3
+ metadata.gz: 818ee85467c194244bf1d1edb85ef9517bf5b9ea
4
+ data.tar.gz: 35efec57db945b9f1e4cd8ce68f46861f7d51753
5
5
  SHA512:
6
- metadata.gz: 00b7a5083c274034581cb57cba8f21fa580d4c5d66c05542d7bd811ba96d3356c6184b32b552d896c14bd0717e2e04999859011aa4d6970a155c2ac3024924dc
7
- data.tar.gz: c4869b01b51fb9273afd9468764f3efe3cb20b5ade226430bd7e1699b7ed2872d2d12b48db20450edf5337961514272cd383ee8cf6e1a0878a039d97bc950aa2
6
+ metadata.gz: 83da2b119f79759178bd4de9680dfefad1d7152abc341c4f8eb25a1cf44311fcb0626c4de55a73c742c1e2b19e426059eff8de1293e2256bdd2643594abfd0e5
7
+ data.tar.gz: f9e5ff73c6c7f25d60edb7bdd2b827cf202c81c2315c0aa9419397da03d387b4d977a8714706cf0e7c4967fd5297026fe112d712cacbf3bb23b507763635f2f8
@@ -1,3 +1,3 @@
1
1
  module Xmlsec
2
- VERSION = '0.9.0'
2
+ VERSION = '0.9.1'
3
3
  end
@@ -11,15 +11,15 @@ Gem::Specification.new do |spec|
11
11
  spec.description = %q{Adds support to Ruby for encrypting, decrypting,
12
12
  signing and validating the signatures of XML documents, according to the
13
13
  [XML Encryption Syntax and Processing](http://www.w3.org/TR/xmlenc-core/)
14
- standard, by wrapping around the [xmlsec](http://www.aleksey.com/xmlsec) C
14
+ standard, and the [XML Signature Syntax and Processing](http://www.w3.org/TR/xmldsig-core/)
15
+ standard by wrapping around the [xmlsec](http://www.aleksey.com/xmlsec) C
15
16
  library and adding relevant methods to `Nokogiri::XML::Document`.
16
- Implementation is based off nokogiri-xmlsec by
17
- "Colin MacKenzie IV" <inisterchipmunk@gmail.com> with heavy modifications
18
- and some API changes.}
17
+ Implementation is based off nokogiri-xmlsec by Colin MacKenzie IV with
18
+ very heavy modifications.}
19
19
  spec.summary = %q{Wrapper around http://www.aleksey.com/xmlsec to
20
20
  support XML encryption, decryption, signing and signature validation in
21
21
  Ruby}
22
- spec.homepage = "https://github.com/omb-awong/xmlsec"
22
+ spec.homepage = "https://github.com/awong-dev/nokogiri-xmlsec-me-harder"
23
23
  spec.license = "MIT"
24
24
 
25
25
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nokogiri-xmlsec-me-harder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Albert J. Wong
@@ -112,11 +112,11 @@ description: |-
112
112
  Adds support to Ruby for encrypting, decrypting,
113
113
  signing and validating the signatures of XML documents, according to the
114
114
  [XML Encryption Syntax and Processing](http://www.w3.org/TR/xmlenc-core/)
115
- standard, by wrapping around the [xmlsec](http://www.aleksey.com/xmlsec) C
115
+ standard, and the [XML Signature Syntax and Processing](http://www.w3.org/TR/xmldsig-core/)
116
+ standard by wrapping around the [xmlsec](http://www.aleksey.com/xmlsec) C
116
117
  library and adding relevant methods to `Nokogiri::XML::Document`.
117
- Implementation is based off nokogiri-xmlsec by
118
- "Colin MacKenzie IV" <inisterchipmunk@gmail.com> with heavy modifications
119
- and some API changes.
118
+ Implementation is based off nokogiri-xmlsec by Colin MacKenzie IV with
119
+ very heavy modifications.
120
120
  email:
121
121
  - awong.dev@gmail.com
122
122
  executables: []
@@ -169,7 +169,7 @@ files:
169
169
  - spec/lib/nokogiri/xml/document/signing_and_verifying_spec.rb
170
170
  - spec/lib/nokogiri/xml/document/unsafe_xml_spec.rb
171
171
  - spec/spec_helper.rb
172
- homepage: https://github.com/omb-awong/xmlsec
172
+ homepage: https://github.com/awong-dev/nokogiri-xmlsec-me-harder
173
173
  licenses:
174
174
  - MIT
175
175
  metadata: {}