ishapi 0.1.8.159 → 0.1.8.160

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: 4eb0f8c2fdb3c99e2aeba2461ad6b69598673517161f1d7d66bca33e3dbda5fa
4
- data.tar.gz: 1ed1e3fc25607bdf7d9f9321e4cfb9167d27a1310462de17198c0af056fd0e29
3
+ metadata.gz: b2b7dd2fe41b5b2baefc24243c83b8549d36e801a069b6f1e75678ec9c504b1d
4
+ data.tar.gz: 3db877da0b170defc108a103fdf1066b2bfb2f7364967f8e3c2e7f93a5a3379f
5
5
  SHA512:
6
- metadata.gz: 9db77d651a0c8d53b806abadf71045898d15353eee11ffc8bfaa0f357a16f3385e68e0540beb4aa9ab5140c424b786b547923543040f7efab08ae7933e85e0b1
7
- data.tar.gz: 22b512f97c970bdbc89d3c1a6bf65b1b65d3b61219f94e922531804fa5e0a2f5667762f7dc6762843e1a6c64e0e34a29251c9b36ee3d65c984da021db53f287b
6
+ metadata.gz: 69811c54dadf3fb41b549737e72fdba571479c3e46a8a9fa463ee33d78ceba120a998855c743ba75ec9adc40487dd6e6b5feed9c9dd59f01e7bd092e208481de
7
+ data.tar.gz: 8f598ecc134132e63c275e2d645bf224147d4302c8a9d0b301c8503f0bc87df35298a69ea04994cef902f74a2a8fdcfb5e5a4e1e82663f480619ef88a656d80d
@@ -26,15 +26,15 @@ json.cache! this_key do
26
26
  end
27
27
  end
28
28
 
29
+ ## Hmm with austin -> wasya_co , neither config nor labels can be used from parent.
30
+ # if @map.parent_slug.present?
31
+ # json.config JSON.parse @map.parent.config
32
+ # json.labels JSON.parse @map.parent.labels
33
+ # else
29
34
  ## I removed json parsing from here! _vp_ 2021-10-14
30
35
  ## I added json parsing here! _vo_ 2021-10-19
31
- if @map.parent_slug.present?
32
- json.config JSON.parse @map.parent.config
33
- json.labels JSON.parse @map.parent.labels
34
- else
35
- json.config JSON.parse @map.config
36
- json.labels JSON.parse @map.labels
37
- end
36
+ json.config JSON.parse @map.config
37
+ json.labels JSON.parse @map.labels
38
38
 
39
39
  json.partial! 'ishapi/markers/index', map: @map
40
40
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ishapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.159
4
+ version: 0.1.8.160
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox