scrivito_video_widget 1.0.6 → 1.0.7

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
  SHA1:
3
- metadata.gz: 7f439e494b00c5c42a8b67ba53d7affdbbb5196a
4
- data.tar.gz: e06a62df8f79bc6a72c0fef419fdfc150bb88149
3
+ metadata.gz: 5d8b60c80673a6ad45cc18d6f2837699addf08c9
4
+ data.tar.gz: 5f5ea64f7952ddcf0ac6ff8e58163f0f44536c90
5
5
  SHA512:
6
- metadata.gz: 5366d5b8894592ad1f4ed946c292e48d37a150e18397f7339a25bf5f757235345e05396832b8f4ac21110452dcb10e512cc6a816ba16d44d63745e26285cfd4c
7
- data.tar.gz: 195348dd247b1352c37ad24d62cb729dd2c85ef52dd68781b2ad8d268bbe3e26aafafcbc4efcf4bb2360912904a174a38241a4de2fc3aeadc6c23fd66b0d76fd
6
+ metadata.gz: cb3e201f2e01089dd0b3fecb905e9d3e42e24f24c9dd3f3d5ae668628989e6d8c1de3e895db75a5497b33cb0727706887704b4fb7f69fc31162c6dcc28e46415
7
+ data.tar.gz: 0109f72d369bd72636ff99b94395c1434af6b0690c2d479f5e935f660b15973c1775fa43130d4f7f580f40a3112481cd15264773282446d73ebbb47a71a74239
@@ -1,13 +1,3 @@
1
- <div class="editing-dialog-thumbnail">
2
- <div class="visualization">
3
- <span class="icon editing-icon-video"></span>
4
- </div>
5
-
6
- <div class="title">
7
- Video
8
- </div>
9
-
10
- <div class="description">
11
- Displays a video player for the given video file.
12
- </div>
13
- </div>
1
+ <%= scrivito_thumbnail 'Video', image_tag("widget_preview_video.png") do %>
2
+ Displays a video player for the given video file.
3
+ <% end %>
@@ -1,3 +1,3 @@
1
1
  module ScrivitoVideoWidget
2
- VERSION = "1.0.6"
2
+ VERSION = "1.0.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrivito_video_widget
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-14 00:00:00.000000000 Z
11
+ date: 2015-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -76,6 +76,7 @@ files:
76
76
  - LICENSE
77
77
  - README.md
78
78
  - Rakefile
79
+ - app/assets/images/widget_preview_video.png
79
80
  - app/assets/javascripts/scrivito_video_widget.js
80
81
  - app/assets/javascripts/scrivito_video_widget/projekktor_config.js.coffee
81
82
  - app/assets/stylesheets/scrivito_video_widget.css