apidae 1.2.30 → 1.2.31
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/apidae/apidae_data_parser.rb +3 -3
- data/lib/apidae/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 062ad531aa659b7d8a57b19e6104e0e4636213fec13b4672d7d81aaf3213e0f9
|
4
|
+
data.tar.gz: 28a6b823f51365534631d787db318ab17c8061231447538dc5cfe58ca0a1a69f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b9b6e32ddf0fda31552ea8cd61efea276f5db7d5b5dad20c6b33d233e995ad92354b75142ab596ab80a106131f2699f7c494ed32ffe34b3f4b5a4f76cec5375
|
7
|
+
data.tar.gz: 4c805857fdfa7f04ae20bac8ea2a2df6ca4aac3c1f11346a2319b2aa91fe3d97ec724818a6aea982f50eadcecc487b913a6d1ebc9fd4e1348bfa1ab697e45666
|
@@ -217,9 +217,9 @@ module Apidae
|
|
217
217
|
address_hash = location_hash[:adresse]
|
218
218
|
computed_address = []
|
219
219
|
unless address_hash.blank?
|
220
|
-
computed_address << address_hash[:adresse1]
|
221
|
-
computed_address << address_hash[:adresse2]
|
222
|
-
computed_address << address_hash[:adresse3]
|
220
|
+
computed_address << address_hash[:adresse1]
|
221
|
+
computed_address << address_hash[:adresse2]
|
222
|
+
computed_address << address_hash[:adresse3]
|
223
223
|
end
|
224
224
|
loc_data.merge!({address: computed_address})
|
225
225
|
loc_data.merge!({place: (type_data_hash ? type_data_hash[:nomLieu] : nil) || address_hash[:nomDuLieu]})
|
data/lib/apidae/version.rb
CHANGED
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.
|
4
|
+
version: 1.2.31
|
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:
|
11
|
+
date: 2023-01-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|