# -*- encoding: utf-8 -*- # stub: mercadopago-sdk 2.2.0 ruby lib Gem::Specification.new do |s| s.name = "mercadopago-sdk".freeze s.version = "2.2.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 = ["Mercado Pago".freeze] s.date = "2023-07-14" s.description = "Mercado Pago Ruby SDK".freeze s.files = [".editorconfig".freeze, ".github/ISSUE_TEMPLATE/bug_report.md".freeze, ".github/ISSUE_TEMPLATE/feature_request.md".freeze, ".github/workflows/ruby.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, ".ruby-version".freeze, "CODE_OF_CONDUCT.md".freeze, "CODING_GUIDELINES.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "docs/CODE_OF_CONDUCT_md.html".freeze, "docs/CODING_GUIDELINES_md.html".freeze, "docs/CONTRIBUTING_md.html".freeze, "docs/LICENSE_txt.html".freeze, "docs/Mercadopago.html".freeze, "docs/Mercadopago/AdvancedPayment.html".freeze, "docs/Mercadopago/Card.html".freeze, "docs/Mercadopago/CardToken.html".freeze, "docs/Mercadopago/Config.html".freeze, "docs/Mercadopago/Customer.html".freeze, "docs/Mercadopago/DisbursementRefund.html".freeze, "docs/Mercadopago/HttpClient.html".freeze, "docs/Mercadopago/IdentificationType.html".freeze, "docs/Mercadopago/MPBase.html".freeze, "docs/Mercadopago/MerchantOrder.html".freeze, "docs/Mercadopago/Payment.html".freeze, "docs/Mercadopago/PaymentMethods.html".freeze, "docs/Mercadopago/Preference.html".freeze, "docs/Mercadopago/Refund.html".freeze, "docs/Mercadopago/RequestOptions.html".freeze, "docs/Mercadopago/SDK.html".freeze, "docs/Mercadopago/User.html".freeze, "docs/README_md.html".freeze, "docs/created.rid".freeze, "docs/css/fonts.css".freeze, "docs/css/rdoc.css".freeze, "docs/fonts/Lato-Light.ttf".freeze, "docs/fonts/Lato-LightItalic.ttf".freeze, "docs/fonts/Lato-Regular.ttf".freeze, "docs/fonts/Lato-RegularItalic.ttf".freeze, "docs/fonts/SourceCodePro-Bold.ttf".freeze, "docs/fonts/SourceCodePro-Regular.ttf".freeze, "docs/images/add.png".freeze, "docs/images/arrow_up.png".freeze, "docs/images/brick.png".freeze, "docs/images/brick_link.png".freeze, "docs/images/bug.png".freeze, "docs/images/bullet_black.png".freeze, "docs/images/bullet_toggle_minus.png".freeze, "docs/images/bullet_toggle_plus.png".freeze, "docs/images/date.png".freeze, "docs/images/delete.png".freeze, "docs/images/find.png".freeze, "docs/images/loadingAnimation.gif".freeze, "docs/images/macFFBgHack.png".freeze, "docs/images/package.png".freeze, "docs/images/page_green.png".freeze, "docs/images/page_white_text.png".freeze, "docs/images/page_white_width.png".freeze, "docs/images/plugin.png".freeze, "docs/images/ruby.png".freeze, "docs/images/tag_blue.png".freeze, "docs/images/tag_green.png".freeze, "docs/images/transparent.png".freeze, "docs/images/wrench.png".freeze, "docs/images/wrench_orange.png".freeze, "docs/images/zoom.png".freeze, "docs/index.html".freeze, "docs/js/darkfish.js".freeze, "docs/js/navigation.js".freeze, "docs/js/navigation.js.gz".freeze, "docs/js/search.js".freeze, "docs/js/search_index.js".freeze, "docs/js/search_index.js.gz".freeze, "docs/js/searcher.js".freeze, "docs/js/searcher.js.gz".freeze, "docs/table_of_contents.html".freeze, "lib/mercadopago.rb".freeze, "lib/mercadopago/config/config.rb".freeze, "lib/mercadopago/config/request_options.rb".freeze, "lib/mercadopago/core/mp_base.rb".freeze, "lib/mercadopago/http/http_client.rb".freeze, "lib/mercadopago/resources/advanced_payment.rb".freeze, "lib/mercadopago/resources/card.rb".freeze, "lib/mercadopago/resources/card_token.rb".freeze, "lib/mercadopago/resources/customer.rb".freeze, "lib/mercadopago/resources/disbursement_refund.rb".freeze, "lib/mercadopago/resources/identification_type.rb".freeze, "lib/mercadopago/resources/merchant_order.rb".freeze, "lib/mercadopago/resources/payment.rb".freeze, "lib/mercadopago/resources/payment_methods.rb".freeze, "lib/mercadopago/resources/preapproval.rb".freeze, "lib/mercadopago/resources/preapproval_plan.rb".freeze, "lib/mercadopago/resources/preference.rb".freeze, "lib/mercadopago/resources/refund.rb".freeze, "lib/mercadopago/resources/user.rb".freeze, "lib/mercadopago/sdk.rb".freeze, "mercadopago.gemspec".freeze, "tests/test_card.rb".freeze, "tests/test_card_token.rb".freeze, "tests/test_customer.rb".freeze, "tests/test_identification_type.rb".freeze, "tests/test_merchant_order.rb".freeze, "tests/test_payment.rb".freeze, "tests/test_payment_methods.rb".freeze, "tests/test_preapproval.rb".freeze, "tests/test_preapproval_plan.rb".freeze, "tests/test_preference.rb".freeze, "tests/test_refund.rb".freeze, "tests/test_refund_with_custom_headers.rb".freeze, "tests/test_user.rb".freeze, "tests/tests.rb".freeze] s.homepage = "http://github.com/mercadopago/sdk-ruby".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Mercado Pago Ruby SDK".freeze s.test_files = ["tests/test_card.rb".freeze, "tests/test_card_token.rb".freeze, "tests/test_customer.rb".freeze, "tests/test_identification_type.rb".freeze, "tests/test_merchant_order.rb".freeze, "tests/test_payment.rb".freeze, "tests/test_payment_methods.rb".freeze, "tests/test_preapproval.rb".freeze, "tests/test_preapproval_plan.rb".freeze, "tests/test_preference.rb".freeze, "tests/test_refund.rb".freeze, "tests/test_refund_with_custom_headers.rb".freeze, "tests/test_user.rb".freeze, "tests/tests.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.14".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) end