--- !ruby/object:Gem::Specification name: amazon-mws version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - David Michael autorequire: bindir: bin cert_chain: [] date: 2009-10-30 00:00:00 -04:00 default_executable: dependencies: [] description: A Ruby Wrapper for the Amazon MWS API email: david.michael@sonymusic.com executables: [] extensions: [] extra_rdoc_files: - README.markdown files: - .gitignore - README.markdown - Rakefile - VERSION - amazon-mws.gemspec - examples/xml/cancel_feed_submissions.xml - examples/xml/cancel_report_requests.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_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/manage_report_schedule.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/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/feed.rb - lib/amazon/mws/feed_builder.rb - lib/amazon/mws/feed_enumerations.rb - lib/amazon/mws/feed_submission.rb - lib/amazon/mws/lib/extensions.rb - lib/amazon/mws/lib/memoizable.rb - lib/amazon/mws/orders.rb - lib/amazon/mws/report.rb - lib/amazon/mws/report_enumerations.rb - lib/amazon/mws/report_info.rb - lib/amazon/mws/report_request.rb - lib/amazon/mws/report_schedule.rb - lib/amazon/mws/response.rb - lib/amazon/mws/response/cancel_feed_submissions_response.rb - lib/amazon/mws/response/cancel_report_requests_response.rb - lib/amazon/mws/response/get_feed_submission_count_response.rb - lib/amazon/mws/response/get_feed_submission_list_by_next_token_response.rb - lib/amazon/mws/response/get_feed_submission_list_response.rb - lib/amazon/mws/response/get_feed_submission_result_response.rb - lib/amazon/mws/response/get_report_count_response.rb - lib/amazon/mws/response/get_report_list_response.rb - lib/amazon/mws/response/get_report_request_count_response.rb - lib/amazon/mws/response/get_report_request_list_by_next_token_response.rb - lib/amazon/mws/response/get_report_request_list_response.rb - lib/amazon/mws/response/get_report_schedule_count_response.rb - lib/amazon/mws/response/get_report_schedule_list_by_next_token_response.rb - lib/amazon/mws/response/get_report_schedule_list_response.rb - lib/amazon/mws/response/manage_report_schedule_response.rb - lib/amazon/mws/response/request_report_response.rb - lib/amazon/mws/response/response_error.rb - lib/amazon/mws/response/submit_feed_response.rb - lib/amazon/mws/response/update_reports_acknowledgements_response.rb - lib/amazon/mws/version.rb - pkg/amazon-mws-0.1.0.gem - test/authentication_test.rb - test/connection_test.rb - test/feed_builder_test.rb - test/feed_submission_test.rb - test/feed_test.rb - test/query_string_test.rb - test/report_test.rb - test/request_test.rb - test/response_test.rb - test/signature_test.rb - test/test_config.yml - test/test_helper.rb has_rdoc: true homepage: http://github.com/dmichael/amazon-mws licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: A Ruby Wrapper for the Amazon MWS API test_files: - test/authentication_test.rb - test/connection_test.rb - test/feed_builder_test.rb - test/feed_submission_test.rb - test/feed_test.rb - test/query_string_test.rb - test/report_test.rb - test/request_test.rb - test/response_test.rb - test/signature_test.rb - test/test_helper.rb