peddler 0.7.11 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/peddler/client.rb +6 -2
- data/lib/peddler/version.rb +1 -1
- data/test/integration/test_recommendations.rb +5 -2
- data/test/integration_helper.rb +2 -2
- data/test/{mws.yml → mws.yml.1} +0 -0
- data/test/mws.yml.mop +4 -0
- data/test/unit/peddler/test_client.rb +3 -2
- data/test/vcr_cassettes/CartInformation.yml +141 -5
- data/test/vcr_cassettes/CustomerInformation.yml +142 -5
- data/test/vcr_cassettes/Feeds.yml +276 -184
- data/test/vcr_cassettes/FulfillmentInboundShipment.yml +143 -5
- data/test/vcr_cassettes/FulfillmentInventory.yml +619 -897
- data/test/vcr_cassettes/FulfillmentOutboundShipment.yml +141 -5
- data/test/vcr_cassettes/OffAmazonPayments.yml +141 -5
- data/test/vcr_cassettes/Orders.yml +28425 -28645
- data/test/vcr_cassettes/Products.yml +2952 -7594
- data/test/vcr_cassettes/Recommendations.yml +13319 -6599
- data/test/vcr_cassettes/Reports.yml +528 -6864
- data/test/vcr_cassettes/Sellers.yml +267 -7
- data/test/vcr_cassettes/Subscriptions.yml +253 -486
- metadata +7 -5
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.
|
4
|
+
version: 0.8.0
|
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-
|
11
|
+
date: 2014-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jeff
|
@@ -168,8 +168,9 @@ files:
|
|
168
168
|
- test/integration/test_sellers.rb
|
169
169
|
- test/integration/test_subscriptions.rb
|
170
170
|
- test/integration_helper.rb
|
171
|
-
- test/mws.yml
|
171
|
+
- test/mws.yml.1
|
172
172
|
- test/mws.yml.example
|
173
|
+
- test/mws.yml.mop
|
173
174
|
- test/unit/mws/test_off_amazon_payments.rb
|
174
175
|
- test/unit/mws/test_products.rb
|
175
176
|
- test/unit/peddler/test_client.rb
|
@@ -212,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
212
213
|
version: '0'
|
213
214
|
requirements: []
|
214
215
|
rubyforge_project:
|
215
|
-
rubygems_version: 2.
|
216
|
+
rubygems_version: 2.3.0
|
216
217
|
signing_key:
|
217
218
|
specification_version: 4
|
218
219
|
summary: Wraps the Amazon MWS APIs
|
@@ -232,8 +233,9 @@ test_files:
|
|
232
233
|
- test/integration/test_sellers.rb
|
233
234
|
- test/integration/test_subscriptions.rb
|
234
235
|
- test/integration_helper.rb
|
235
|
-
- test/mws.yml
|
236
|
+
- test/mws.yml.1
|
236
237
|
- test/mws.yml.example
|
238
|
+
- test/mws.yml.mop
|
237
239
|
- test/unit/mws/test_off_amazon_payments.rb
|
238
240
|
- test/unit/mws/test_products.rb
|
239
241
|
- test/unit/peddler/test_client.rb
|