--- !ruby/object:Gem::Specification name: tophatter-merchant version: !ruby/object:Gem::Version version: 1.2.1 platform: ruby authors: - Chris Estreich autorequire: bindir: bin cert_chain: [] date: 2017-06-28 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: - README.md files: - ".coveralls.yml" - ".gitignore" - ".rspec" - ".rubocop.yml" - ".travis.yml" - Gemfile - LICENSE.md - README.md - Rakefile - bin/console - lib/tophatter_merchant.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 - spec/cassettes/TophatterMerchant_Metadata/_carriers/returns_carriers.yml - spec/cassettes/TophatterMerchant_Metadata/_categories/returns_categories.yml - spec/cassettes/TophatterMerchant_Metadata/_colors/returns_colors.yml - spec/cassettes/TophatterMerchant_Metadata/_conditions/returns_conditions.yml - spec/cassettes/TophatterMerchant_Metadata/_countries/returns_countries.yml - spec/cassettes/TophatterMerchant_Metadata/_country_codes/returns_country_codes.yml - spec/cassettes/TophatterMerchant_Metadata/_materials/returns_materials.yml - spec/cassettes/TophatterMerchant_Metadata/_metadata/returns_metadata.yml - spec/cassettes/TophatterMerchant_Metadata/_provinces/returns_provinces.yml - spec/cassettes/TophatterMerchant_Metadata/_sizes/returns_sizes.yml - spec/cassettes/TophatterMerchant_Metadata/_states/returns_states.yml - spec/cassettes/TophatterMerchant_Metadata/_territories/returns_territories.yml - spec/cassettes/TophatterMerchant_Order/_all/returns_all_orders.yml - spec/cassettes/TophatterMerchant_Order/_fulfill/fulfills_an_order.yml - spec/cassettes/TophatterMerchant_Order/_refund/refunds_an_order.yml - spec/cassettes/TophatterMerchant_Order/_retrieve/retrieves_an_order.yml - spec/cassettes/TophatterMerchant_Order/_schema/returns_the_schema.yml - spec/cassettes/TophatterMerchant_Product/_all/returns_all_products.yml - spec/cassettes/TophatterMerchant_Product/_create/creates_a_product.yml - spec/cassettes/TophatterMerchant_Product/_delete/deletes_a_product.yml - spec/cassettes/TophatterMerchant_Product/_disable/disables_a_product.yml - spec/cassettes/TophatterMerchant_Product/_enable/enables_a_product.yml - spec/cassettes/TophatterMerchant_Product/_retrieve/retrieves_a_product.yml - spec/cassettes/TophatterMerchant_Product/_schema/returns_the_schema.yml - spec/cassettes/TophatterMerchant_Product/_search/returns_products_matching_search_terms.yml - spec/cassettes/TophatterMerchant_Product/_update/updates_a_product.yml - spec/cassettes/TophatterMerchant_Variation/_create/creates_a_variation.yml - spec/cassettes/TophatterMerchant_Variation/_retrieve/retrieves_a_variation.yml - spec/cassettes/TophatterMerchant_Variation/_schema/returns_the_schema.yml - spec/cassettes/TophatterMerchant_Variation/_update/updates_a_variation.yml - spec/spec_helper.rb - spec/tophatter_merchant/metadata_spec.rb - spec/tophatter_merchant/order_spec.rb - spec/tophatter_merchant/product_spec.rb - spec/tophatter_merchant/variation_spec.rb - 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.6.12 signing_key: specification_version: 4 summary: Manage your inventory and fulfill orders on Tophatter. test_files: - spec/cassettes/TophatterMerchant_Metadata/_carriers/returns_carriers.yml - spec/cassettes/TophatterMerchant_Metadata/_categories/returns_categories.yml - spec/cassettes/TophatterMerchant_Metadata/_colors/returns_colors.yml - spec/cassettes/TophatterMerchant_Metadata/_conditions/returns_conditions.yml - spec/cassettes/TophatterMerchant_Metadata/_countries/returns_countries.yml - spec/cassettes/TophatterMerchant_Metadata/_country_codes/returns_country_codes.yml - spec/cassettes/TophatterMerchant_Metadata/_materials/returns_materials.yml - spec/cassettes/TophatterMerchant_Metadata/_metadata/returns_metadata.yml - spec/cassettes/TophatterMerchant_Metadata/_provinces/returns_provinces.yml - spec/cassettes/TophatterMerchant_Metadata/_sizes/returns_sizes.yml - spec/cassettes/TophatterMerchant_Metadata/_states/returns_states.yml - spec/cassettes/TophatterMerchant_Metadata/_territories/returns_territories.yml - spec/cassettes/TophatterMerchant_Order/_all/returns_all_orders.yml - spec/cassettes/TophatterMerchant_Order/_fulfill/fulfills_an_order.yml - spec/cassettes/TophatterMerchant_Order/_refund/refunds_an_order.yml - spec/cassettes/TophatterMerchant_Order/_retrieve/retrieves_an_order.yml - spec/cassettes/TophatterMerchant_Order/_schema/returns_the_schema.yml - spec/cassettes/TophatterMerchant_Product/_all/returns_all_products.yml - spec/cassettes/TophatterMerchant_Product/_create/creates_a_product.yml - spec/cassettes/TophatterMerchant_Product/_delete/deletes_a_product.yml - spec/cassettes/TophatterMerchant_Product/_disable/disables_a_product.yml - spec/cassettes/TophatterMerchant_Product/_enable/enables_a_product.yml - spec/cassettes/TophatterMerchant_Product/_retrieve/retrieves_a_product.yml - spec/cassettes/TophatterMerchant_Product/_schema/returns_the_schema.yml - spec/cassettes/TophatterMerchant_Product/_search/returns_products_matching_search_terms.yml - spec/cassettes/TophatterMerchant_Product/_update/updates_a_product.yml - spec/cassettes/TophatterMerchant_Variation/_create/creates_a_variation.yml - spec/cassettes/TophatterMerchant_Variation/_retrieve/retrieves_a_variation.yml - spec/cassettes/TophatterMerchant_Variation/_schema/returns_the_schema.yml - spec/cassettes/TophatterMerchant_Variation/_update/updates_a_variation.yml - spec/spec_helper.rb - spec/tophatter_merchant/metadata_spec.rb - spec/tophatter_merchant/order_spec.rb - spec/tophatter_merchant/product_spec.rb - spec/tophatter_merchant/variation_spec.rb