ishapi 0.1.8.123 → 0.1.8.124

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: be232dc2845d094bcb3c3e1e31b5ae5367c4910dab7c3d43c2e2b01c76c07771
4
- data.tar.gz: dbe24ca13fad57b743b0b1550fe4ec41e55d859f4ece7146829f718bd36b837f
3
+ metadata.gz: 15884904114ef7395e2daff5f21bfbe4063a92869323c5727d2f54e2c1e8a653
4
+ data.tar.gz: 34a6dcf5903791548b7159fbcad14075e9042606bf0c3eb8bbc22116ee18d477
5
5
  SHA512:
6
- metadata.gz: '0385280be1d1606c5150d9c0d6800461d49ff7d8e69e074d08282a9e62d1192f6e0500b86a65a44dba798d27de760237f9e768a62dce7f7acfe1eb726f966dc1'
7
- data.tar.gz: 369045fc1fca3d704fba4ea6161197356a816a297748d1febe0606d3e034188146d06528fb92361300015cf01314f44af096af708dd8db64f756692bda4dda73
6
+ metadata.gz: 6186034f0d0c6ffc2720c829d55a72bf10ccc19f8867167454a456f70c947ec7a494f088128acdbf61855a86af87f3a636301a05821f7dcab9568a34937d585c
7
+ data.tar.gz: 0e19423505d813b7d68da5398f04ec8e7f54395ff70269d29e3920240aa7fef1a5a2b3cde5abfedf5868e5b7619c24d5d08597969c06a1177abe1b01d9d1ad89
@@ -2,10 +2,14 @@
2
2
  json.array! @cities do |city|
3
3
  json.id city.id.to_s
4
4
  json.name city.name
5
- json.cityname city.cityname
5
+ # json.cityname city.cityname
6
+ json.slug city.cityname
6
7
  json.x city.x
7
8
  json.y city.y
9
+ json.n_reports city.reports.length
10
+ json.n_galleries city.galleries.length
11
+ json.n_videos city.videos.length
8
12
  if city.profile_photo
9
- json.photo city.profile_photo.photo.url( :thumb )
13
+ json.photo city.profile_photo.photo.url( :thumb2 )
10
14
  end
11
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ishapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.123
4
+ version: 0.1.8.124
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-01 00:00:00.000000000 Z
11
+ date: 2020-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails