apidae 1.2.31 → 1.2.32

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: 062ad531aa659b7d8a57b19e6104e0e4636213fec13b4672d7d81aaf3213e0f9
4
- data.tar.gz: 28a6b823f51365534631d787db318ab17c8061231447538dc5cfe58ca0a1a69f
3
+ metadata.gz: 3fcd6ed7fe68248f1afd25dac542413aacf16dc7215d754a88eca43621d28ddd
4
+ data.tar.gz: cf90c2756612c64ed15082e8b3e8fc3b83f32c01d2647aa766f45e8cdf562c87
5
5
  SHA512:
6
- metadata.gz: 3b9b6e32ddf0fda31552ea8cd61efea276f5db7d5b5dad20c6b33d233e995ad92354b75142ab596ab80a106131f2699f7c494ed32ffe34b3f4b5a4f76cec5375
7
- data.tar.gz: 4c805857fdfa7f04ae20bac8ea2a2df6ca4aac3c1f11346a2319b2aa91fe3d97ec724818a6aea982f50eadcecc487b913a6d1ebc9fd4e1348bfa1ab697e45666
6
+ metadata.gz: 2be47f19c21d082da47bea33780d7d6e0e40636964901b566aa7e9d37bd68dfba14a39978f76a27b9a5ed94f6bbea932577c5f00f54d7a1e7accf27254dbe070
7
+ data.tar.gz: 5c015959607afd5f57c188b31934b635c0042d2f0e1ff52ff3fc471b70b79f3f78d8edf3edb89a9360757226c0741b8e36e450322c0e0991b0b101b7950a49b9
@@ -214,7 +214,7 @@ module Apidae
214
214
  def self.parse_location_data(location_hash, type_data_hash, territories)
215
215
  loc_data = {}
216
216
  unless location_hash.blank?
217
- address_hash = location_hash[:adresse]
217
+ address_hash = location_hash[:adresse] || {}
218
218
  computed_address = []
219
219
  unless address_hash.blank?
220
220
  computed_address << address_hash[:adresse1]
@@ -1,3 +1,3 @@
1
1
  module Apidae
2
- VERSION = "1.2.31"
2
+ VERSION = "1.2.32"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apidae
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.31
4
+ version: 1.2.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean-Baptiste Vilain
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-12 00:00:00.000000000 Z
11
+ date: 2023-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails