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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b0795676ddd57f1b5503c5180b91adb60234af5d3411a0a7f18fdd0e493d2ec
4
- data.tar.gz: 3d2035bafc6cb5ace72033aa749bff5d035c54c9a22fcee32ac87d75e07961d6
3
+ metadata.gz: ca83c743c1c77cb16b1f6b69affd27a9cef0f8764ac8e040e0dc1140c7b6ca00
4
+ data.tar.gz: '085eb898be66d652bc0ec3d3956d8c85d45a7a057d51bdaba9f1a0735d4b2b90'
5
5
  SHA512:
6
- metadata.gz: 4d6f83c49db31c0fc2ebbf74d13669bd234a1847343f161b16c63aa08fa7fce7f0c4f4d9567ee7b33a733865e13525dc59cc26520a411575ea0fdb37a9598a76
7
- data.tar.gz: 287a401e7c7d8b85b4b801b9daf64604fab30d101b4b4cfe6705642ebde0a402030a79283d6158ca8f718de7df511e5c8b4659360845df79be96d908774b1032
6
+ metadata.gz: b062b3410066ffe720a0964ef55e38549cdfa46bcf28baa3ee453cdb21e69c89946ea379c81115e39da9d78c4888164749d93d999495ff5a3afa385920c6af96
7
+ data.tar.gz: 53da88d14f748ef7af9c6c32aa2146df98f0afb29809df1a66e5b3dcc052cdedaab1aef2ff27ba5e695da47fade9071715273a0fb7efa2e1ff4738c52f77eb32
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.12.0
2
+
3
+ - Add Austria to mandatory signature countries
4
+
1
5
  ## 0.11.0
2
6
 
3
7
  - Add option to generate label with signature
@@ -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'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ColissimoLabel
4
- VERSION = '0.11.0'.freeze
4
+ VERSION = '0.12.0'.freeze
5
5
  end
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.11.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-04-22 00:00:00.000000000 Z
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.2
185
+ rubygems_version: 3.1.3
186
186
  signing_key:
187
187
  specification_version: 4
188
188
  summary: Generate Colissimo label for all countries