ishapi 0.1.8.144 → 0.1.8.145

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: 78d87ab29d37b99e613e97cb9376043d53468c74ba0de032735b5a47cec00a4a
4
- data.tar.gz: e07cf3e9131ce52984b65da5af9f5982a18df240f62a86ece8d2dd2f04189196
3
+ metadata.gz: 3f0fad3c980c7518b84af9b012e1f9e38bdb857acb62628d0d642436b9e6b8a7
4
+ data.tar.gz: dc425ab3037bff825d77171afd9b4ad3e844d6df9783a5df303e36ac67677bd0
5
5
  SHA512:
6
- metadata.gz: 0fbdb5a6e57abd62eb26a7d03926807fbe2409ccb4fcd2b7febc60de417418746d07dfc3b2403fdc7e9deb5d80033b0699395e6f62de84af6126e7276c0babbb
7
- data.tar.gz: ff7c42db5da1b75a4dc75206f73d2a78353e3cb0bec30dbed328719c8874fa2f911621bb95c58bd4b905873fd4c79821ccd103041160cad124eb1bec7ff1ede3
6
+ metadata.gz: c50270ea8baf769301620c64caab386ca556c35ae7f81221518104cb2a0ebd94d5be3aad0786724aae98b91dc902dc4a6b1bc383d1fe2c5d2ab7207eb076b6e5
7
+ data.tar.gz: 174b6dcd1bcb7e0a6159b223aaf15d439af32f1484ed4b612c9cdb732863ee2f22fb6903341c4cb213b28372ed701a3db8f19ad406aa117fd843d1fed1d759a6
@@ -14,6 +14,14 @@ json.cache! this_key do
14
14
  json.img_path @map.img_path
15
15
  json.updated_at @map.updated_at
16
16
 
17
+ json.breadcrumbs do
18
+ json.array! @map.breadcrumbs do |b|
19
+ json.name b[:name]
20
+ json.slug b[:slug]
21
+ json.link b[:link]
22
+ end
23
+ end
24
+
17
25
  json.markers do
18
26
  json.array! @markers do |marker|
19
27
  json.name marker.name
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.144
4
+ version: 0.1.8.145
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox