--- !ruby/object:Gem::Specification name: omise version: !ruby/object:Gem::Version version: 0.4.0 platform: ruby authors: - Robin Clart autorequire: bindir: bin cert_chain: [] date: 2016-06-01 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.8.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.8.0 - !ruby/object:Gem::Dependency name: json requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.8.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.8.1 - !ruby/object:Gem::Dependency name: bundler 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: 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: 5.4.2 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 5.4.2 description: email: - robin@omise.co executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - CHANGELOG.md - Gemfile - LICENSE.txt - README.md - Rakefile - data/ca_certificates.pem - lib/omise.rb - lib/omise/account.rb - lib/omise/all.rb - lib/omise/attributes.rb - lib/omise/balance.rb - lib/omise/bank_account.rb - lib/omise/card.rb - lib/omise/card_list.rb - lib/omise/charge.rb - lib/omise/config.rb - lib/omise/customer.rb - lib/omise/dispute.rb - lib/omise/error.rb - lib/omise/event.rb - lib/omise/list.rb - lib/omise/object.rb - lib/omise/recipient.rb - lib/omise/refund.rb - lib/omise/refund_list.rb - lib/omise/resource.rb - lib/omise/singleton_resource.rb - lib/omise/testing/resource.rb - lib/omise/token.rb - lib/omise/transaction.rb - lib/omise/transfer.rb - lib/omise/util.rb - lib/omise/vault.rb - lib/omise/version.rb - omise.gemspec - test/fixtures/api.omise.co/account-get.json - test/fixtures/api.omise.co/balance-get.json - test/fixtures/api.omise.co/charges-get.json - test/fixtures/api.omise.co/charges-post.json - test/fixtures/api.omise.co/charges/404-get.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq-get-expand-true.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq-get.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq-patch.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq/capture-post.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq/refunds-get.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq/refunds-post.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq/refunds/404-get.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq/refunds/rfnd_test_4yqmv79ahghsiz23y3c-get.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq/reverse-post.json - test/fixtures/api.omise.co/customers-get.json - test/fixtures/api.omise.co/customers-post.json - test/fixtures/api.omise.co/customers/404-get.json - test/fixtures/api.omise.co/customers/cust_test_4yq6txdpfadhbaqnwp3-delete.json - test/fixtures/api.omise.co/customers/cust_test_4yq6txdpfadhbaqnwp3-get.json - test/fixtures/api.omise.co/customers/cust_test_4yq6txdpfadhbaqnwp3-patch.json - test/fixtures/api.omise.co/customers/cust_test_4yq6txdpfadhbaqnwp3/cards-get-order-chronological.json - test/fixtures/api.omise.co/customers/cust_test_4yq6txdpfadhbaqnwp3/cards/404-get.json - test/fixtures/api.omise.co/customers/cust_test_4yq6txdpfadhbaqnwp3/cards/card_test_4yq6tuucl9h4erukfl0-delete.json - test/fixtures/api.omise.co/customers/cust_test_4yq6txdpfadhbaqnwp3/cards/card_test_4yq6tuucl9h4erukfl0-get.json - test/fixtures/api.omise.co/customers/cust_test_4yq6txdpfadhbaqnwp3/cards/card_test_4yq6tuucl9h4erukfl0-patch.json - test/fixtures/api.omise.co/disputes-get.json - test/fixtures/api.omise.co/disputes/closed-get.json - test/fixtures/api.omise.co/disputes/dspt_test_5089off452g5m5te7xs-get.json - test/fixtures/api.omise.co/disputes/dspt_test_5089off452g5m5te7xs-patch.json - test/fixtures/api.omise.co/disputes/open-get.json - test/fixtures/api.omise.co/disputes/pending-get.json - test/fixtures/api.omise.co/events-get.json - test/fixtures/api.omise.co/events/evnt_test_52cin5n9bb6lytxduh9-get.json - test/fixtures/api.omise.co/recipients-get.json - test/fixtures/api.omise.co/recipients-post.json - test/fixtures/api.omise.co/recipients/recp_test_50894vc13y8z4v51iuc-delete.json - test/fixtures/api.omise.co/recipients/recp_test_50894vc13y8z4v51iuc-get.json - test/fixtures/api.omise.co/recipients/recp_test_50894vc13y8z4v51iuc-patch.json - test/fixtures/api.omise.co/transactions-get.json - test/fixtures/api.omise.co/transactions/trxn_test_4yq7duwb9jts1vxgqua-get.json - test/fixtures/api.omise.co/transactions/trxn_test_4yqafnvlztbf3908vs1-get.json - test/fixtures/api.omise.co/transactions/trxn_test_4yqmv79fzpy0gmz5mmq-get.json - test/fixtures/api.omise.co/transfers-get.json - test/fixtures/api.omise.co/transfers-post.json - test/fixtures/api.omise.co/transfers/trsf_test_4yqacz8t3cbipcj766u-delete.json - test/fixtures/api.omise.co/transfers/trsf_test_4yqacz8t3cbipcj766u-get.json - test/fixtures/api.omise.co/transfers/trsf_test_4yqacz8t3cbipcj766u-patch.json - test/fixtures/vault.omise.co/tokens-post.json - test/fixtures/vault.omise.co/tokens/tokn_test_4yq8lbecl0q6dsjzxr5-get.json - test/omise/test_account.rb - test/omise/test_balance.rb - test/omise/test_card.rb - test/omise/test_charge.rb - test/omise/test_customer.rb - test/omise/test_dispute.rb - test/omise/test_event.rb - test/omise/test_recipient.rb - test/omise/test_refund.rb - test/omise/test_resource.rb - test/omise/test_token.rb - test/omise/test_transaction.rb - test/omise/test_transfer.rb - test/support.rb homepage: https://www.omise.co/ 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.5 signing_key: specification_version: 4 summary: Omise Ruby client test_files: - test/fixtures/api.omise.co/account-get.json - test/fixtures/api.omise.co/balance-get.json - test/fixtures/api.omise.co/charges-get.json - test/fixtures/api.omise.co/charges-post.json - test/fixtures/api.omise.co/charges/404-get.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq-get-expand-true.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq-get.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq-patch.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq/capture-post.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq/refunds-get.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq/refunds-post.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq/refunds/404-get.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq/refunds/rfnd_test_4yqmv79ahghsiz23y3c-get.json - test/fixtures/api.omise.co/charges/chrg_test_4yq7duw15p9hdrjp8oq/reverse-post.json - test/fixtures/api.omise.co/customers-get.json - test/fixtures/api.omise.co/customers-post.json - test/fixtures/api.omise.co/customers/404-get.json - test/fixtures/api.omise.co/customers/cust_test_4yq6txdpfadhbaqnwp3-delete.json - test/fixtures/api.omise.co/customers/cust_test_4yq6txdpfadhbaqnwp3-get.json - test/fixtures/api.omise.co/customers/cust_test_4yq6txdpfadhbaqnwp3-patch.json - test/fixtures/api.omise.co/customers/cust_test_4yq6txdpfadhbaqnwp3/cards-get-order-chronological.json - test/fixtures/api.omise.co/customers/cust_test_4yq6txdpfadhbaqnwp3/cards/404-get.json - test/fixtures/api.omise.co/customers/cust_test_4yq6txdpfadhbaqnwp3/cards/card_test_4yq6tuucl9h4erukfl0-delete.json - test/fixtures/api.omise.co/customers/cust_test_4yq6txdpfadhbaqnwp3/cards/card_test_4yq6tuucl9h4erukfl0-get.json - test/fixtures/api.omise.co/customers/cust_test_4yq6txdpfadhbaqnwp3/cards/card_test_4yq6tuucl9h4erukfl0-patch.json - test/fixtures/api.omise.co/disputes-get.json - test/fixtures/api.omise.co/disputes/closed-get.json - test/fixtures/api.omise.co/disputes/dspt_test_5089off452g5m5te7xs-get.json - test/fixtures/api.omise.co/disputes/dspt_test_5089off452g5m5te7xs-patch.json - test/fixtures/api.omise.co/disputes/open-get.json - test/fixtures/api.omise.co/disputes/pending-get.json - test/fixtures/api.omise.co/events-get.json - test/fixtures/api.omise.co/events/evnt_test_52cin5n9bb6lytxduh9-get.json - test/fixtures/api.omise.co/recipients-get.json - test/fixtures/api.omise.co/recipients-post.json - test/fixtures/api.omise.co/recipients/recp_test_50894vc13y8z4v51iuc-delete.json - test/fixtures/api.omise.co/recipients/recp_test_50894vc13y8z4v51iuc-get.json - test/fixtures/api.omise.co/recipients/recp_test_50894vc13y8z4v51iuc-patch.json - test/fixtures/api.omise.co/transactions-get.json - test/fixtures/api.omise.co/transactions/trxn_test_4yq7duwb9jts1vxgqua-get.json - test/fixtures/api.omise.co/transactions/trxn_test_4yqafnvlztbf3908vs1-get.json - test/fixtures/api.omise.co/transactions/trxn_test_4yqmv79fzpy0gmz5mmq-get.json - test/fixtures/api.omise.co/transfers-get.json - test/fixtures/api.omise.co/transfers-post.json - test/fixtures/api.omise.co/transfers/trsf_test_4yqacz8t3cbipcj766u-delete.json - test/fixtures/api.omise.co/transfers/trsf_test_4yqacz8t3cbipcj766u-get.json - test/fixtures/api.omise.co/transfers/trsf_test_4yqacz8t3cbipcj766u-patch.json - test/fixtures/vault.omise.co/tokens-post.json - test/fixtures/vault.omise.co/tokens/tokn_test_4yq8lbecl0q6dsjzxr5-get.json - test/omise/test_account.rb - test/omise/test_balance.rb - test/omise/test_card.rb - test/omise/test_charge.rb - test/omise/test_customer.rb - test/omise/test_dispute.rb - test/omise/test_event.rb - test/omise/test_recipient.rb - test/omise/test_refund.rb - test/omise/test_resource.rb - test/omise/test_token.rb - test/omise/test_transaction.rb - test/omise/test_transfer.rb - test/support.rb has_rdoc: