ish_manager 0.1.8.247 → 0.1.8.248

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: d2b1f18c818065b7a7bf279360aac3a21655ebce24d54c94c0ed7dd9818b449a
4
- data.tar.gz: cbc270996bdb1af5c86fadcd913d7698f4a3174b115ac49487d1118c47c37cac
3
+ metadata.gz: 38f82f782d8fee6247ee92d440fd9984c2a560e192f877eb9cfffa591f5c8045
4
+ data.tar.gz: e29fba83dd1c1426c83a4991dbf4968c4affafae2542c6d0cf490cb12aed3344
5
5
  SHA512:
6
- metadata.gz: 105d0605e77f299cb0acddd9a5e4d5b1f0dba26b523657fbe7b57cdf1f431596649dcbd3316b9fd0b0068afe5d6eaba4998a3dc3a35132d718051e0463dbd544
7
- data.tar.gz: d9edafb104bc8cbafb54b00b0a8e86f33747d5a70b302500a6a12aa89879f42a82b6923b647541b7b38f4e1bab66bfbaa3497bdff6c3ed1ecd1ec0bef084c561
6
+ metadata.gz: 28c18da1165de872522f64252f6e0fdfec5217b5806d4527b7b38717826c39041241521762917f799fe14d320bd08de59fa05ebeb9157286c9792134a1d5e5d9
7
+ data.tar.gz: 6e984c0cf9031c26bd6f29f86ab9f0f9ad977b22527e848f57c39cb456398ee5fdc5e722cabd75fc163d3e23b9ccb2f81cc604178300312157ea6e13db8f683d
@@ -18,7 +18,7 @@
18
18
  - if video.youtube_id.present?
19
19
  -## doesn't work with private videos, which are most
20
20
  -# .thumb-youtube= image_tag "https://img.youtube.com/vi/#{video.youtube_id}/1.jpg"
21
- = render 'embed_mini', video: video
21
+ = render 'ish_manager/videos/embed_mini', video: video
22
22
  - else
23
23
  .thumb= image_tag video.thumb.url(:thumb)
24
24
  .a
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.247
4
+ version: 0.1.8.248
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-15 00:00:00.000000000 Z
11
+ date: 2021-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails