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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b734a86f74580f550511355efe321a11d760d140c9bfcc42bca846ea30706a4
4
- data.tar.gz: 696d2b99eed6646d84320f239a7edb94edb3e2f6faa7b82891d90e7c8bf7d95a
3
+ metadata.gz: b548817eebe84592342e15e6b2803973996ba58a9db772735c3354905056ad85
4
+ data.tar.gz: 7e58e1648fe95c04b89ab03a2038577267da8e1353fa72f294a3a0475958745a
5
5
  SHA512:
6
- metadata.gz: 97545275be12c00ba5c803a624b7c5f35efa1121405acb7b3059cdc8795de97cf3ff51225eb1e26d032459fbd4cca3a8509e37496c4b021b645fbf865f042268
7
- data.tar.gz: 6b44066754d0a2010b6cf5301ab61f337974f1dbde0739dce1fef461bafe8d9a8cb1d5354b179c3a08faaf72873080128b6f0561963f41198650c89257839a0d
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][:nom][:libelleFr],
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])[:nom][:libelleFr],
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
 
@@ -1,3 +1,3 @@
1
1
  module Apidae
2
- VERSION = "1.2.33"
2
+ VERSION = "1.2.34"
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.33
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-28 00:00:00.000000000 Z
11
+ date: 2023-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails