colissimo_label 0.11.0 → 0.12.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/CHANGELOG.md +4 -0
- data/lib/colissimo_label/generate_label.rb +1 -1
- data/lib/colissimo_label/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca83c743c1c77cb16b1f6b69affd27a9cef0f8764ac8e040e0dc1140c7b6ca00
|
|
4
|
+
data.tar.gz: '085eb898be66d652bc0ec3d3956d8c85d45a7a057d51bdaba9f1a0735d4b2b90'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b062b3410066ffe720a0964ef55e38549cdfa46bcf28baa3ee453cdb21e69c89946ea379c81115e39da9d78c4888164749d93d999495ff5a3afa385920c6af96
|
|
7
|
+
data.tar.gz: 53da88d14f748ef7af9c6c32aa2146df98f0afb29809df1a66e5b3dcc052cdedaab1aef2ff27ba5e695da47fade9071715273a0fb7efa2e1ff4738c52f77eb32
|
data/CHANGELOG.md
CHANGED
|
@@ -192,7 +192,7 @@ class ColissimoLabel::GenerateLabel
|
|
|
192
192
|
# BPR : Colissimo - Point Retrait – en Bureau de Poste
|
|
193
193
|
# A2P : Colissimo - Point Retrait – en relais Pickup ou en consigne Pickup Station
|
|
194
194
|
def product_code
|
|
195
|
-
if %w[DE IT ES GB LU NL DK].include?(@destination_country)
|
|
195
|
+
if %w[DE IT ES GB LU NL DK AT].include?(@destination_country)
|
|
196
196
|
'DOS'
|
|
197
197
|
elsif !@pickup_id.nil? && %w[FR].include?(@destination_country)
|
|
198
198
|
@pickup_type || 'BPR'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: colissimo_label
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.12.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- FloXcoder
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|
|
@@ -182,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
182
182
|
- !ruby/object:Gem::Version
|
|
183
183
|
version: '0'
|
|
184
184
|
requirements: []
|
|
185
|
-
rubygems_version: 3.1.
|
|
185
|
+
rubygems_version: 3.1.3
|
|
186
186
|
signing_key:
|
|
187
187
|
specification_version: 4
|
|
188
188
|
summary: Generate Colissimo label for all countries
|