active_fulfillment 3.2.6 → 3.2.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/active_fulfillment/services/amazon_mws.rb +2 -2
- data/lib/active_fulfillment/version.rb +1 -1
- metadata +11 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f065f33d0e6042c51a29f8dabbf5def0bd24e35156957c2ec96d6d605761fa9e
|
4
|
+
data.tar.gz: 16ea21edfae1a46c05307c77ad159409b4d8c4beaa217c4436c849321da89d59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7be8875393fb0a922f2784b593e2ce551013a2f0d8570d25685388c05febbe6c65802e107bbfd6a96a8a76cacf7510357342e10e1da7c343ff07e6cd4f14f243
|
7
|
+
data.tar.gz: 6be7a305e19e7e20de11500c2ce669ec13c933329e488d2770417c0e8f7faa823e16e26198cb93904739dfee8e5c1f46ef78308980efeb1ae27ce658e8d3f5dd
|
data/CHANGELOG.md
CHANGED
@@ -20,7 +20,7 @@ module ActiveFulfillment
|
|
20
20
|
ENDPOINTS = {
|
21
21
|
:au => 'mws.amazonservices.com.au',
|
22
22
|
:br => 'mws.amazonservices.com',
|
23
|
-
:ca => 'mws.amazonservices.
|
23
|
+
:ca => 'mws.amazonservices.ca',
|
24
24
|
:cn => 'mws.amazonservices.com.cn',
|
25
25
|
:de => 'mws-eu.amazonservices.com',
|
26
26
|
:es => 'mws-eu.amazonservices.com',
|
@@ -29,7 +29,7 @@ module ActiveFulfillment
|
|
29
29
|
:in => 'mws.amazonservices.in',
|
30
30
|
:it => 'mws-eu.amazonservices.com',
|
31
31
|
:jp => 'mws.amazonservices.jp',
|
32
|
-
:mx => 'mws.amazonservices.com',
|
32
|
+
:mx => 'mws.amazonservices.com.mx',
|
33
33
|
:uk => 'mws-eu.amazonservices.com',
|
34
34
|
:us => 'mws.amazonservices.com',
|
35
35
|
}.freeze
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_fulfillment
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cody Fauser
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2019-09-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -186,21 +186,20 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
186
186
|
- !ruby/object:Gem::Version
|
187
187
|
version: '0'
|
188
188
|
requirements: []
|
189
|
-
|
190
|
-
rubygems_version: 2.7.6
|
189
|
+
rubygems_version: 3.0.3
|
191
190
|
signing_key:
|
192
191
|
specification_version: 4
|
193
192
|
summary: Framework and tools for dealing with shipping, tracking and order fulfillment
|
194
193
|
services.
|
195
194
|
test_files:
|
196
|
-
- test/
|
197
|
-
- test/unit/services/amazon_mws_test.rb
|
198
|
-
- test/unit/services/shipwire_test.rb
|
199
|
-
- test/unit/services/webgistix_test.rb
|
200
|
-
- test/unit/services/james_and_james_test.rb
|
201
|
-
- test/unit/base_test.rb
|
202
|
-
- test/test_helper.rb
|
195
|
+
- test/remote/james_and_james_test.rb
|
203
196
|
- test/remote/amazon_mws_test.rb
|
204
197
|
- test/remote/shipwire_test.rb
|
205
198
|
- test/remote/webgistix_test.rb
|
206
|
-
- test/
|
199
|
+
- test/test_helper.rb
|
200
|
+
- test/unit/base_test.rb
|
201
|
+
- test/unit/services/james_and_james_test.rb
|
202
|
+
- test/unit/services/amazon_mws_test.rb
|
203
|
+
- test/unit/services/shipwire_test.rb
|
204
|
+
- test/unit/services/shopify_api_test.rb
|
205
|
+
- test/unit/services/webgistix_test.rb
|