active_fulfillment 3.2.6 → 3.2.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9a52443202a56bcf6a97b6728ecf83fc04a8b20477e7cec9c3ec6e8d0584bd6
4
- data.tar.gz: 88e95b635488f3d0980a101ae9716928ed89e9d6aadbb271dab6b0ed7fe89b17
3
+ metadata.gz: f065f33d0e6042c51a29f8dabbf5def0bd24e35156957c2ec96d6d605761fa9e
4
+ data.tar.gz: 16ea21edfae1a46c05307c77ad159409b4d8c4beaa217c4436c849321da89d59
5
5
  SHA512:
6
- metadata.gz: 91fc72e4789ab87f424e2612e2fecbf36b5755deca6a41069286d6b97ec0be5d7cb5221ab43c059eaa0df74ac5ff8561f0eaee5106dd0d3124ad07227fc98338
7
- data.tar.gz: 6e9621cee54b2e0e5a1349a4a44119217f76069d0ffe48dbc69360194a06c0b8c34ff4ce30aa02cb2b4a5e7e604d372c63f30b09481b9ecbf718cdb6cf55a8da
6
+ metadata.gz: 7be8875393fb0a922f2784b593e2ce551013a2f0d8570d25685388c05febbe6c65802e107bbfd6a96a8a76cacf7510357342e10e1da7c343ff07e6cd4f14f243
7
+ data.tar.gz: 6be7a305e19e7e20de11500c2ce669ec13c933329e488d2770417c0e8f7faa823e16e26198cb93904739dfee8e5c1f46ef78308980efeb1ae27ce658e8d3f5dd
@@ -1,5 +1,8 @@
1
1
  # ActiveFulfillment changelog
2
2
 
3
+ ### Version 3.2.7 (November 30, 2018)
4
+ - Fixing Amazon endpoint used for the CA and MX marketplaces
5
+
3
6
  ### Version 3.2.6 (November 30, 2018)
4
7
  - Remove the upperbound constraint on ActiveSupport
5
8
 
@@ -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.com',
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
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module ActiveFulfillment
3
- VERSION = "3.2.6"
3
+ VERSION = "3.2.7"
4
4
  end
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.6
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: 2018-11-30 00:00:00.000000000 Z
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
- rubyforge_project:
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/unit/services/shopify_api_test.rb
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/remote/james_and_james_test.rb
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