# -*- encoding: utf-8 -*- # stub: saml2 3.0.2 ruby lib Gem::Specification.new do |s| s.name = "saml2".freeze s.version = "3.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Cody Cutrer".freeze] s.date = "2018-09-10" s.description = " The saml2 library is yet another SAML library for Ruby, with\n an emphasis on _not_ re-implementing XML, especially XML Security,\n _not_ parsing via Regex or generating XML by string concatenation,\n _not_ serializing/re-parsing multiple times just to get it into\n the correct format to sign or validate.\n\n For now, it provides a clean interface for implementing an IdP,\n but not an SP.\n".freeze s.email = "cody@instructure.com'".freeze s.files = ["Rakefile".freeze, "app/views/saml2/http_post.html.erb".freeze, "lib/saml2.rb".freeze, "lib/saml2/assertion.rb".freeze, "lib/saml2/attribute.rb".freeze, "lib/saml2/attribute/x500.rb".freeze, "lib/saml2/attribute_consuming_service.rb".freeze, "lib/saml2/authn_request.rb".freeze, "lib/saml2/authn_statement.rb".freeze, "lib/saml2/base.rb".freeze, "lib/saml2/bindings.rb".freeze, "lib/saml2/bindings/http_post.rb".freeze, "lib/saml2/bindings/http_redirect.rb".freeze, "lib/saml2/conditions.rb".freeze, "lib/saml2/contact.rb".freeze, "lib/saml2/endpoint.rb".freeze, "lib/saml2/engine.rb".freeze, "lib/saml2/entity.rb".freeze, "lib/saml2/identity_provider.rb".freeze, "lib/saml2/indexed_object.rb".freeze, "lib/saml2/key.rb".freeze, "lib/saml2/localized_name.rb".freeze, "lib/saml2/logout_request.rb".freeze, "lib/saml2/logout_response.rb".freeze, "lib/saml2/message.rb".freeze, "lib/saml2/name_id.rb".freeze, "lib/saml2/namespaces.rb".freeze, "lib/saml2/organization.rb".freeze, "lib/saml2/organization_and_contacts.rb".freeze, "lib/saml2/request.rb".freeze, "lib/saml2/requested_authn_context.rb".freeze, "lib/saml2/response.rb".freeze, "lib/saml2/role.rb".freeze, "lib/saml2/schemas.rb".freeze, "lib/saml2/service_provider.rb".freeze, "lib/saml2/signable.rb".freeze, "lib/saml2/sso.rb".freeze, "lib/saml2/status.rb".freeze, "lib/saml2/status_response.rb".freeze, "lib/saml2/subject.rb".freeze, "lib/saml2/version.rb".freeze, "schemas/MetadataExchange.xsd".freeze, "schemas/oasis-200401-wss-wssecurity-secext-1.0.xsd".freeze, "schemas/oasis-200401-wss-wssecurity-utility-1.0.xsd".freeze, "schemas/saml-schema-assertion-2.0.xsd".freeze, "schemas/saml-schema-metadata-2.0.xsd".freeze, "schemas/saml-schema-protocol-2.0.xsd".freeze, "schemas/ws-addr.xsd".freeze, "schemas/ws-authorization.xsd".freeze, "schemas/ws-federation.xsd".freeze, "schemas/ws-securitypolicy-1.2.xsd".freeze, "schemas/xenc-schema.xsd".freeze, "schemas/xml.xsd".freeze, "schemas/xmldsig-core-schema.xsd".freeze, "spec/fixtures/FederationMetadata.xml".freeze, "spec/fixtures/authnrequest.xml".freeze, "spec/fixtures/certificate.pem".freeze, "spec/fixtures/entities.xml".freeze, "spec/fixtures/external-uri-reference-response.xml".freeze, "spec/fixtures/identity_provider.xml".freeze, "spec/fixtures/noconditions_response.xml".freeze, "spec/fixtures/othercertificate.pem".freeze, "spec/fixtures/privatekey.key".freeze, "spec/fixtures/response_signed.xml".freeze, "spec/fixtures/response_tampered_certificate.xml".freeze, "spec/fixtures/response_tampered_signature.xml".freeze, "spec/fixtures/response_with_attribute_signed.xml".freeze, "spec/fixtures/response_with_encrypted_assertion.xml".freeze, "spec/fixtures/response_with_signed_assertion_and_encrypted_subject.xml".freeze, "spec/fixtures/service_provider.xml".freeze, "spec/fixtures/test3-response.xml".freeze, "spec/fixtures/test6-response.xml".freeze, "spec/fixtures/test7-response.xml".freeze, "spec/fixtures/xml_missigned_assertion.xml".freeze, "spec/fixtures/xml_signature_wrapping_attack_duplicate_ids.xml".freeze, "spec/fixtures/xml_signature_wrapping_attack_response_attributes.xml".freeze, "spec/fixtures/xml_signature_wrapping_attack_response_nameid.xml".freeze, "spec/fixtures/xslt-transform-response.xml".freeze, "spec/lib/attribute_consuming_service_spec.rb".freeze, "spec/lib/attribute_spec.rb".freeze, "spec/lib/authn_request_spec.rb".freeze, "spec/lib/bindings/http_redirect_spec.rb".freeze, "spec/lib/conditions_spec.rb".freeze, "spec/lib/entity_spec.rb".freeze, "spec/lib/identity_provider_spec.rb".freeze, "spec/lib/indexed_object_spec.rb".freeze, "spec/lib/key_spec.rb".freeze, "spec/lib/logout_request_spec.rb".freeze, "spec/lib/logout_response_spec.rb".freeze, "spec/lib/message_spec.rb".freeze, "spec/lib/response_spec.rb".freeze, "spec/lib/service_provider_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/instructure/ruby-saml2".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "SAML 2.0 Library".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/lib/logout_response_spec.rb".freeze, "spec/lib/indexed_object_spec.rb".freeze, "spec/lib/attribute_spec.rb".freeze, "spec/lib/entity_spec.rb".freeze, "spec/lib/attribute_consuming_service_spec.rb".freeze, "spec/lib/key_spec.rb".freeze, "spec/lib/message_spec.rb".freeze, "spec/lib/response_spec.rb".freeze, "spec/lib/logout_request_spec.rb".freeze, "spec/lib/conditions_spec.rb".freeze, "spec/lib/bindings/http_redirect_spec.rb".freeze, "spec/lib/service_provider_spec.rb".freeze, "spec/lib/identity_provider_spec.rb".freeze, "spec/lib/authn_request_spec.rb".freeze, "spec/fixtures/test3-response.xml".freeze, "spec/fixtures/service_provider.xml".freeze, "spec/fixtures/response_with_attribute_signed.xml".freeze, "spec/fixtures/response_signed.xml".freeze, "spec/fixtures/xml_signature_wrapping_attack_response_nameid.xml".freeze, "spec/fixtures/response_tampered_signature.xml".freeze, "spec/fixtures/xml_missigned_assertion.xml".freeze, "spec/fixtures/certificate.pem".freeze, "spec/fixtures/noconditions_response.xml".freeze, "spec/fixtures/entities.xml".freeze, "spec/fixtures/xml_signature_wrapping_attack_duplicate_ids.xml".freeze, "spec/fixtures/response_with_signed_assertion_and_encrypted_subject.xml".freeze, "spec/fixtures/othercertificate.pem".freeze, "spec/fixtures/xslt-transform-response.xml".freeze, "spec/fixtures/response_with_encrypted_assertion.xml".freeze, "spec/fixtures/external-uri-reference-response.xml".freeze, "spec/fixtures/authnrequest.xml".freeze, "spec/fixtures/xml_signature_wrapping_attack_response_attributes.xml".freeze, "spec/fixtures/FederationMetadata.xml".freeze, "spec/fixtures/identity_provider.xml".freeze, "spec/fixtures/response_tampered_certificate.xml".freeze, "spec/fixtures/test7-response.xml".freeze, "spec/fixtures/test6-response.xml".freeze, "spec/fixtures/privatekey.key".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.5.8".freeze, "< 1.9".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.9".freeze, ">= 0.9.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze, "< 5.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 9.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 12.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.5".freeze]) end