ish_manager 0.1.8.231 → 0.1.8.232

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: fa8c2d18f5b3b0f48bd15a601362e75d2790b11e49b7781ee4e70fb2a4e5088c
4
- data.tar.gz: 29bb625a7e3541bb7929f235ee5c29b348a62bfe4c762e57118f1ba57dc780ec
3
+ metadata.gz: 0ef9710e1e30f051b88345239076c792244801307e0c0d624d90c7c867b4a8b2
4
+ data.tar.gz: 9cc84a46fab1049215c19ed28960d7439654cdbc3dfce1d96f870261609d5a33
5
5
  SHA512:
6
- metadata.gz: f41c276c49a17f4255089ff57197dd3f807584e8c0441fa75587eb76c0de596418b58dff96a7344cce12cece15fe102c3a6f658d15b603ceeb12f01bf0d3f5b6
7
- data.tar.gz: 4198f92d62880365f251c01346ad743bdf0593294f2b7123d4bb44a0fecd1554af2824a0032e125e41a48f58b1579369caa4083212d0011386d6d27164821ef1
6
+ metadata.gz: dc107f596923827da0c60287877e454c23fbc1a475c7470aaf933a8ee61ce0413b88ad2fd597153364731cbd8da933d0ad38ab99e5bf05167eaa4cfffc43e194
7
+ data.tar.gz: ba185225cd332295cef630d1c4461b123b0e14679388732d16ce18408e8c3fba2140eba5fa004fb07de0f508a5bff83b7c8bc6a7ea832c73e7f4c5d04b069c7a
@@ -15,7 +15,7 @@
15
15
  .row
16
16
  .col-sm-6
17
17
  .float-left
18
- - if video.youtube_id
18
+ - if video.youtube_id.present?
19
19
  .thumb-youtube= image_tag "https://img.youtube.com/vi/#{video.youtube_id}/1.jpg"
20
20
  - else
21
21
  .thumb= image_tag video.thumb.url(:thumb)
@@ -16,5 +16,5 @@
16
16
  = link_to @video.video.url, @video.video.url
17
17
 
18
18
  %p <b>User Profile:</b> #{@video.user_profile.name}
19
-
20
- = @video.inspect
19
+ %p= image_tag @video.thumb.url(:thumb)
20
+ %p <b>Video:</b> #{@video.inspect}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.231
4
+ version: 0.1.8.232
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox