ishapi 0.1.8.127 → 0.1.8.128
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 +4 -4
- data/app/views/ishapi/newsitems/_index.jbuilder +0 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e26aad09c6af260d542b74b6e1a6a564b68ac017f31b4106bdce3fd1844b05eb
|
4
|
+
data.tar.gz: ba6375f1492c1ea70ba95fc16451fdd5d72bb1c8a86cd4591d74a65925daf736
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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-
|
11
|
+
date: 2020-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|