ishapi 0.1.8.127 → 0.1.8.128

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: 382265d2c63eb31588367c464403e4e84b99b0ce402b59fe923c2cd23a49ac8e
4
- data.tar.gz: cad7988a776177515589a135e00180cbcd12d485c436745b0c7d005917c93df3
3
+ metadata.gz: e26aad09c6af260d542b74b6e1a6a564b68ac017f31b4106bdce3fd1844b05eb
4
+ data.tar.gz: ba6375f1492c1ea70ba95fc16451fdd5d72bb1c8a86cd4591d74a65925daf736
5
5
  SHA512:
6
- metadata.gz: 2c6b4b894ceffc47e95f3e8f583bec76dfcdf6137bac0a5405ee60d16dd2d20c4dbf2a14b6ff544858b7db9334eb71daaa9d7098957371642fed0648ad9475f0
7
- data.tar.gz: 3a477331e2ae6550eea332f4081208e624c17ee0b1e2c9f35a138ab773d7653d7320e0f70902a9696e46a964cc1a14b97ee9748362054808eeb4a9aa193d3bbf
6
+ metadata.gz: f05096a461bf556e9dff7577f5bba7935f8abd7eb9dcf43802c63b8fe4dd21848c7914144e9ecfe11f241f132ad484b6461d0ec05c62a198fb8f6eeb5f2de2e3
7
+ data.tar.gz: ffdc24477420e93b1162121d79f9c1a587bbcb1d73e7cf99f59696b81004b46c4460c0af3c61ad012837de02c0fe9ce69564eed86787fb00e5bdc10c079baf8b
@@ -19,11 +19,6 @@ json.newsitems do
19
19
  json.n_photos item.gallery.photos.length
20
20
  json.slug item.gallery.galleryname
21
21
  json.subhead item.gallery.subhead
22
- json.tags [ { slug: 'adventure', name: 'Adventure' },
23
- { slug: 'bars-and-clubs', name: 'Bars & Clubs' },
24
- { slug: 'food', name: 'Food' },
25
- { slug: 'late-night', name: 'Late Night' } ]
26
-
27
22
  json.partial! 'ishapi/application/meta', :item => item.gallery
28
23
  if item.gallery.is_premium
29
24
  json.premium_tier item.gallery.premium_tier
@@ -49,7 +44,6 @@ json.newsitems do
49
44
  end
50
45
 
51
46
  json.partial! 'ishapi/application/meta', :item => item.report
52
- json.partial! 'ishapi/tags/index', tags: item.report.tags
53
47
 
54
48
  if item.report.is_premium
55
49
  json.premium_tier item.report.premium_tier
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.127
4
+ version: 0.1.8.128
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-21 00:00:00.000000000 Z
11
+ date: 2020-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails