peddler 1.0.2 → 1.1.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/mws/products/client.rb +43 -5
- data/lib/peddler/version.rb +1 -1
- data/test/integration/test_products.rb +7 -0
- data/test/mws.yml +16 -0
- data/test/unit/mws/test_products_client.rb +44 -0
- data/test/vcr_cassettes/Products.yml +1594 -28
- metadata +4 -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: 1.0
|
4
|
+
version: 1.1.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: 2015-10-
|
11
|
+
date: 2015-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jeff
|
@@ -105,6 +105,7 @@ files:
|
|
105
105
|
- test/integration/test_sellers.rb
|
106
106
|
- test/integration/test_subscriptions.rb
|
107
107
|
- test/integration/test_webstore.rb
|
108
|
+
- test/mws.yml
|
108
109
|
- test/mws.yml.example
|
109
110
|
- test/unit/mws/test_cart_information_client.rb
|
110
111
|
- test/unit/mws/test_customer_information_client.rb
|
@@ -185,6 +186,7 @@ test_files:
|
|
185
186
|
- test/integration/test_sellers.rb
|
186
187
|
- test/integration/test_subscriptions.rb
|
187
188
|
- test/integration/test_webstore.rb
|
189
|
+
- test/mws.yml
|
188
190
|
- test/mws.yml.example
|
189
191
|
- test/unit/mws/test_cart_information_client.rb
|
190
192
|
- test/unit/mws/test_customer_information_client.rb
|