# -*- encoding: utf-8 -*- # stub: peddler 0.7.6 ruby lib Gem::Specification.new do |s| s.name = "peddler".freeze s.version = "0.7.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Hakan Ensari".freeze] s.date = "2014-04-14" s.description = "A Ruby interface to the Amazon MWS API".freeze s.email = ["hakanensari@me.com".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "lib/mws/cart_information.rb".freeze, "lib/mws/customer_information.rb".freeze, "lib/mws/feeds.rb".freeze, "lib/mws/fulfillment_inbound_shipment.rb".freeze, "lib/mws/fulfillment_inventory.rb".freeze, "lib/mws/fulfillment_outbound_shipment.rb".freeze, "lib/mws/off_amazon_payments.rb".freeze, "lib/mws/orders.rb".freeze, "lib/mws/products.rb".freeze, "lib/mws/recommendations.rb".freeze, "lib/mws/reports.rb".freeze, "lib/mws/sellers.rb".freeze, "lib/mws/subscriptions.rb".freeze, "lib/peddler.rb".freeze, "lib/peddler/client.rb".freeze, "lib/peddler/flat_file_parser.rb".freeze, "lib/peddler/operation.rb".freeze, "lib/peddler/parser.rb".freeze, "lib/peddler/structured_list.rb".freeze, "lib/peddler/version.rb".freeze, "lib/peddler/xml_parser.rb".freeze, "test/helper.rb".freeze, "test/integration/test_cart_information.rb".freeze, "test/integration/test_customer_information.rb".freeze, "test/integration/test_feeds.rb".freeze, "test/integration/test_fulfillment_inbound_shipment.rb".freeze, "test/integration/test_fulfillment_inventory.rb".freeze, "test/integration/test_fulfillment_outbound_shipment.rb".freeze, "test/integration/test_off_amazon_payments.rb".freeze, "test/integration/test_orders.rb".freeze, "test/integration/test_products.rb".freeze, "test/integration/test_recommendations.rb".freeze, "test/integration/test_reports.rb".freeze, "test/integration/test_sellers.rb".freeze, "test/integration/test_subscriptions.rb".freeze, "test/integration_helper.rb".freeze, "test/mws.yml".freeze, "test/mws.yml.example".freeze, "test/unit/peddler/test_client.rb".freeze, "test/unit/peddler/test_flat_file_parser.rb".freeze, "test/unit/peddler/test_operation.rb".freeze, "test/unit/peddler/test_structured_list.rb".freeze, "test/unit/peddler/test_xml_parser.rb".freeze, "test/unit/test_peddler.rb".freeze, "test/vcr_cassettes/CartInformation.yml".freeze, "test/vcr_cassettes/CustomerInformation.yml".freeze, "test/vcr_cassettes/Feeds.yml".freeze, "test/vcr_cassettes/FulfillmentInboundShipment.yml".freeze, "test/vcr_cassettes/FulfillmentInventory.yml".freeze, "test/vcr_cassettes/FulfillmentOutboundShipment.yml".freeze, "test/vcr_cassettes/OffAmazonPayments.yml".freeze, "test/vcr_cassettes/Orders.yml".freeze, "test/vcr_cassettes/Products.yml".freeze, "test/vcr_cassettes/Recommendations.yml".freeze, "test/vcr_cassettes/Reports.yml".freeze, "test/vcr_cassettes/Sellers.yml".freeze, "test/vcr_cassettes/Subscriptions.yml".freeze] s.homepage = "http://github.com/hakanensari/peddler".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Wraps the Amazon MWS APIs".freeze s.test_files = ["test/helper.rb".freeze, "test/integration/test_cart_information.rb".freeze, "test/integration/test_customer_information.rb".freeze, "test/integration/test_feeds.rb".freeze, "test/integration/test_fulfillment_inbound_shipment.rb".freeze, "test/integration/test_fulfillment_inventory.rb".freeze, "test/integration/test_fulfillment_outbound_shipment.rb".freeze, "test/integration/test_off_amazon_payments.rb".freeze, "test/integration/test_orders.rb".freeze, "test/integration/test_products.rb".freeze, "test/integration/test_recommendations.rb".freeze, "test/integration/test_reports.rb".freeze, "test/integration/test_sellers.rb".freeze, "test/integration/test_subscriptions.rb".freeze, "test/integration_helper.rb".freeze, "test/mws.yml".freeze, "test/mws.yml.example".freeze, "test/unit/peddler/test_client.rb".freeze, "test/unit/peddler/test_flat_file_parser.rb".freeze, "test/unit/peddler/test_operation.rb".freeze, "test/unit/peddler/test_structured_list.rb".freeze, "test/unit/peddler/test_xml_parser.rb".freeze, "test/unit/test_peddler.rb".freeze, "test/vcr_cassettes/CartInformation.yml".freeze, "test/vcr_cassettes/CustomerInformation.yml".freeze, "test/vcr_cassettes/Feeds.yml".freeze, "test/vcr_cassettes/FulfillmentInboundShipment.yml".freeze, "test/vcr_cassettes/FulfillmentInventory.yml".freeze, "test/vcr_cassettes/FulfillmentOutboundShipment.yml".freeze, "test/vcr_cassettes/OffAmazonPayments.yml".freeze, "test/vcr_cassettes/Orders.yml".freeze, "test/vcr_cassettes/Products.yml".freeze, "test/vcr_cassettes/Recommendations.yml".freeze, "test/vcr_cassettes/Reports.yml".freeze, "test/vcr_cassettes/Sellers.yml".freeze, "test/vcr_cassettes/Subscriptions.yml".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end