--- !ruby/object:Gem::Specification
name: moip-assinaturas
version: !ruby/object:Gem::Version
  version: 0.2.3
platform: ruby
authors:
- Warlley
autorequire: 
bindir: bin
cert_chain: []
date: 2014-05-29 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rspec
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '2.13'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '2.13'
- !ruby/object:Gem::Dependency
  name: guard-rspec
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 2.5.4
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 2.5.4
- !ruby/object:Gem::Dependency
  name: growl
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 1.0.3
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 1.0.3
- !ruby/object:Gem::Dependency
  name: fakeweb
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 1.3.0
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 1.3.0
- !ruby/object:Gem::Dependency
  name: pry
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '0.9'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '0.9'
- !ruby/object:Gem::Dependency
  name: httparty
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 0.12.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 0.12.0
- !ruby/object:Gem::Dependency
  name: activesupport
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: 2.3.2
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: 2.3.2
- !ruby/object:Gem::Dependency
  name: json
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '1.7'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '1.7'
description: Ruby Gem para uso do serviço de assinaturas do Moip
email:
- warlleyrezende@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- Gemfile
- Guardfile
- LICENSE.txt
- README.md
- Rakefile
- lib/moip-assinaturas.rb
- lib/moip-assinaturas/client.rb
- lib/moip-assinaturas/customer.rb
- lib/moip-assinaturas/invoice.rb
- lib/moip-assinaturas/payment.rb
- lib/moip-assinaturas/plan.rb
- lib/moip-assinaturas/subscription.rb
- lib/moip-assinaturas/version.rb
- lib/moip-assinaturas/webhooks.rb
- lib/rails/generators/moip_assinaturas/install_generator.rb
- lib/rails/generators/templates/moip_assinaturas.rb
- moip-assinaturas.gemspec
- spec/fixtures/create_customer.json
- spec/fixtures/create_plan.json
- spec/fixtures/create_subscription.json
- spec/fixtures/custom_authentication/create_customer.json
- spec/fixtures/custom_authentication/create_plan.json
- spec/fixtures/custom_authentication/create_subscription.json
- spec/fixtures/custom_authentication/details_customer.json
- spec/fixtures/custom_authentication/details_invoice.json
- spec/fixtures/custom_authentication/details_payment.json
- spec/fixtures/custom_authentication/details_plan.json
- spec/fixtures/custom_authentication/details_subscription.json
- spec/fixtures/custom_authentication/list_customers.json
- spec/fixtures/custom_authentication/list_invoices.json
- spec/fixtures/custom_authentication/list_payments.json
- spec/fixtures/custom_authentication/list_plans.json
- spec/fixtures/custom_authentication/list_subscriptions.json
- spec/fixtures/custom_authentication/update_credit_card.json
- spec/fixtures/details_customer.json
- spec/fixtures/details_invoice.json
- spec/fixtures/details_payment.json
- spec/fixtures/details_plan.json
- spec/fixtures/details_subscription.json
- spec/fixtures/list_customers.json
- spec/fixtures/list_invoices.json
- spec/fixtures/list_payments.json
- spec/fixtures/list_plans.json
- spec/fixtures/list_subscriptions.json
- spec/fixtures/update_credit_card.json
- spec/moip-assinaturas/customer_spec.rb
- spec/moip-assinaturas/invoice_spec.rb
- spec/moip-assinaturas/payment_spec.rb
- spec/moip-assinaturas/plan_spec.rb
- spec/moip-assinaturas/subscription_spec.rb
- spec/moip-assinaturas/webhooks_spec.rb
- spec/moip_assinaturas_spec.rb
- spec/spec_helper.rb
homepage: https://github.com/ibody/moip-assinaturas
licenses: []
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.2.2
signing_key: 
specification_version: 4
summary: Ruby Gem para uso do serviço de assinaturas do Moip
test_files:
- spec/fixtures/create_customer.json
- spec/fixtures/create_plan.json
- spec/fixtures/create_subscription.json
- spec/fixtures/custom_authentication/create_customer.json
- spec/fixtures/custom_authentication/create_plan.json
- spec/fixtures/custom_authentication/create_subscription.json
- spec/fixtures/custom_authentication/details_customer.json
- spec/fixtures/custom_authentication/details_invoice.json
- spec/fixtures/custom_authentication/details_payment.json
- spec/fixtures/custom_authentication/details_plan.json
- spec/fixtures/custom_authentication/details_subscription.json
- spec/fixtures/custom_authentication/list_customers.json
- spec/fixtures/custom_authentication/list_invoices.json
- spec/fixtures/custom_authentication/list_payments.json
- spec/fixtures/custom_authentication/list_plans.json
- spec/fixtures/custom_authentication/list_subscriptions.json
- spec/fixtures/custom_authentication/update_credit_card.json
- spec/fixtures/details_customer.json
- spec/fixtures/details_invoice.json
- spec/fixtures/details_payment.json
- spec/fixtures/details_plan.json
- spec/fixtures/details_subscription.json
- spec/fixtures/list_customers.json
- spec/fixtures/list_invoices.json
- spec/fixtures/list_payments.json
- spec/fixtures/list_plans.json
- spec/fixtures/list_subscriptions.json
- spec/fixtures/update_credit_card.json
- spec/moip-assinaturas/customer_spec.rb
- spec/moip-assinaturas/invoice_spec.rb
- spec/moip-assinaturas/payment_spec.rb
- spec/moip-assinaturas/plan_spec.rb
- spec/moip-assinaturas/subscription_spec.rb
- spec/moip-assinaturas/webhooks_spec.rb
- spec/moip_assinaturas_spec.rb
- spec/spec_helper.rb