apidae 1.2.33 → 1.2.34
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 +2 -2
- 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: b548817eebe84592342e15e6b2803973996ba58a9db772735c3354905056ad85
|
4
|
+
data.tar.gz: 7e58e1648fe95c04b89ab03a2038577267da8e1353fa72f294a3a0475958745a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df46f230175cf3c7d9fc6c07d2bd271436ac2fdeb412b6e899d92d984d9603bacc5621bcd3e3c1953efe654516f547abb07d75b7e9e77a4c8dc66cb647f27484
|
7
|
+
data.tar.gz: 49934f72f635316528b6712d44f7029f9317507fbffa0e5b48b881226b9050167e2d19fb0b5e3a760bebee6a1cb492571b8a37900e9dac4209b102b94295cc49
|
@@ -362,9 +362,9 @@ module Apidae
|
|
362
362
|
entity_hash = {}
|
363
363
|
if information_hash
|
364
364
|
if information_hash[:structureGestion]
|
365
|
-
entity_hash.merge!({entity_id: information_hash[:structureGestion][:id], entity_name: information_hash[:structureGestion]
|
365
|
+
entity_hash.merge!({entity_id: information_hash[:structureGestion][:id], entity_name: information_hash[:structureGestion].dig(:nom, :libelleFr),
|
366
366
|
info_entity_id: (information_hash[:structureInformation] || information_hash[:structureGestion])[:id],
|
367
|
-
info_entity_name: (information_hash[:structureInformation] || information_hash[:structureGestion])
|
367
|
+
info_entity_name: (information_hash[:structureInformation] || information_hash[:structureGestion]).dig(:nom, :libelleFr),
|
368
368
|
service_provider_id: node_id(type_data_hash, :prestataireActivites)})
|
369
369
|
end
|
370
370
|
|
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.34
|
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-08-
|
11
|
+
date: 2023-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|