-
Notifications
You must be signed in to change notification settings - Fork 84
/
amazon-mws.gemspec
171 lines (166 loc) · 6.76 KB
/
amazon-mws.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{amazon-mws}
s.version = "0.1.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["David Michael"]
s.date = %q{2009-10-30}
s.description = %q{A Ruby Wrapper for the Amazon MWS API}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"README.markdown"
]
s.files = [
".gitignore",
"README.markdown",
"VERSION",
"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/FulfillmentCenter.xsd",
"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/Books.xsd",
"examples/xsd/Product/Beauty.xsd",
"examples/xsd/Product/CE.xsd",
"examples/xsd/Product/ClothingAccessories.xsd",
"examples/xsd/Product/Computers.xsd",
"examples/xsd/Product/EntertainmentCollectibles.xsd",
"examples/xsd/Product/CameraPhoto.xsd",
"examples/xsd/Product/FoodAndBeverages.xsd",
"examples/xsd/Product/FoodServiceAndJanSan.xsd",
"examples/xsd/Product/GiftCards.xsd",
"examples/xsd/Product/Health.xsd",
"examples/xsd/Product/Home.xsd",
"examples/xsd/Product/HomeImprovement.xsd",
"examples/xsd/Product/Jewelry.xsd",
"examples/xsd/Product/LabSupplies.xsd",
"examples/xsd/Product/Lighting.xsd",
"examples/xsd/Product/MusicalInstruments.xsd",
"examples/xsd/Product/Office.xsd",
"examples/xsd/Product/PetSupplies.xsd",
"examples/xsd/Product/PowerTransmission.xsd",
"examples/xsd/Product/RawMaterials.xsd",
"examples/xsd/Product/Shoes.xsd",
"examples/xsd/Product/Sports.xsd",
"examples/xsd/Product/TiresAndWheels.xsd",
"examples/xsd/Product/Tools.xsd",
"examples/xsd/Product/Toys.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",
"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"
]
s.homepage = %q{http://github.com/dmichael/amazon-mws}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{A Ruby Wrapper for the Amazon MWS API}
s.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"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end