# -*- encoding: utf-8 -*- # stub: vindi-hermes 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "vindi-hermes".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Wedson Lima".freeze] s.date = "2021-06-08" s.description = "ActiveRecord-like way to interact with Vindi API".freeze s.email = ["wedson.sousa.lima@gmail.com".freeze] s.files = [".gitignore".freeze, ".rubocop.yml".freeze, ".tool-versions".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/vindi.rb".freeze, "lib/vindi/core_extensions/her_save_only_changed_attrs.rb".freeze, "lib/vindi/core_extensions/her_with_query_filter.rb".freeze, "lib/vindi/middleware/rate_limit_validation.rb".freeze, "lib/vindi/middleware/response_parser.rb".freeze, "lib/vindi/models/address.rb".freeze, "lib/vindi/models/bill.rb".freeze, "lib/vindi/models/bill_item.rb".freeze, "lib/vindi/models/charge.rb".freeze, "lib/vindi/models/customer.rb".freeze, "lib/vindi/models/discount.rb".freeze, "lib/vindi/models/issue.rb".freeze, "lib/vindi/models/model.rb".freeze, "lib/vindi/models/notification.rb".freeze, "lib/vindi/models/payment_method.rb".freeze, "lib/vindi/models/payment_profile.rb".freeze, "lib/vindi/models/period.rb".freeze, "lib/vindi/models/plan.rb".freeze, "lib/vindi/models/plan_item.rb".freeze, "lib/vindi/models/pricing_schema.rb".freeze, "lib/vindi/models/product.rb".freeze, "lib/vindi/models/product_item.rb".freeze, "lib/vindi/models/subscription.rb".freeze, "lib/vindi/models/transaction.rb".freeze, "lib/vindi/rate_limit.rb".freeze, "lib/vindi/version.rb".freeze, "vindi-hermes.gemspec".freeze] s.homepage = "https://github.com/wedsonlima/vindi-ruby".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.5.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Vindi API - Let the god of trade help you".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) end