peddler 0.14.0 → 0.15.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/sellers/client.rb +0 -1
- data/lib/peddler/client.rb +53 -19
- data/lib/peddler/version.rb +1 -1
- data/test/helper.rb +2 -1
- data/test/integration/test_fulfillment_inbound_shipment.rb +9 -0
- data/test/mws.yml.1 +4 -0
- data/test/vcr_cassettes/FulfillmentInboundShipment.yml +2420 -0
- metadata +6 -4
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.15.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-
|
11
|
+
date: 2015-04-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jeff
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '1.
|
19
|
+
version: '1.3'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '1.
|
26
|
+
version: '1.3'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: multi_xml
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -100,6 +100,7 @@ files:
|
|
100
100
|
- test/integration/test_sellers.rb
|
101
101
|
- test/integration/test_subscriptions.rb
|
102
102
|
- test/integration/test_webstore.rb
|
103
|
+
- test/mws.yml.1
|
103
104
|
- test/mws.yml.example
|
104
105
|
- test/unit/mws/test_cart_information_client.rb
|
105
106
|
- test/unit/mws/test_customer_information_client.rb
|
@@ -177,6 +178,7 @@ test_files:
|
|
177
178
|
- test/integration/test_sellers.rb
|
178
179
|
- test/integration/test_subscriptions.rb
|
179
180
|
- test/integration/test_webstore.rb
|
181
|
+
- test/mws.yml.1
|
180
182
|
- test/mws.yml.example
|
181
183
|
- test/unit/mws/test_cart_information_client.rb
|
182
184
|
- test/unit/mws/test_customer_information_client.rb
|