--- !ruby/object:Gem::Specification name: xmldsig version: !ruby/object:Gem::Version version: 0.2.1 prerelease: platform: ruby authors: - benoist autorequire: bindir: bin cert_chain: [] date: 2013-07-10 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: This gem is a (partial) implementation of the XMLDsig specification email: - benoist.claassen@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .travis.yaml - Gemfile - Guardfile - LICENSE - README.md - Rakefile - lib/xmldsig.rb - lib/xmldsig/canonicalizer.rb - lib/xmldsig/reference.rb - lib/xmldsig/signature.rb - lib/xmldsig/signed_document.rb - lib/xmldsig/transforms.rb - lib/xmldsig/transforms/canonicalize.rb - lib/xmldsig/transforms/enveloped_signature.rb - lib/xmldsig/transforms/transform.rb - lib/xmldsig/version.rb - spec/fixtures/certificate.cer - spec/fixtures/certificate2.cer - spec/fixtures/key.pem - spec/fixtures/signed.xml - spec/fixtures/unsigned.xml - spec/fixtures/unsigned/canonicalizer_1_0.xml - spec/fixtures/unsigned/canonicalizer_1_1.xml - spec/fixtures/unsigned/canonicalizer_exc.xml - spec/fixtures/unsigned/digest_sha1.xml - spec/fixtures/unsigned/with_soap_envelope.xml - spec/fixtures/unsigned/without_namespace_prefix.xml - spec/fixtures/unsigned/without_reference_uri.xml - spec/fixtures/unsigned_multiple_references.xml - spec/fixtures/unsigned_nested_signature.xml - spec/lib/xmldsig/reference_spec.rb - spec/lib/xmldsig/signature_spec.rb - spec/lib/xmldsig/signed_document_spec.rb - spec/lib/xmldsig/transforms/enveloped_signature_spec.rb - spec/lib/xmldsig/transforms/transform_spec.rb - spec/lib/xmldsig_spec.rb - spec/spec_helper.rb - xmldsig.gemspec homepage: https://github.com/benoist/xmldsig licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.25 signing_key: specification_version: 3 summary: This gem is a (partial) implementation of the XMLDsig specification (http://www.w3.org/TR/xmldsig-core) test_files: - spec/fixtures/certificate.cer - spec/fixtures/certificate2.cer - spec/fixtures/key.pem - spec/fixtures/signed.xml - spec/fixtures/unsigned.xml - spec/fixtures/unsigned/canonicalizer_1_0.xml - spec/fixtures/unsigned/canonicalizer_1_1.xml - spec/fixtures/unsigned/canonicalizer_exc.xml - spec/fixtures/unsigned/digest_sha1.xml - spec/fixtures/unsigned/with_soap_envelope.xml - spec/fixtures/unsigned/without_namespace_prefix.xml - spec/fixtures/unsigned/without_reference_uri.xml - spec/fixtures/unsigned_multiple_references.xml - spec/fixtures/unsigned_nested_signature.xml - spec/lib/xmldsig/reference_spec.rb - spec/lib/xmldsig/signature_spec.rb - spec/lib/xmldsig/signed_document_spec.rb - spec/lib/xmldsig/transforms/enveloped_signature_spec.rb - spec/lib/xmldsig/transforms/transform_spec.rb - spec/lib/xmldsig_spec.rb - spec/spec_helper.rb