--- !ruby/object:Gem::Specification
name: maestrano
version: !ruby/object:Gem::Version
  version: 0.12.2
platform: ruby
authors:
- Arnaud Lachaume
autorequire: 
bindir: bin
cert_chain: []
date: 2016-01-21 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rest-client
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.4'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.4'
- !ruby/object:Gem::Dependency
  name: mime-types
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.25'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.25'
- !ruby/object:Gem::Dependency
  name: json
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.8'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.8'
- !ruby/object:Gem::Dependency
  name: httparty
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '0.13'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '0.13'
- !ruby/object:Gem::Dependency
  name: test-unit
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2'
- !ruby/object:Gem::Dependency
  name: mocha
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '0.13'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '0.13'
- !ruby/object:Gem::Dependency
  name: shoulda
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.11'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.11'
- !ruby/object:Gem::Dependency
  name: timecop
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "<="
      - !ruby/object:Gem::Version
        version: 0.6.0
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "<="
      - !ruby/object:Gem::Version
        version: 0.6.0
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '10'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '10'
- !ruby/object:Gem::Dependency
  name: uuid
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.3'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.3'
- !ruby/object:Gem::Dependency
  name: nokogiri
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 1.5.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 1.5.0
description: Maestrano is the next generation marketplace for SME applications. See
  https://maestrano.com for details.
email:
- arnaud.lachaume@maestrano.com
executables:
- maestrano-console
extensions: []
extra_rdoc_files: []
files:
- ".gitignore"
- DEVELOPER.md
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- Rakefile
- bin/maestrano-console
- lib/maestrano.rb
- lib/maestrano/account/bill.rb
- lib/maestrano/account/group.rb
- lib/maestrano/account/recurring_bill.rb
- lib/maestrano/account/user.rb
- lib/maestrano/api/error/authentication_error.rb
- lib/maestrano/api/error/base_error.rb
- lib/maestrano/api/error/connection_error.rb
- lib/maestrano/api/error/invalid_request_error.rb
- lib/maestrano/api/list_object.rb
- lib/maestrano/api/object.rb
- lib/maestrano/api/operation/base.rb
- lib/maestrano/api/operation/create.rb
- lib/maestrano/api/operation/delete.rb
- lib/maestrano/api/operation/list.rb
- lib/maestrano/api/operation/update.rb
- lib/maestrano/api/resource.rb
- lib/maestrano/api/util.rb
- lib/maestrano/connec/client.rb
- lib/maestrano/open_struct.rb
- lib/maestrano/preset.rb
- lib/maestrano/saml/attribute_value.rb
- lib/maestrano/saml/metadata.rb
- lib/maestrano/saml/request.rb
- lib/maestrano/saml/response.rb
- lib/maestrano/saml/schemas/saml20assertion_schema.xsd
- lib/maestrano/saml/schemas/saml20protocol_schema.xsd
- lib/maestrano/saml/schemas/xenc_schema.xsd
- lib/maestrano/saml/schemas/xmldsig_schema.xsd
- lib/maestrano/saml/settings.rb
- lib/maestrano/saml/validation_error.rb
- lib/maestrano/sso.rb
- lib/maestrano/sso/base_group.rb
- lib/maestrano/sso/base_membership.rb
- lib/maestrano/sso/base_user.rb
- lib/maestrano/sso/group.rb
- lib/maestrano/sso/session.rb
- lib/maestrano/sso/user.rb
- lib/maestrano/version.rb
- lib/maestrano/xml_security/signed_document.rb
- maestrano.gemspec
- maestrano.png
- test/helpers/api_helpers.rb
- test/helpers/saml_helpers.rb
- test/maestrano/account/bill_test.rb
- test/maestrano/account/group_test.rb
- test/maestrano/account/recurring_bill_test.rb
- test/maestrano/account/user_test.rb
- test/maestrano/api/list_object_test.rb
- test/maestrano/api/object_test.rb
- test/maestrano/api/resource_test.rb
- test/maestrano/api/util_test.rb
- test/maestrano/connec/client_test.rb
- test/maestrano/maestrano_test.rb
- test/maestrano/open_struct_test.rb
- test/maestrano/saml/request_test.rb
- test/maestrano/saml/response_test.rb
- test/maestrano/saml/settings_test.rb
- test/maestrano/sso/base_group_test.rb
- test/maestrano/sso/base_membership_test.rb
- test/maestrano/sso/base_user_test.rb
- test/maestrano/sso/group_test.rb
- test/maestrano/sso/session_test.rb
- test/maestrano/sso/user_test.rb
- test/maestrano/sso_test.rb
- test/maestrano/xml_security/signed_document.rb
- test/support/saml/certificates/certificate1
- test/support/saml/certificates/r1_certificate2_base64
- test/support/saml/responses/adfs_response_sha1.xml
- test/support/saml/responses/adfs_response_sha256.xml
- test/support/saml/responses/adfs_response_sha384.xml
- test/support/saml/responses/adfs_response_sha512.xml
- test/support/saml/responses/no_signature_ns.xml
- test/support/saml/responses/open_saml_response.xml
- test/support/saml/responses/r1_response6.xml.base64
- test/support/saml/responses/response1.xml.base64
- test/support/saml/responses/response2.xml.base64
- test/support/saml/responses/response3.xml.base64
- test/support/saml/responses/response4.xml.base64
- test/support/saml/responses/response5.xml.base64
- test/support/saml/responses/response_with_ampersands.xml
- test/support/saml/responses/response_with_ampersands.xml.base64
- test/support/saml/responses/response_with_multiple_attribute_values.xml
- test/support/saml/responses/simple_saml_php.xml
- test/support/saml/responses/starfield_response.xml.base64
- test/support/saml/responses/wrapped_response_2.xml.base64
- test/test_helper.rb
homepage: https://maestrano.com
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.4.6
signing_key: 
specification_version: 4
summary: Ruby bindings for the Maestrano API
test_files:
- test/helpers/api_helpers.rb
- test/helpers/saml_helpers.rb
- test/maestrano/account/bill_test.rb
- test/maestrano/account/group_test.rb
- test/maestrano/account/recurring_bill_test.rb
- test/maestrano/account/user_test.rb
- test/maestrano/api/list_object_test.rb
- test/maestrano/api/object_test.rb
- test/maestrano/api/resource_test.rb
- test/maestrano/api/util_test.rb
- test/maestrano/connec/client_test.rb
- test/maestrano/maestrano_test.rb
- test/maestrano/open_struct_test.rb
- test/maestrano/saml/request_test.rb
- test/maestrano/saml/response_test.rb
- test/maestrano/saml/settings_test.rb
- test/maestrano/sso/base_group_test.rb
- test/maestrano/sso/base_membership_test.rb
- test/maestrano/sso/base_user_test.rb
- test/maestrano/sso/group_test.rb
- test/maestrano/sso/session_test.rb
- test/maestrano/sso/user_test.rb
- test/maestrano/sso_test.rb
- test/maestrano/xml_security/signed_document.rb
- test/support/saml/certificates/certificate1
- test/support/saml/certificates/r1_certificate2_base64
- test/support/saml/responses/adfs_response_sha1.xml
- test/support/saml/responses/adfs_response_sha256.xml
- test/support/saml/responses/adfs_response_sha384.xml
- test/support/saml/responses/adfs_response_sha512.xml
- test/support/saml/responses/no_signature_ns.xml
- test/support/saml/responses/open_saml_response.xml
- test/support/saml/responses/r1_response6.xml.base64
- test/support/saml/responses/response1.xml.base64
- test/support/saml/responses/response2.xml.base64
- test/support/saml/responses/response3.xml.base64
- test/support/saml/responses/response4.xml.base64
- test/support/saml/responses/response5.xml.base64
- test/support/saml/responses/response_with_ampersands.xml
- test/support/saml/responses/response_with_ampersands.xml.base64
- test/support/saml/responses/response_with_multiple_attribute_values.xml
- test/support/saml/responses/simple_saml_php.xml
- test/support/saml/responses/starfield_response.xml.base64
- test/support/saml/responses/wrapped_response_2.xml.base64
- test/test_helper.rb