ishapi 0.1.8.161 → 0.1.8.162

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ceedcb320e4c54ce7266018ee527778921f9d8c026db2ddebda1bbba1ff644c4
4
- data.tar.gz: 5cab2210c23259864f3ab2b26dff5972e1b3325bcf6afffa56abb2dd553082e7
3
+ metadata.gz: 7fa09912746d1a54e92a52ed51546cc456494013bbf086422b59245283d8d1d9
4
+ data.tar.gz: 6a6c0fed814e96ecf013ac7166c884d4bad34d674ef0fe7f8fb4c7d19a26905b
5
5
  SHA512:
6
- metadata.gz: af6ca19fdc68d01e11e69ec5cdb2f1763f7f3105fc50211b84af33e694457bcbb3cc22e208584ce0984baa58d788c06d3a860d35a53b685a718391f02c7acb92
7
- data.tar.gz: f8d5084151e39b07507a4448c470c05f7dfff5f773c2934cc2f151bb5ec136e37a289d1719f07c9fae2f66ed88638776c25d917fc8391a42f553343d2e1479d6
6
+ metadata.gz: 923863eddd777cdbd6f01509fd59ac5de72544cd88277f6c6247052bc2da9975ece2a62a56b3debe6ce804adcda1c546fec8c3b75215731a66ce3a05f31fa9b7
7
+ data.tar.gz: e4cf17ccc87fc3bfaade2e5b3c90f0ea526acc16ab3079231f04f8783b5364896d7d68fa73d3d5cc28d5a7590827768dce66e764f94b3b5cd2db7a390d3b7fd7
@@ -18,11 +18,13 @@ json.cache! this_key do
18
18
  json.partial! 'ishapi/maps/show', map: @map.map
19
19
  json.config JSON.parse @map.parent.config
20
20
  json.labels JSON.parse @map.parent.labels
21
+ json.partial! 'ishapi/markers/index', map: @map.map
21
22
  else
22
23
  ## I removed json parsing from here! _vp_ 2021-10-14
23
24
  ## I added json parsing here! _vo_ 2021-10-19
24
25
  json.config JSON.parse @map.config
25
26
  json.labels JSON.parse @map.labels
27
+ json.partial! 'ishapi/markers/index', map: @map
26
28
  end
27
29
 
28
30
  json.breadcrumbs do
@@ -33,8 +35,6 @@ json.cache! this_key do
33
35
  end
34
36
  end
35
37
 
36
- json.partial! 'ishapi/markers/index', map: @map
37
-
38
38
  if @newsitems
39
39
  json.partial! 'ishapi/newsitems/index', :newsitems => @newsitems
40
40
  end
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.161
4
+ version: 0.1.8.162
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox