# -*- encoding: utf-8 -*- # stub: ebanx 1.3.0 ruby lib Gem::Specification.new do |s| s.name = "ebanx".freeze s.version = "1.3.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gustavo Henrique Mascarenhas Machado".freeze] s.date = "2016-09-15" s.description = "EBANX is the market leader in e-commerce payment solutions for International Merchants selling online to Brazil".freeze s.email = ["guhemama@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CONTRIBUTORS".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "ebanx.gemspec".freeze, "lib/ebanx.rb".freeze, "lib/ebanx/command/cancel.rb".freeze, "lib/ebanx/command/capture.rb".freeze, "lib/ebanx/command/command.rb".freeze, "lib/ebanx/command/create_merchant_settlement_request.rb".freeze, "lib/ebanx/command/direct.rb".freeze, "lib/ebanx/command/document_balance.rb".freeze, "lib/ebanx/command/edit_merchant_integration_properties.rb".freeze, "lib/ebanx/command/exchange.rb".freeze, "lib/ebanx/command/get_merchant_integration_properties.rb".freeze, "lib/ebanx/command/get_merchant_settlement_info.rb".freeze, "lib/ebanx/command/print.rb".freeze, "lib/ebanx/command/query.rb".freeze, "lib/ebanx/command/refund.rb".freeze, "lib/ebanx/command/refund_or_cancel.rb".freeze, "lib/ebanx/command/request.rb".freeze, "lib/ebanx/command/token.rb".freeze, "lib/ebanx/command/zipcode.rb".freeze, "lib/ebanx/response.rb".freeze, "lib/ebanx/version.rb".freeze, "test/ebanx/cancel_command_test.rb".freeze, "test/ebanx/create_merchant_settlement_request_command_test.rb".freeze, "test/ebanx/direct_command_test.rb".freeze, "test/ebanx/edit_merchant_integration_properties_command_test.rb".freeze, "test/ebanx/get_merchant_integration_properties_command_test.rb".freeze, "test/ebanx/get_merchant_settlement_info_command_test.rb".freeze, "test/ebanx/request_command_test.rb".freeze, "test/ebanx/zipcode_command_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://www.ebanx.com".freeze s.licenses = ["BSD".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby bindings for the EBANX API".freeze s.test_files = ["test/ebanx/cancel_command_test.rb".freeze, "test/ebanx/create_merchant_settlement_request_command_test.rb".freeze, "test/ebanx/direct_command_test.rb".freeze, "test/ebanx/edit_merchant_integration_properties_command_test.rb".freeze, "test/ebanx/get_merchant_integration_properties_command_test.rb".freeze, "test/ebanx/get_merchant_settlement_info_command_test.rb".freeze, "test/ebanx/request_command_test.rb".freeze, "test/ebanx/zipcode_command_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.7.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end