active_fulfillment 3.2.5 → 3.2.6
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 +5 -5
- data/CHANGELOG.md +3 -0
- data/lib/active_fulfillment/version.rb +1 -1
- metadata +7 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: d9a52443202a56bcf6a97b6728ecf83fc04a8b20477e7cec9c3ec6e8d0584bd6
|
|
4
|
+
data.tar.gz: 88e95b635488f3d0980a101ae9716928ed89e9d6aadbb271dab6b0ed7fe89b17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91fc72e4789ab87f424e2612e2fecbf36b5755deca6a41069286d6b97ec0be5d7cb5221ab43c059eaa0df74ac5ff8561f0eaee5106dd0d3124ad07227fc98338
|
|
7
|
+
data.tar.gz: 6e9621cee54b2e0e5a1349a4a44119217f76069d0ffe48dbc69360194a06c0b8c34ff4ce30aa02cb2b4a5e7e604d372c63f30b09481b9ecbf718cdb6cf55a8da
|
data/CHANGELOG.md
CHANGED
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.6
|
|
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-
|
|
12
|
+
date: 2018-11-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -18,9 +18,6 @@ dependencies:
|
|
|
18
18
|
- - ">="
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
20
|
version: 4.2.0
|
|
21
|
-
- - "<"
|
|
22
|
-
- !ruby/object:Gem::Version
|
|
23
|
-
version: '6.0'
|
|
24
21
|
type: :runtime
|
|
25
22
|
prerelease: false
|
|
26
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,9 +25,6 @@ dependencies:
|
|
|
28
25
|
- - ">="
|
|
29
26
|
- !ruby/object:Gem::Version
|
|
30
27
|
version: 4.2.0
|
|
31
|
-
- - "<"
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: '6.0'
|
|
34
28
|
- !ruby/object:Gem::Dependency
|
|
35
29
|
name: builder
|
|
36
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -193,20 +187,20 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
193
187
|
version: '0'
|
|
194
188
|
requirements: []
|
|
195
189
|
rubyforge_project:
|
|
196
|
-
rubygems_version: 2.6
|
|
190
|
+
rubygems_version: 2.7.6
|
|
197
191
|
signing_key:
|
|
198
192
|
specification_version: 4
|
|
199
193
|
summary: Framework and tools for dealing with shipping, tracking and order fulfillment
|
|
200
194
|
services.
|
|
201
195
|
test_files:
|
|
202
|
-
- test/unit/base_test.rb
|
|
203
|
-
- test/unit/services/amazon_mws_test.rb
|
|
204
|
-
- test/unit/services/webgistix_test.rb
|
|
205
196
|
- test/unit/services/shopify_api_test.rb
|
|
197
|
+
- test/unit/services/amazon_mws_test.rb
|
|
206
198
|
- test/unit/services/shipwire_test.rb
|
|
199
|
+
- test/unit/services/webgistix_test.rb
|
|
207
200
|
- test/unit/services/james_and_james_test.rb
|
|
201
|
+
- test/unit/base_test.rb
|
|
208
202
|
- test/test_helper.rb
|
|
209
203
|
- test/remote/amazon_mws_test.rb
|
|
210
|
-
- test/remote/webgistix_test.rb
|
|
211
204
|
- test/remote/shipwire_test.rb
|
|
205
|
+
- test/remote/webgistix_test.rb
|
|
212
206
|
- test/remote/james_and_james_test.rb
|