--- !ruby/object:Gem::Specification name: tophatter-merchant version: !ruby/object:Gem::Version version: '1.0' platform: ruby authors: - Chris Estreich autorequire: bindir: bin cert_chain: [] date: 2016-11-23 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rest-client requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.6' - !ruby/object:Gem::Dependency name: activemodel requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.2' description: The Tophatter merchant platform is an e-commerce platform. It allows merchants to manage inventory and fulfill orders on Tophatter. email: - chris@tophatter.com executables: - console extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - CHANGELOG - Gemfile - LICENSE - README.md - VERSION - bin/console - lib/tophatter_merchant.rb - lib/tophatter_merchant/account.rb - lib/tophatter_merchant/api_key.rb - lib/tophatter_merchant/exceptions.rb - lib/tophatter_merchant/image.rb - lib/tophatter_merchant/metadata.rb - lib/tophatter_merchant/order.rb - lib/tophatter_merchant/product.rb - lib/tophatter_merchant/resource.rb - lib/tophatter_merchant/variation.rb - lib/tophatter_merchant/version.rb - spec/spec_helper.rb - spec/tophatter_merchant/metadata_spec.rb - spec/tophatter_merchant/product_spec.rb - tmp/stubs/metadata.json - tmp/stubs/metadata/conditions.json - tmp/stubs/metadata/gemstones.json - tophatter-merchant.gemspec homepage: https://github.com/tophatter/merchant-api-ruby licenses: - MIT metadata: {} post_install_message: 'Documentation is available at: https://tophatter.readme.io/' rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.8 signing_key: specification_version: 4 summary: Manage your inventory and fulfill orders on Tophatter. test_files: - spec/spec_helper.rb - spec/tophatter_merchant/metadata_spec.rb - spec/tophatter_merchant/product_spec.rb