# -*- encoding: utf-8 -*- # stub: amazon-mws 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "amazon-mws".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["David Michael".freeze] s.date = "2009-10-30" s.description = "A Ruby Wrapper for the Amazon MWS API".freeze s.email = "david.michael@sonymusic.com".freeze s.extra_rdoc_files = ["README.markdown".freeze] s.files = [".gitignore".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION".freeze, "amazon-mws.gemspec".freeze, "examples/xml/cancel_feed_submissions.xml".freeze, "examples/xml/cancel_report_requests.xml".freeze, "examples/xml/error.xml".freeze, "examples/xml/get_feed_submission_count.xml".freeze, "examples/xml/get_feed_submission_list.xml".freeze, "examples/xml/get_feed_submission_list_by_next_token.xml".freeze, "examples/xml/get_feed_submission_result.xml".freeze, "examples/xml/get_report_count.xml".freeze, "examples/xml/get_report_list.xml".freeze, "examples/xml/get_report_request_count.xml".freeze, "examples/xml/get_report_request_list.xml".freeze, "examples/xml/get_report_request_list_by_next_token.xml".freeze, "examples/xml/get_report_schedule_count.xml".freeze, "examples/xml/get_report_schedule_list.xml".freeze, "examples/xml/get_report_schedule_list_by_next_token.xml".freeze, "examples/xml/manage_report_schedule.xml".freeze, "examples/xml/request_report.xml".freeze, "examples/xml/submit_feed.xml".freeze, "examples/xml/update_report_acknowledgements.xml".freeze, "examples/xsd/Inventory.xsd".freeze, "examples/xsd/Item.xsd".freeze, "examples/xsd/Listings.xsd".freeze, "examples/xsd/OrderAcknowledgement.xsd".freeze, "examples/xsd/OrderAdjustment.xsd".freeze, "examples/xsd/OrderFulfillment.xsd".freeze, "examples/xsd/Override.xsd".freeze, "examples/xsd/Price.xsd".freeze, "examples/xsd/ProcessingReport.xsd".freeze, "examples/xsd/Product.xsd".freeze, "examples/xsd/Product/AutoAccessory.xsd".freeze, "examples/xsd/Product/Beauty.xsd".freeze, "examples/xsd/Product/CE.xsd".freeze, "examples/xsd/Product/CameraPhoto.xsd".freeze, "examples/xsd/Product/FoodAndBeverages.xsd".freeze, "examples/xsd/Product/Gourmet.xsd".freeze, "examples/xsd/Product/Health.xsd".freeze, "examples/xsd/Product/Home.xsd".freeze, "examples/xsd/Product/Jewelry.xsd".freeze, "examples/xsd/Product/Miscellaneous.xsd".freeze, "examples/xsd/Product/MusicalInstruments.xsd".freeze, "examples/xsd/Product/Office.xsd".freeze, "examples/xsd/Product/PetSupplies.xsd".freeze, "examples/xsd/Product/ProductClothing.xsd".freeze, "examples/xsd/Product/SWVG.xsd".freeze, "examples/xsd/Product/Sports.xsd".freeze, "examples/xsd/Product/TiresAndWheels.xsd".freeze, "examples/xsd/Product/Tools.xsd".freeze, "examples/xsd/Product/ToysBaby.xsd".freeze, "examples/xsd/Product/Wireless.xsd".freeze, "examples/xsd/ProductImage.xsd".freeze, "examples/xsd/Relationship.xsd".freeze, "examples/xsd/SettlementReport.xsd".freeze, "examples/xsd/amzn-base.xsd".freeze, "examples/xsd/amzn-envelope.xsd".freeze, "examples/xsd/amzn-header.xsd".freeze, "lib/amazon/mws.rb".freeze, "lib/amazon/mws/authentication.rb".freeze, "lib/amazon/mws/authentication/query_string.rb".freeze, "lib/amazon/mws/authentication/signature.rb".freeze, "lib/amazon/mws/base.rb".freeze, "lib/amazon/mws/connection.rb".freeze, "lib/amazon/mws/connection/management.rb".freeze, "lib/amazon/mws/connection/request_builder.rb".freeze, "lib/amazon/mws/exceptions.rb".freeze, "lib/amazon/mws/feed.rb".freeze, "lib/amazon/mws/feed_builder.rb".freeze, "lib/amazon/mws/feed_enumerations.rb".freeze, "lib/amazon/mws/feed_submission.rb".freeze, "lib/amazon/mws/lib/extensions.rb".freeze, "lib/amazon/mws/lib/memoizable.rb".freeze, "lib/amazon/mws/orders.rb".freeze, "lib/amazon/mws/report.rb".freeze, "lib/amazon/mws/report_enumerations.rb".freeze, "lib/amazon/mws/report_info.rb".freeze, "lib/amazon/mws/report_request.rb".freeze, "lib/amazon/mws/report_schedule.rb".freeze, "lib/amazon/mws/response.rb".freeze, "lib/amazon/mws/response/cancel_feed_submissions_response.rb".freeze, "lib/amazon/mws/response/cancel_report_requests_response.rb".freeze, "lib/amazon/mws/response/get_feed_submission_count_response.rb".freeze, "lib/amazon/mws/response/get_feed_submission_list_by_next_token_response.rb".freeze, "lib/amazon/mws/response/get_feed_submission_list_response.rb".freeze, "lib/amazon/mws/response/get_feed_submission_result_response.rb".freeze, "lib/amazon/mws/response/get_report_count_response.rb".freeze, "lib/amazon/mws/response/get_report_list_response.rb".freeze, "lib/amazon/mws/response/get_report_request_count_response.rb".freeze, "lib/amazon/mws/response/get_report_request_list_by_next_token_response.rb".freeze, "lib/amazon/mws/response/get_report_request_list_response.rb".freeze, "lib/amazon/mws/response/get_report_schedule_count_response.rb".freeze, "lib/amazon/mws/response/get_report_schedule_list_by_next_token_response.rb".freeze, "lib/amazon/mws/response/get_report_schedule_list_response.rb".freeze, "lib/amazon/mws/response/manage_report_schedule_response.rb".freeze, "lib/amazon/mws/response/request_report_response.rb".freeze, "lib/amazon/mws/response/response_error.rb".freeze, "lib/amazon/mws/response/submit_feed_response.rb".freeze, "lib/amazon/mws/response/update_reports_acknowledgements_response.rb".freeze, "lib/amazon/mws/version.rb".freeze, "pkg/amazon-mws-0.1.0.gem".freeze, "test/authentication_test.rb".freeze, "test/connection_test.rb".freeze, "test/feed_builder_test.rb".freeze, "test/feed_submission_test.rb".freeze, "test/feed_test.rb".freeze, "test/query_string_test.rb".freeze, "test/report_test.rb".freeze, "test/request_test.rb".freeze, "test/response_test.rb".freeze, "test/signature_test.rb".freeze, "test/test_config.yml".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/dmichael/amazon-mws".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby Wrapper for the Amazon MWS API".freeze s.test_files = ["test/authentication_test.rb".freeze, "test/connection_test.rb".freeze, "test/feed_builder_test.rb".freeze, "test/feed_submission_test.rb".freeze, "test/feed_test.rb".freeze, "test/query_string_test.rb".freeze, "test/report_test.rb".freeze, "test/request_test.rb".freeze, "test/response_test.rb".freeze, "test/signature_test.rb".freeze, "test/test_helper.rb".freeze] end