--- !ruby/object:Gem::Specification name: boletosimples version: !ruby/object:Gem::Version version: 2.1.0 platform: ruby authors: - Kivanio Barbosa - Rafael Lima - Thiago Belem autorequire: bindir: bin cert_chain: [] date: 2022-05-16 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: faraday-http-cache requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.2.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.2.0 - !ruby/object:Gem::Dependency name: faraday_middleware requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' - !ruby/object:Gem::Dependency name: her requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' description: Boleto Simples API wrapper. email: - kivanio@gmail.com - contato@rafael.adm.br - contato@thiagobelem.net executables: [] extensions: [] extra_rdoc_files: [] files: - CHANGELOG.md - LICENSE.txt - README.md - lib/boletosimples.rb - lib/boletosimples/configuration.rb - lib/boletosimples/last_request.rb - lib/boletosimples/middlewares/bearer.rb - lib/boletosimples/middlewares/custom_headers.rb - lib/boletosimples/middlewares/debug.rb - lib/boletosimples/middlewares/last_request.rb - lib/boletosimples/middlewares/raise_error.rb - lib/boletosimples/middlewares/user_agent.rb - lib/boletosimples/resources/bank_billet.rb - lib/boletosimples/resources/bank_billet_account.rb - lib/boletosimples/resources/bank_billet_discharge.rb - lib/boletosimples/resources/bank_billet_payment.rb - lib/boletosimples/resources/bank_billet_remittance.rb - lib/boletosimples/resources/base_model.rb - lib/boletosimples/resources/customer.rb - lib/boletosimples/resources/customer_import.rb - lib/boletosimples/resources/customer_subscription.rb - lib/boletosimples/resources/customer_subscription_import.rb - lib/boletosimples/resources/discharge.rb - lib/boletosimples/resources/email_delivery.rb - lib/boletosimples/resources/event.rb - lib/boletosimples/resources/installment.rb - lib/boletosimples/resources/remittance.rb - lib/boletosimples/resources/sms_delivery.rb - lib/boletosimples/resources/transaction.rb - lib/boletosimples/resources/webhook.rb - lib/boletosimples/resources/webhook_delivery.rb - lib/boletosimples/response_error.rb - lib/boletosimples/version.rb - spec/boletosimples/configuration_spec.rb - spec/boletosimples/last_request_spec.rb - spec/boletosimples/middlewares/custom_headers_spec.rb - spec/boletosimples/resources/bank_billet_account_spec.rb - spec/boletosimples/resources/bank_billet_discharge_spec.rb - spec/boletosimples/resources/bank_billet_payment_spec.rb - spec/boletosimples/resources/bank_billet_remittance_spec.rb - spec/boletosimples/resources/bank_billet_spec.rb - spec/boletosimples/resources/customer_import_spec.rb - spec/boletosimples/resources/customer_spec.rb - spec/boletosimples/resources/customer_subscription_import_spec.rb - spec/boletosimples/resources/customer_subscription_spec.rb - spec/boletosimples/resources/discharge_spec.rb - spec/boletosimples/resources/email_delivery_spec.rb - spec/boletosimples/resources/event_spec.rb - spec/boletosimples/resources/installment_spec.rb - spec/boletosimples/resources/remittance_spec.rb - spec/boletosimples/resources/sms_delivery_spec.rb - spec/boletosimples/resources/transactions_spec.rb - spec/boletosimples/resources/webhook_delivery_spec.rb - spec/boletosimples/resources/webhook_spec.rb - spec/fixtures/customer_imports.csv - spec/fixtures/customer_subscription_imports.csv - spec/fixtures/discharge.RET - spec/fixtures/vcr_cassettes/custom_headers.yml - spec/fixtures/vcr_cassettes/last_request/bank_billets.yml - spec/fixtures/vcr_cassettes/resources/bank_billet/all.yml - spec/fixtures/vcr_cassettes/resources/bank_billet/cancel/success.yml - spec/fixtures/vcr_cassettes/resources/bank_billet/create/invalid_params.yml - spec/fixtures/vcr_cassettes/resources/bank_billet/create/invalid_root.yml - spec/fixtures/vcr_cassettes/resources/bank_billet/create/valid.yml - spec/fixtures/vcr_cassettes/resources/bank_billet/duplicate/success.yml - spec/fixtures/vcr_cassettes/resources/bank_billet/find.yml - spec/fixtures/vcr_cassettes/resources/bank_billet_account/all.yml - spec/fixtures/vcr_cassettes/resources/bank_billet_account/create/invalid_params.yml - spec/fixtures/vcr_cassettes/resources/bank_billet_account/create/invalid_root.yml - spec/fixtures/vcr_cassettes/resources/bank_billet_account/create/valid.yml - spec/fixtures/vcr_cassettes/resources/bank_billet_account/find.yml - spec/fixtures/vcr_cassettes/resources/bank_billet_discharge/all.yml - spec/fixtures/vcr_cassettes/resources/bank_billet_payment/all.yml - spec/fixtures/vcr_cassettes/resources/bank_billet_remittance/all.yml - spec/fixtures/vcr_cassettes/resources/customer/all.yml - spec/fixtures/vcr_cassettes/resources/customer/create/invalid_params.yml - spec/fixtures/vcr_cassettes/resources/customer/create/invalid_root.yml - spec/fixtures/vcr_cassettes/resources/customer/create/valid.yml - spec/fixtures/vcr_cassettes/resources/customer/find.yml - spec/fixtures/vcr_cassettes/resources/customer_import/all.yml - spec/fixtures/vcr_cassettes/resources/customer_import/create/invalid_params.yml - spec/fixtures/vcr_cassettes/resources/customer_import/create/invalid_root.yml - spec/fixtures/vcr_cassettes/resources/customer_import/create/valid.yml - spec/fixtures/vcr_cassettes/resources/customer_import/find.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription/all.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription/create/invalid_params.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription/create/invalid_root.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription/create/valid.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription/find.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription/next_charge.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription_import/all.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription_import/create/invalid_params.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription_import/create/invalid_root.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription_import/create/valid.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription_import/find.yml - spec/fixtures/vcr_cassettes/resources/discharge/all.yml - spec/fixtures/vcr_cassettes/resources/discharge/create/invalid_params.yml - spec/fixtures/vcr_cassettes/resources/discharge/create/invalid_root.yml - spec/fixtures/vcr_cassettes/resources/discharge/create/valid.yml - spec/fixtures/vcr_cassettes/resources/discharge/find.yml - spec/fixtures/vcr_cassettes/resources/email_delivery/all.yml - spec/fixtures/vcr_cassettes/resources/event/all.yml - spec/fixtures/vcr_cassettes/resources/installment/all.yml - spec/fixtures/vcr_cassettes/resources/installment/create/invalid_params.yml - spec/fixtures/vcr_cassettes/resources/installment/create/invalid_root.yml - spec/fixtures/vcr_cassettes/resources/installment/create/valid.yml - spec/fixtures/vcr_cassettes/resources/installment/find.yml - spec/fixtures/vcr_cassettes/resources/remittance/all.yml - spec/fixtures/vcr_cassettes/resources/sns_delivery/all.yml - spec/fixtures/vcr_cassettes/resources/transaction/all.yml - spec/fixtures/vcr_cassettes/resources/web_hook/all.yml - spec/fixtures/vcr_cassettes/resources/webhook_delivery/all.yml - spec/spec_helper.rb - spec/support/stub_env.rb - spec/support/vcr.rb homepage: https://github.com/BoletoSimples/boletosimples-ruby licenses: [] metadata: rubygems_mfa_required: 'true' 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: [] rubygems_version: 3.3.7 signing_key: specification_version: 4 summary: Boleto Simples API wrapper. test_files: - spec/boletosimples/configuration_spec.rb - spec/boletosimples/last_request_spec.rb - spec/boletosimples/middlewares/custom_headers_spec.rb - spec/boletosimples/resources/bank_billet_account_spec.rb - spec/boletosimples/resources/bank_billet_discharge_spec.rb - spec/boletosimples/resources/bank_billet_payment_spec.rb - spec/boletosimples/resources/bank_billet_remittance_spec.rb - spec/boletosimples/resources/bank_billet_spec.rb - spec/boletosimples/resources/customer_import_spec.rb - spec/boletosimples/resources/customer_spec.rb - spec/boletosimples/resources/customer_subscription_import_spec.rb - spec/boletosimples/resources/customer_subscription_spec.rb - spec/boletosimples/resources/discharge_spec.rb - spec/boletosimples/resources/email_delivery_spec.rb - spec/boletosimples/resources/event_spec.rb - spec/boletosimples/resources/installment_spec.rb - spec/boletosimples/resources/remittance_spec.rb - spec/boletosimples/resources/sms_delivery_spec.rb - spec/boletosimples/resources/transactions_spec.rb - spec/boletosimples/resources/webhook_delivery_spec.rb - spec/boletosimples/resources/webhook_spec.rb - spec/fixtures/customer_imports.csv - spec/fixtures/customer_subscription_imports.csv - spec/fixtures/discharge.RET - spec/fixtures/vcr_cassettes/custom_headers.yml - spec/fixtures/vcr_cassettes/last_request/bank_billets.yml - spec/fixtures/vcr_cassettes/resources/bank_billet/all.yml - spec/fixtures/vcr_cassettes/resources/bank_billet/cancel/success.yml - spec/fixtures/vcr_cassettes/resources/bank_billet/create/invalid_params.yml - spec/fixtures/vcr_cassettes/resources/bank_billet/create/invalid_root.yml - spec/fixtures/vcr_cassettes/resources/bank_billet/create/valid.yml - spec/fixtures/vcr_cassettes/resources/bank_billet/duplicate/success.yml - spec/fixtures/vcr_cassettes/resources/bank_billet/find.yml - spec/fixtures/vcr_cassettes/resources/bank_billet_account/all.yml - spec/fixtures/vcr_cassettes/resources/bank_billet_account/create/invalid_params.yml - spec/fixtures/vcr_cassettes/resources/bank_billet_account/create/invalid_root.yml - spec/fixtures/vcr_cassettes/resources/bank_billet_account/create/valid.yml - spec/fixtures/vcr_cassettes/resources/bank_billet_account/find.yml - spec/fixtures/vcr_cassettes/resources/bank_billet_discharge/all.yml - spec/fixtures/vcr_cassettes/resources/bank_billet_payment/all.yml - spec/fixtures/vcr_cassettes/resources/bank_billet_remittance/all.yml - spec/fixtures/vcr_cassettes/resources/customer/all.yml - spec/fixtures/vcr_cassettes/resources/customer/create/invalid_params.yml - spec/fixtures/vcr_cassettes/resources/customer/create/invalid_root.yml - spec/fixtures/vcr_cassettes/resources/customer/create/valid.yml - spec/fixtures/vcr_cassettes/resources/customer/find.yml - spec/fixtures/vcr_cassettes/resources/customer_import/all.yml - spec/fixtures/vcr_cassettes/resources/customer_import/create/invalid_params.yml - spec/fixtures/vcr_cassettes/resources/customer_import/create/invalid_root.yml - spec/fixtures/vcr_cassettes/resources/customer_import/create/valid.yml - spec/fixtures/vcr_cassettes/resources/customer_import/find.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription/all.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription/create/invalid_params.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription/create/invalid_root.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription/create/valid.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription/find.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription/next_charge.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription_import/all.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription_import/create/invalid_params.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription_import/create/invalid_root.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription_import/create/valid.yml - spec/fixtures/vcr_cassettes/resources/customer_subscription_import/find.yml - spec/fixtures/vcr_cassettes/resources/discharge/all.yml - spec/fixtures/vcr_cassettes/resources/discharge/create/invalid_params.yml - spec/fixtures/vcr_cassettes/resources/discharge/create/invalid_root.yml - spec/fixtures/vcr_cassettes/resources/discharge/create/valid.yml - spec/fixtures/vcr_cassettes/resources/discharge/find.yml - spec/fixtures/vcr_cassettes/resources/email_delivery/all.yml - spec/fixtures/vcr_cassettes/resources/event/all.yml - spec/fixtures/vcr_cassettes/resources/installment/all.yml - spec/fixtures/vcr_cassettes/resources/installment/create/invalid_params.yml - spec/fixtures/vcr_cassettes/resources/installment/create/invalid_root.yml - spec/fixtures/vcr_cassettes/resources/installment/create/valid.yml - spec/fixtures/vcr_cassettes/resources/installment/find.yml - spec/fixtures/vcr_cassettes/resources/remittance/all.yml - spec/fixtures/vcr_cassettes/resources/sns_delivery/all.yml - spec/fixtures/vcr_cassettes/resources/transaction/all.yml - spec/fixtures/vcr_cassettes/resources/web_hook/all.yml - spec/fixtures/vcr_cassettes/resources/webhook_delivery/all.yml - spec/spec_helper.rb - spec/support/stub_env.rb - spec/support/vcr.rb