# -*- encoding: utf-8 -*- # stub: tophatter-merchant 1.1.1 ruby lib Gem::Specification.new do |s| s.name = "tophatter-merchant".freeze s.version = "1.1.1".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 = "2016-12-15" 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 = ["console".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "VERSION".freeze, "bin/console".freeze, "lib/tophatter_merchant.rb".freeze, "lib/tophatter_merchant/account.rb".freeze, "lib/tophatter_merchant/api_key.rb".freeze, "lib/tophatter_merchant/exceptions.rb".freeze, "lib/tophatter_merchant/image.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, "lib/tophatter_merchant/version.rb".freeze, "spec/spec_helper.rb".freeze, "spec/tophatter_merchant/metadata_spec.rb".freeze, "spec/tophatter_merchant/product_spec.rb".freeze, "tmp/stubs/metadata.json".freeze, "tmp/stubs/metadata/conditions.json".freeze, "tmp/stubs/metadata/gemstones.json".freeze, "tophatter-merchant.gemspec".freeze] s.homepage = "https://github.com/tophatter/merchant-api-ruby".freeze s.licenses = ["MIT".freeze] s.post_install_message = "Documentation is available at: https://tophatter.readme.io/".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/product_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.2".freeze]) end