apidae 1.2.15 → 1.2.16

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: 5b3849f9d44a0958ff3c66c50d7b88a11eb91ccf
4
- data.tar.gz: ae55b5a634ab91442210a71828722263822ae78c
3
+ metadata.gz: e6328cf95e7370caddefa777e6ea8961a223abdf
4
+ data.tar.gz: 6b05f7fb8c516a133c779b9fd86c7975842caf34
5
5
  SHA512:
6
- metadata.gz: 3aa2d82b715fe8511f0c50bfc6d5c5c6fe747962aafd6fc52c7a0793f43f96fa78a28226f25bb0d509369ae9a535cb54937eedff10f03d1ed3fea34d47bbc373
7
- data.tar.gz: 6bbe568e7412727e8dc7fc68602e013a5ed0e48a534925c64fbec23bce47e54d5f27ca3da4ae35d832e59f15824a8359aedef5950f006c7200ded8c93617eb6a
6
+ metadata.gz: 2a4d01a2148400205b3841f82792a244fd1a61c73ea64dd70d28463cc482589e370896d309e5e22206ca00f8e416a78575a88d846b556bbea2e944e9c7aff100
7
+ data.tar.gz: 4e253373d0c77aac15b455cdd9dc652afc2bb0669d3db4196ef1e63014ccf5049ee359ca5e2e5b64d1ebc120966a21eefc3f313935690599f641e84f6a5f36db
@@ -268,7 +268,7 @@ module Apidae
268
268
  apidae_obj.apidae_subtype = node_id(data_hash, :rubrique) if apidae_obj.apidae_type == Obj::EQU
269
269
  apidae_obj.apidae_subtype = lists_ids(data_hash[:typesHebergement]).first if apidae_obj.apidae_type == Obj::SPA
270
270
  {
271
- categories: lists_ids(data_hash[:categories], data_hash[:typesDetailles], data_hash[:activiteCategories]),
271
+ categories: lists_ids(data_hash[:categories], data_hash[:typesDetailles], data_hash[:activiteCategories], data_hash[:typesHabitation]),
272
272
  themes: lists_ids(data_hash[:themes]),
273
273
  capacity: (data_hash[:capacite] || {})
274
274
  .merge(presta_hash ? {group_min: presta_hash[:tailleGroupeMin], group_max: presta_hash[:tailleGroupeMax],
@@ -1,3 +1,3 @@
1
1
  module Apidae
2
- VERSION = "1.2.15"
2
+ VERSION = "1.2.16"
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.15
4
+ version: 1.2.16
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: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails