apidae 0.9.10 → 0.9.11

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
  SHA1:
3
- metadata.gz: 36b57dba0bf82ed4a346ba69076006a40d4b0f17
4
- data.tar.gz: d76004271b558e3990722947ab3d8e8ad36f877a
3
+ metadata.gz: ffc92d9867d22f2f5ddf9c7eedf70f993e9dfe5a
4
+ data.tar.gz: bb1ff8d372284e3bc928b7066e69d5191c802eb5
5
5
  SHA512:
6
- metadata.gz: c5e02554154e315ce03a6eecdbc6e0311469a882df2f2caf8a011314bbf8f0172ab34cfa3355ce5bfbeed4ce660f09a297900c89c21c684c721bbb4a6c01a9ce
7
- data.tar.gz: '009ad62ef9541ad97223857dffd1c0833bb1acb1659399d01a9ced7f2cf11700fd0e21314873355a35aecf91881003f5779eb44d6cb64326c8c9ccac9f599b02'
6
+ metadata.gz: 7e55694e8e2f46e6d2aa67978a5ceb75849cf8f06c14b445f0d842dd36a156c7372c69e1a060db96d84b632123506057317d5bff870e54ed86fb6bb3acd2571b
7
+ data.tar.gz: aeeef7a2412a4a1033532bd84e2f2ad7cbfc8a90d1d398aa3e1db5266b01e6d439f79516cbd99b643f726c870a338b111246a2a1dca81f0e4b317982f3d2e5b5
@@ -306,7 +306,7 @@ module Apidae
306
306
  age_min: presta_hash[:ageMin], age_max: presta_hash[:ageMax]} : {}),
307
307
  classification: nodes_ids(data_hash[:classement], data_hash[:classementPrefectoral], data_hash[:classification]) +
308
308
  lists_ids(data_hash[:classementsGuides]) + lists_ids(data_hash[:classements]),
309
- labels: lists_ids(data_hash[:labels], prestations_hash[:labelsTourismeHandicap]) +
309
+ labels: lists_ids(data_hash[:labels], data_hash[:labelsChartesQualite], prestations_hash[:labelsTourismeHandicap]) +
310
310
  (node_id(data_hash, :typeLabel) ? [node_id(data_hash, :typeLabel)] : []),
311
311
  chains: lists_ids(data_hash[:chaines]) + nodes_ids(data_hash[:chaineEtLabel]),
312
312
  area: apidae_obj.apidae_type == DOS ? data_hash.except(:classification) : node_value(data_hash, :lieuDePratique),
@@ -1,3 +1,3 @@
1
1
  module Apidae
2
- VERSION = "0.9.10"
2
+ VERSION = "0.9.11"
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: 0.9.10
4
+ version: 0.9.11
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: 2019-05-17 00:00:00.000000000 Z
11
+ date: 2019-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails