# -*- encoding: utf-8 -*- # stub: tophatter-merchant 1.3.2 ruby lib Gem::Specification.new do |s| s.name = "tophatter-merchant".freeze s.version = "1.3.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 = ["Chris Estreich".freeze] s.date = "2018-04-10" s.description = "The Tophatter merchant platform is an e-commerce platform. It allows merchants to manage inventory and fulfill orders on Tophatter.".freeze s.email = ["chris@tophatter.com".freeze] s.executables = ["tophatter-merchant-console".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = [".coveralls.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "bin/tophatter-merchant-console".freeze, "lib/tophatter_merchant.rb".freeze, "lib/tophatter_merchant/metadata.rb".freeze, "lib/tophatter_merchant/order.rb".freeze, "lib/tophatter_merchant/product.rb".freeze, "lib/tophatter_merchant/resource.rb".freeze, "lib/tophatter_merchant/variation.rb".freeze, "spec/spec_helper.rb".freeze, "spec/tophatter_merchant/metadata_spec.rb".freeze, "spec/tophatter_merchant/order_spec.rb".freeze, "spec/tophatter_merchant/product_spec.rb".freeze, "spec/tophatter_merchant/variation_spec.rb".freeze, "tophatter-merchant.gemspec".freeze] s.homepage = "https://github.com/tophatter/merchant-api-ruby".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new("~> 2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Manage your inventory and fulfill orders on Tophatter.".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/tophatter_merchant/metadata_spec.rb".freeze, "spec/tophatter_merchant/order_spec.rb".freeze, "spec/tophatter_merchant/product_spec.rb".freeze, "spec/tophatter_merchant/variation_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.6".freeze]) end