--- !ruby/object:Gem::Specification name: amazon-mws-plus version: !ruby/object:Gem::Version version: 0.1.3 platform: ruby authors: - David Michael - A. Edward Wible autorequire: bindir: bin cert_chain: [] date: 2015-12-08 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: ruby-hmac requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.4.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.4.0 - !ruby/object:Gem::Dependency name: roxml requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.3.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.3.1 - !ruby/object:Gem::Dependency name: xml-simple requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.1.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.1.1 - !ruby/object:Gem::Dependency name: builder requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.0.0 description: A Ruby Wrapper for the Amazon MWS API email: - david.michael@sonymusic.com - aewible@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".DS_Store" - ".gitignore" - ".project" - Gemfile - README.markdown - Rakefile - amazon-mws-plus.gemspec - amazon-mws.tmproj - examples/.DS_Store - examples/xml/.DS_Store - examples/xml/cancel_feed_submissions.xml - examples/xml/cancel_fulfillment_order.xml - examples/xml/cancel_report_requests.xml - examples/xml/create_fulfillment_order.xml - examples/xml/error.xml - examples/xml/get_feed_submission_count.xml - examples/xml/get_feed_submission_list.xml - examples/xml/get_feed_submission_list_by_next_token.xml - examples/xml/get_feed_submission_result.xml - examples/xml/get_fulfillment_order.xml - examples/xml/get_fulfillment_preview.xml - examples/xml/get_matching_product.xml - examples/xml/get_matching_product_for_id.xml - examples/xml/get_report.xml - examples/xml/get_report_count.xml - examples/xml/get_report_list.xml - examples/xml/get_report_request_count.xml - examples/xml/get_report_request_list.xml - examples/xml/get_report_request_list_by_next_token.xml - examples/xml/get_report_schedule_count.xml - examples/xml/get_report_schedule_list.xml - examples/xml/get_report_schedule_list_by_next_token.xml - examples/xml/list_all_fulfillment_orders.xml - examples/xml/list_all_fulfillment_orders_by_next_token.xml - examples/xml/manage_report_schedule.xml - examples/xml/orders_request.xml - examples/xml/request_order_items.xml - examples/xml/request_order_items_by_next_token.xml - examples/xml/request_orders.xml - examples/xml/request_orders_by_next_token.xml - examples/xml/request_report.xml - examples/xml/submit_feed.xml - examples/xml/update_report_acknowledgements.xml - examples/xsd/Inventory.xsd - examples/xsd/Item.xsd - examples/xsd/Listings.xsd - examples/xsd/OrderAcknowledgement.xsd - examples/xsd/OrderAdjustment.xsd - examples/xsd/OrderFulfillment.xsd - examples/xsd/Override.xsd - examples/xsd/Price.xsd - examples/xsd/ProcessingReport.xsd - examples/xsd/Product.xsd - examples/xsd/Product/AutoAccessory.xsd - examples/xsd/Product/Beauty.xsd - examples/xsd/Product/CE.xsd - examples/xsd/Product/CameraPhoto.xsd - examples/xsd/Product/FoodAndBeverages.xsd - examples/xsd/Product/Gourmet.xsd - examples/xsd/Product/Health.xsd - examples/xsd/Product/Home.xsd - examples/xsd/Product/Jewelry.xsd - examples/xsd/Product/Miscellaneous.xsd - examples/xsd/Product/MusicalInstruments.xsd - examples/xsd/Product/Office.xsd - examples/xsd/Product/PetSupplies.xsd - examples/xsd/Product/ProductClothing.xsd - examples/xsd/Product/SWVG.xsd - examples/xsd/Product/Sports.xsd - examples/xsd/Product/TiresAndWheels.xsd - examples/xsd/Product/Tools.xsd - examples/xsd/Product/ToysBaby.xsd - examples/xsd/Product/Wireless.xsd - examples/xsd/ProductImage.xsd - examples/xsd/Relationship.xsd - examples/xsd/SettlementReport.xsd - examples/xsd/amzn-base.xsd - examples/xsd/amzn-envelope.xsd - examples/xsd/amzn-header.xsd - lib/amazon-mws.rb - lib/amazon/mws.rb - lib/amazon/mws/authentication.rb - lib/amazon/mws/authentication/query_string.rb - lib/amazon/mws/authentication/signature.rb - lib/amazon/mws/base.rb - lib/amazon/mws/connection.rb - lib/amazon/mws/connection/management.rb - lib/amazon/mws/connection/request_builder.rb - lib/amazon/mws/exceptions.rb - lib/amazon/mws/lib/extensions.rb - lib/amazon/mws/lib/memoizable.rb - lib/amazon/mws/request/feed.rb - lib/amazon/mws/request/feed_builder.rb - lib/amazon/mws/request/fulfillment.rb - lib/amazon/mws/request/orders.rb - lib/amazon/mws/request/products.rb - lib/amazon/mws/request/report.rb - lib/amazon/mws/response.rb - lib/amazon/mws/response/feed/cancel_feed_submissions_response.rb - lib/amazon/mws/response/feed/get_feed_submission_count_response.rb - lib/amazon/mws/response/feed/get_feed_submission_list_by_next_token_response.rb - lib/amazon/mws/response/feed/get_feed_submission_list_response.rb - lib/amazon/mws/response/feed/get_feed_submission_result_response.rb - lib/amazon/mws/response/feed/models/feed_submission.rb - lib/amazon/mws/response/feed/submit_feed_response.rb - lib/amazon/mws/response/fulfillment_order/cancel_fulfillment_order_response.rb - lib/amazon/mws/response/fulfillment_order/create_fulfillment_order_response.rb - lib/amazon/mws/response/fulfillment_order/get_fulfillment_order_response.rb - lib/amazon/mws/response/fulfillment_order/list_all_fulfillment_orders_by_next_token_response.rb - lib/amazon/mws/response/fulfillment_order/list_all_fulfillment_orders_response.rb - lib/amazon/mws/response/fulfillment_order/models/fulfillment_address.rb - lib/amazon/mws/response/fulfillment_order/models/fulfillment_order.rb - lib/amazon/mws/response/fulfillment_order/models/fulfillment_order_item.rb - lib/amazon/mws/response/fulfillment_order/models/fulfillment_shipment.rb - lib/amazon/mws/response/fulfillment_order/models/fulfillment_shipment_item.rb - lib/amazon/mws/response/order/models/order.rb - lib/amazon/mws/response/order/models/order_item.rb - lib/amazon/mws/response/order/models/promotion_id.rb - lib/amazon/mws/response/order/request_get_order_response.rb - lib/amazon/mws/response/order/request_order_items_response.rb - lib/amazon/mws/response/order/request_orders_response.rb - lib/amazon/mws/response/product/get_matching_proudct.rb - lib/amazon/mws/response/product/models/product.rb - lib/amazon/mws/response/report/cancel_report_requests_response.rb - lib/amazon/mws/response/report/get_report_count_response.rb - lib/amazon/mws/response/report/get_report_list_response.rb - lib/amazon/mws/response/report/get_report_request_count_response.rb - lib/amazon/mws/response/report/get_report_request_list_by_next_token_response.rb - lib/amazon/mws/response/report/get_report_request_list_response.rb - lib/amazon/mws/response/report/get_report_schedule_count_response.rb - lib/amazon/mws/response/report/get_report_schedule_list_by_next_token_response.rb - lib/amazon/mws/response/report/get_report_schedule_list_response.rb - lib/amazon/mws/response/report/manage_report_schedule_response.rb - lib/amazon/mws/response/report/models/report_info.rb - lib/amazon/mws/response/report/models/report_request.rb - lib/amazon/mws/response/report/models/report_schedule.rb - lib/amazon/mws/response/report/request_report_response.rb - lib/amazon/mws/response/report/update_reports_acknowledgements_response.rb - lib/amazon/mws/response/response.rb - lib/amazon/mws/response/response_error.rb - test/connection_test.rb - test/feed_builder_test.rb - test/feed_test.rb - test/fulfillment_order.rb - test/orders_test.rb - test/products_test.rb - test/query_string_test.rb - test/report_test.rb - test/response_test.rb - test/signature_test.rb - test/test_config.yml - test/test_helper.rb homepage: http://github.com/aew/amazon-mws licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: A Ruby Wrapper for the Amazon MWS API test_files: - examples/xml/.DS_Store - examples/xml/cancel_feed_submissions.xml - examples/xml/cancel_fulfillment_order.xml - examples/xml/cancel_report_requests.xml - examples/xml/create_fulfillment_order.xml - examples/xml/error.xml - examples/xml/get_feed_submission_count.xml - examples/xml/get_feed_submission_list.xml - examples/xml/get_feed_submission_list_by_next_token.xml - examples/xml/get_feed_submission_result.xml - examples/xml/get_fulfillment_order.xml - examples/xml/get_fulfillment_preview.xml - examples/xml/get_matching_product.xml - examples/xml/get_matching_product_for_id.xml - examples/xml/get_report.xml - examples/xml/get_report_count.xml - examples/xml/get_report_list.xml - examples/xml/get_report_request_count.xml - examples/xml/get_report_request_list.xml - examples/xml/get_report_request_list_by_next_token.xml - examples/xml/get_report_schedule_count.xml - examples/xml/get_report_schedule_list.xml - examples/xml/get_report_schedule_list_by_next_token.xml - examples/xml/list_all_fulfillment_orders.xml - examples/xml/list_all_fulfillment_orders_by_next_token.xml - examples/xml/manage_report_schedule.xml - examples/xml/orders_request.xml - examples/xml/request_order_items.xml - examples/xml/request_order_items_by_next_token.xml - examples/xml/request_orders.xml - examples/xml/request_orders_by_next_token.xml - examples/xml/request_report.xml - examples/xml/submit_feed.xml - examples/xml/update_report_acknowledgements.xml - examples/xsd/Inventory.xsd - examples/xsd/Item.xsd - examples/xsd/Listings.xsd - examples/xsd/OrderAcknowledgement.xsd - examples/xsd/OrderAdjustment.xsd - examples/xsd/OrderFulfillment.xsd - examples/xsd/Override.xsd - examples/xsd/Price.xsd - examples/xsd/ProcessingReport.xsd - examples/xsd/Product.xsd - examples/xsd/Product/AutoAccessory.xsd - examples/xsd/Product/Beauty.xsd - examples/xsd/Product/CE.xsd - examples/xsd/Product/CameraPhoto.xsd - examples/xsd/Product/FoodAndBeverages.xsd - examples/xsd/Product/Gourmet.xsd - examples/xsd/Product/Health.xsd - examples/xsd/Product/Home.xsd - examples/xsd/Product/Jewelry.xsd - examples/xsd/Product/Miscellaneous.xsd - examples/xsd/Product/MusicalInstruments.xsd - examples/xsd/Product/Office.xsd - examples/xsd/Product/PetSupplies.xsd - examples/xsd/Product/ProductClothing.xsd - examples/xsd/Product/SWVG.xsd - examples/xsd/Product/Sports.xsd - examples/xsd/Product/TiresAndWheels.xsd - examples/xsd/Product/Tools.xsd - examples/xsd/Product/ToysBaby.xsd - examples/xsd/Product/Wireless.xsd - examples/xsd/ProductImage.xsd - examples/xsd/Relationship.xsd - examples/xsd/SettlementReport.xsd - examples/xsd/amzn-base.xsd - examples/xsd/amzn-envelope.xsd - examples/xsd/amzn-header.xsd - test/connection_test.rb - test/feed_builder_test.rb - test/feed_test.rb - test/fulfillment_order.rb - test/orders_test.rb - test/products_test.rb - test/query_string_test.rb - test/report_test.rb - test/response_test.rb - test/signature_test.rb - test/test_config.yml - test/test_helper.rb