--- !ruby/object:Gem::Specification
name: ebanx
version: !ruby/object:Gem::Version
  version: 1.3.5
platform: ruby
authors:
- Gustavo Henrique Mascarenhas Machado
autorequire: 
bindir: bin
cert_chain: []
date: 2018-08-06 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: bundler
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.3'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.3'
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: minitest
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: codeclimate-test-reporter
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: rest-client
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 2.0.2
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 2.0.2
- !ruby/object:Gem::Dependency
  name: json
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
description: EBANX is the market leader in e-commerce payment solutions for International
  Merchants selling online to Brazil
email:
- guhemama@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- ".gitignore"
- ".travis.yml"
- CONTRIBUTORS
- Gemfile
- LICENSE.txt
- README.md
- Rakefile
- VERSION
- ebanx.gemspec
- lib/ebanx.rb
- lib/ebanx/command/cancel.rb
- lib/ebanx/command/capture.rb
- lib/ebanx/command/command.rb
- lib/ebanx/command/create_merchant_settlement_request.rb
- lib/ebanx/command/direct.rb
- lib/ebanx/command/document_balance.rb
- lib/ebanx/command/due_date.rb
- lib/ebanx/command/edit_merchant_integration_properties.rb
- lib/ebanx/command/exchange.rb
- lib/ebanx/command/get_currency_rates.rb
- lib/ebanx/command/get_merchant_amount_balance_by_country.rb
- lib/ebanx/command/get_merchant_integration_properties.rb
- lib/ebanx/command/get_merchant_settlement_extract.rb
- lib/ebanx/command/get_merchant_settlement_info.rb
- lib/ebanx/command/get_merchant_settlement_report.rb
- lib/ebanx/command/get_merchant_settlement_statement.rb
- lib/ebanx/command/payout_balance.rb
- lib/ebanx/command/payout_bank_details.rb
- lib/ebanx/command/payout_banks.rb
- lib/ebanx/command/payout_cancel.rb
- lib/ebanx/command/payout_commit.rb
- lib/ebanx/command/payout_create.rb
- lib/ebanx/command/payout_retrieve.rb
- lib/ebanx/command/payout_search.rb
- lib/ebanx/command/payout_simulate.rb
- lib/ebanx/command/print.rb
- lib/ebanx/command/query.rb
- lib/ebanx/command/refund.rb
- lib/ebanx/command/refund_or_cancel.rb
- lib/ebanx/command/request.rb
- lib/ebanx/command/resend_payment_notification.rb
- lib/ebanx/command/token.rb
- lib/ebanx/command/transfer_cancel.rb
- lib/ebanx/command/transfer_commit.rb
- lib/ebanx/command/transfer_create.rb
- lib/ebanx/command/transfer_retrieve.rb
- lib/ebanx/command/transfer_search.rb
- lib/ebanx/command/zipcode.rb
- lib/ebanx/dig.rb
- lib/ebanx/exception/ebanx_api_exception.rb
- lib/ebanx/response.rb
- lib/ebanx/version.rb
- test/ebanx/cancel_command_test.rb
- test/ebanx/cancel_payout_command_test.rb
- test/ebanx/cancel_transfer_command_test.rb
- test/ebanx/commit_payout_command_test.rb
- test/ebanx/commit_transfer_command_test.rb
- test/ebanx/create_merchant_settlement_request_command_test.rb
- test/ebanx/create_payout_command_test.rb
- test/ebanx/create_transfer_command_test.rb
- test/ebanx/direct_command_test.rb
- test/ebanx/edit_merchant_integration_properties_command_test.rb
- test/ebanx/get_currency_rates_command_test.rb
- test/ebanx/get_merchant_amount_balance_by_country_command_test.rb
- test/ebanx/get_merchant_integration_properties_command_test.rb
- test/ebanx/get_merchant_settlement_extract_command_test.rb
- test/ebanx/get_merchant_settlement_info_command_test.rb
- test/ebanx/get_merchant_settlement_report_command_test.rb
- test/ebanx/get_merchant_settlement_statement_command_test.rb
- test/ebanx/payout_bank_details_command_test.rb
- test/ebanx/payout_banks_command_test.rb
- test/ebanx/request_command_test.rb
- test/ebanx/resend_payment_notification_command_test.rb
- test/ebanx/retrieve_payout_command_test.rb
- test/ebanx/retrieve_transfer_command_test.rb
- test/ebanx/search_payout_command_test.rb
- test/ebanx/search_transfer_command_test.rb
- test/ebanx/simulate_payout_command_test.rb
- test/ebanx/zipcode_command_test.rb
- test/test_helper.rb
homepage: https://www.ebanx.com
licenses:
- BSD
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.5.1
signing_key: 
specification_version: 4
summary: Ruby bindings for the EBANX API
test_files:
- test/ebanx/cancel_command_test.rb
- test/ebanx/cancel_payout_command_test.rb
- test/ebanx/cancel_transfer_command_test.rb
- test/ebanx/commit_payout_command_test.rb
- test/ebanx/commit_transfer_command_test.rb
- test/ebanx/create_merchant_settlement_request_command_test.rb
- test/ebanx/create_payout_command_test.rb
- test/ebanx/create_transfer_command_test.rb
- test/ebanx/direct_command_test.rb
- test/ebanx/edit_merchant_integration_properties_command_test.rb
- test/ebanx/get_currency_rates_command_test.rb
- test/ebanx/get_merchant_amount_balance_by_country_command_test.rb
- test/ebanx/get_merchant_integration_properties_command_test.rb
- test/ebanx/get_merchant_settlement_extract_command_test.rb
- test/ebanx/get_merchant_settlement_info_command_test.rb
- test/ebanx/get_merchant_settlement_report_command_test.rb
- test/ebanx/get_merchant_settlement_statement_command_test.rb
- test/ebanx/payout_bank_details_command_test.rb
- test/ebanx/payout_banks_command_test.rb
- test/ebanx/request_command_test.rb
- test/ebanx/resend_payment_notification_command_test.rb
- test/ebanx/retrieve_payout_command_test.rb
- test/ebanx/retrieve_transfer_command_test.rb
- test/ebanx/search_payout_command_test.rb
- test/ebanx/search_transfer_command_test.rb
- test/ebanx/simulate_payout_command_test.rb
- test/ebanx/zipcode_command_test.rb
- test/test_helper.rb