# -*- encoding: utf-8 -*- # stub: maestrano 0.12.4 ruby lib Gem::Specification.new do |s| s.name = "maestrano".freeze s.version = "0.12.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Arnaud Lachaume".freeze] s.date = "2016-04-18" s.description = "Maestrano is the next generation marketplace for SME applications. See https://maestrano.com for details.".freeze s.email = ["arnaud.lachaume@maestrano.com".freeze] s.executables = ["maestrano-console".freeze] s.files = [".gitignore".freeze, "DEVELOPER.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/maestrano-console".freeze, "lib/maestrano.rb".freeze, "lib/maestrano/account/bill.rb".freeze, "lib/maestrano/account/group.rb".freeze, "lib/maestrano/account/recurring_bill.rb".freeze, "lib/maestrano/account/user.rb".freeze, "lib/maestrano/api/error/authentication_error.rb".freeze, "lib/maestrano/api/error/base_error.rb".freeze, "lib/maestrano/api/error/connection_error.rb".freeze, "lib/maestrano/api/error/invalid_request_error.rb".freeze, "lib/maestrano/api/list_object.rb".freeze, "lib/maestrano/api/object.rb".freeze, "lib/maestrano/api/operation/base.rb".freeze, "lib/maestrano/api/operation/create.rb".freeze, "lib/maestrano/api/operation/delete.rb".freeze, "lib/maestrano/api/operation/list.rb".freeze, "lib/maestrano/api/operation/update.rb".freeze, "lib/maestrano/api/resource.rb".freeze, "lib/maestrano/api/util.rb".freeze, "lib/maestrano/connec/client.rb".freeze, "lib/maestrano/open_struct.rb".freeze, "lib/maestrano/preset.rb".freeze, "lib/maestrano/saml/attribute_value.rb".freeze, "lib/maestrano/saml/metadata.rb".freeze, "lib/maestrano/saml/request.rb".freeze, "lib/maestrano/saml/response.rb".freeze, "lib/maestrano/saml/schemas/saml20assertion_schema.xsd".freeze, "lib/maestrano/saml/schemas/saml20protocol_schema.xsd".freeze, "lib/maestrano/saml/schemas/xenc_schema.xsd".freeze, "lib/maestrano/saml/schemas/xmldsig_schema.xsd".freeze, "lib/maestrano/saml/settings.rb".freeze, "lib/maestrano/saml/validation_error.rb".freeze, "lib/maestrano/sso.rb".freeze, "lib/maestrano/sso/base_group.rb".freeze, "lib/maestrano/sso/base_membership.rb".freeze, "lib/maestrano/sso/base_user.rb".freeze, "lib/maestrano/sso/group.rb".freeze, "lib/maestrano/sso/session.rb".freeze, "lib/maestrano/sso/user.rb".freeze, "lib/maestrano/version.rb".freeze, "lib/maestrano/xml_security/signed_document.rb".freeze, "maestrano.gemspec".freeze, "maestrano.png".freeze, "test/helpers/api_helpers.rb".freeze, "test/helpers/saml_helpers.rb".freeze, "test/maestrano/account/bill_test.rb".freeze, "test/maestrano/account/group_test.rb".freeze, "test/maestrano/account/recurring_bill_test.rb".freeze, "test/maestrano/account/user_test.rb".freeze, "test/maestrano/api/list_object_test.rb".freeze, "test/maestrano/api/object_test.rb".freeze, "test/maestrano/api/resource_test.rb".freeze, "test/maestrano/api/util_test.rb".freeze, "test/maestrano/connec/client_test.rb".freeze, "test/maestrano/maestrano_test.rb".freeze, "test/maestrano/open_struct_test.rb".freeze, "test/maestrano/saml/request_test.rb".freeze, "test/maestrano/saml/response_test.rb".freeze, "test/maestrano/saml/settings_test.rb".freeze, "test/maestrano/sso/base_group_test.rb".freeze, "test/maestrano/sso/base_membership_test.rb".freeze, "test/maestrano/sso/base_user_test.rb".freeze, "test/maestrano/sso/group_test.rb".freeze, "test/maestrano/sso/session_test.rb".freeze, "test/maestrano/sso/user_test.rb".freeze, "test/maestrano/sso_test.rb".freeze, "test/maestrano/xml_security/signed_document.rb".freeze, "test/support/saml/certificates/certificate1".freeze, "test/support/saml/certificates/r1_certificate2_base64".freeze, "test/support/saml/responses/adfs_response_sha1.xml".freeze, "test/support/saml/responses/adfs_response_sha256.xml".freeze, "test/support/saml/responses/adfs_response_sha384.xml".freeze, "test/support/saml/responses/adfs_response_sha512.xml".freeze, "test/support/saml/responses/no_signature_ns.xml".freeze, "test/support/saml/responses/open_saml_response.xml".freeze, "test/support/saml/responses/r1_response6.xml.base64".freeze, "test/support/saml/responses/response1.xml.base64".freeze, "test/support/saml/responses/response2.xml.base64".freeze, "test/support/saml/responses/response3.xml.base64".freeze, "test/support/saml/responses/response4.xml.base64".freeze, "test/support/saml/responses/response5.xml.base64".freeze, "test/support/saml/responses/response_with_ampersands.xml".freeze, "test/support/saml/responses/response_with_ampersands.xml.base64".freeze, "test/support/saml/responses/response_with_multiple_attribute_values.xml".freeze, "test/support/saml/responses/simple_saml_php.xml".freeze, "test/support/saml/responses/starfield_response.xml.base64".freeze, "test/support/saml/responses/wrapped_response_2.xml.base64".freeze, "test/test_helper.rb".freeze] s.homepage = "https://maestrano.com".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby bindings for the Maestrano API".freeze s.test_files = ["test/helpers/api_helpers.rb".freeze, "test/helpers/saml_helpers.rb".freeze, "test/maestrano/account/bill_test.rb".freeze, "test/maestrano/account/group_test.rb".freeze, "test/maestrano/account/recurring_bill_test.rb".freeze, "test/maestrano/account/user_test.rb".freeze, "test/maestrano/api/list_object_test.rb".freeze, "test/maestrano/api/object_test.rb".freeze, "test/maestrano/api/resource_test.rb".freeze, "test/maestrano/api/util_test.rb".freeze, "test/maestrano/connec/client_test.rb".freeze, "test/maestrano/maestrano_test.rb".freeze, "test/maestrano/open_struct_test.rb".freeze, "test/maestrano/saml/request_test.rb".freeze, "test/maestrano/saml/response_test.rb".freeze, "test/maestrano/saml/settings_test.rb".freeze, "test/maestrano/sso/base_group_test.rb".freeze, "test/maestrano/sso/base_membership_test.rb".freeze, "test/maestrano/sso/base_user_test.rb".freeze, "test/maestrano/sso/group_test.rb".freeze, "test/maestrano/sso/session_test.rb".freeze, "test/maestrano/sso/user_test.rb".freeze, "test/maestrano/sso_test.rb".freeze, "test/maestrano/xml_security/signed_document.rb".freeze, "test/support/saml/certificates/certificate1".freeze, "test/support/saml/certificates/r1_certificate2_base64".freeze, "test/support/saml/responses/adfs_response_sha1.xml".freeze, "test/support/saml/responses/adfs_response_sha256.xml".freeze, "test/support/saml/responses/adfs_response_sha384.xml".freeze, "test/support/saml/responses/adfs_response_sha512.xml".freeze, "test/support/saml/responses/no_signature_ns.xml".freeze, "test/support/saml/responses/open_saml_response.xml".freeze, "test/support/saml/responses/r1_response6.xml.base64".freeze, "test/support/saml/responses/response1.xml.base64".freeze, "test/support/saml/responses/response2.xml.base64".freeze, "test/support/saml/responses/response3.xml.base64".freeze, "test/support/saml/responses/response4.xml.base64".freeze, "test/support/saml/responses/response5.xml.base64".freeze, "test/support/saml/responses/response_with_ampersands.xml".freeze, "test/support/saml/responses/response_with_ampersands.xml.base64".freeze, "test/support/saml/responses/response_with_multiple_attribute_values.xml".freeze, "test/support/saml/responses/simple_saml_php.xml".freeze, "test/support/saml/responses/starfield_response.xml.base64".freeze, "test/support/saml/responses/wrapped_response_2.xml.base64".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.25".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 2".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.11".freeze]) s.add_development_dependency(%q.freeze, ["<= 0.6.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.5.0".freeze]) end