peddler 0.7.0 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +0 -2
- data/lib/mws/feeds.rb +9 -9
- data/lib/mws/orders.rb +6 -8
- data/lib/mws/products.rb +12 -13
- data/lib/mws/recommendations.rb +55 -2
- data/lib/mws/reports.rb +15 -16
- data/lib/mws/sellers.rb +3 -3
- data/lib/mws/subscriptions.rb +16 -22
- data/lib/peddler/version.rb +1 -1
- data/test/integration/test_recommendations.rb +25 -0
- data/test/unit/peddler/test_client.rb +1 -1
- data/test/unit/peddler/test_structured_list.rb +7 -0
- data/test/vcr_cassettes/Recommendations.yml +8844 -0
- metadata +6 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: peddler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hakan Ensari
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-04-
|
11
|
+
date: 2014-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jeff
|
@@ -170,6 +170,7 @@ files:
|
|
170
170
|
- test/integration/test_feeds.rb
|
171
171
|
- test/integration/test_orders.rb
|
172
172
|
- test/integration/test_products.rb
|
173
|
+
- test/integration/test_recommendations.rb
|
173
174
|
- test/integration/test_reports.rb
|
174
175
|
- test/integration/test_sellers.rb
|
175
176
|
- test/integration/test_subscriptions.rb
|
@@ -185,6 +186,7 @@ files:
|
|
185
186
|
- test/vcr_cassettes/Feeds.yml
|
186
187
|
- test/vcr_cassettes/Orders.yml
|
187
188
|
- test/vcr_cassettes/Products.yml
|
189
|
+
- test/vcr_cassettes/Recommendations.yml
|
188
190
|
- test/vcr_cassettes/Reports.yml
|
189
191
|
- test/vcr_cassettes/Sellers.yml
|
190
192
|
- test/vcr_cassettes/Subscriptions.yml
|
@@ -216,6 +218,7 @@ test_files:
|
|
216
218
|
- test/integration/test_feeds.rb
|
217
219
|
- test/integration/test_orders.rb
|
218
220
|
- test/integration/test_products.rb
|
221
|
+
- test/integration/test_recommendations.rb
|
219
222
|
- test/integration/test_reports.rb
|
220
223
|
- test/integration/test_sellers.rb
|
221
224
|
- test/integration/test_subscriptions.rb
|
@@ -231,6 +234,7 @@ test_files:
|
|
231
234
|
- test/vcr_cassettes/Feeds.yml
|
232
235
|
- test/vcr_cassettes/Orders.yml
|
233
236
|
- test/vcr_cassettes/Products.yml
|
237
|
+
- test/vcr_cassettes/Recommendations.yml
|
234
238
|
- test/vcr_cassettes/Reports.yml
|
235
239
|
- test/vcr_cassettes/Sellers.yml
|
236
240
|
- test/vcr_cassettes/Subscriptions.yml
|