scrivito_video_widget 1.0.3 → 1.0.4

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: 0dcec067c9ab665e1b699da6955930dc952e6c62
4
- data.tar.gz: 92c0765ea05feb5a5206b5dce5e493afb88006ef
3
+ metadata.gz: da086e11be06f943860c22d81adb57034d133a7a
4
+ data.tar.gz: 7718360cb1cc3496e998915ac1b3d02611c2c6b4
5
5
  SHA512:
6
- metadata.gz: 06f55fd53e4e52ba11ddf9695a44aa7f124d1c159801783747e441f3a3d4bb0ca5e11859665dfef3b015bc23ca88722075344ac1bdfbb948e31031d67836c40c
7
- data.tar.gz: 9728772f3efdbf102480527690b0631d94406d979f151cbf190a80d3d334cd08753a97f0d76daa337d80deaaad756c90f773995059bf9923c8c64b63c427c2bc
6
+ metadata.gz: fd8a0ebccc0da0bdcbe85eacacc7fe63e861d624d1e53b2216201553eec238191b6af166a44d2aca58aa89ff1547d9aced2bc8083316fd0b09d03e90769410db
7
+ data.tar.gz: f610ef57860a937a3854121793121d2bc2e7a696872839f189f48d8a7d8dc473129a17cee3ec08a2f691d2e2c826c48e90416f9f627704cb65d5d8757bbdc589
data/README.md CHANGED
@@ -9,16 +9,15 @@ A Widget for Scrivito to add a video widget using projekktor.
9
9
 
10
10
  Add this lines to your application's `Gemfile`:
11
11
 
12
- gem 'scrivito_video'
13
- gem 'projekktor-rails'
12
+ gem 'scrivito_video_widget'
14
13
 
15
14
  Add this line to your application Stylesheet manifest:
16
15
 
17
- *= require video_widget/application
16
+ *= require scrivito_video_widget
18
17
 
19
18
  Add this line to your application javascript manifest:
20
19
 
21
- /= require video_widget/application
20
+ /= require scrivito_video_widget
22
21
 
23
22
  After that, execute:
24
23
 
@@ -0,0 +1,2 @@
1
+ //= require projekktor
2
+ //= require_tree ./scrivito_video_widget
@@ -0,0 +1,4 @@
1
+ /*
2
+ *= require projekktor
3
+ *= require_tree ./scrivito_video_widget
4
+ */
@@ -11,6 +11,4 @@
11
11
  * file per style scope.
12
12
  *
13
13
  *= require projekktor
14
- *= require_tree .
15
- *= require_self
16
14
  */
@@ -1,3 +1,5 @@
1
+ require 'projekktor-rails'
2
+
1
3
  module ScrivitoVideoWidget
2
4
  class Engine < ::Rails::Engine
3
5
  isolate_namespace ScrivitoVideoWidget
@@ -1,3 +1,3 @@
1
1
  module ScrivitoVideoWidget
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
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.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-07 00:00:00.000000000 Z
11
+ date: 2015-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -76,10 +76,11 @@ files:
76
76
  - LICENSE
77
77
  - README.md
78
78
  - Rakefile
79
- - app/assets/javascripts/video_widget/application.js
80
- - app/assets/javascripts/video_widget/projekktor_config.js.coffee
81
- - app/assets/stylesheets/video_widget/application.css
82
- - app/assets/stylesheets/video_widget/dynamic_video_container.css
79
+ - app/assets/javascripts/scrivito_video_widget.js
80
+ - app/assets/javascripts/scrivito_video_widget/projekktor_config.js.coffee
81
+ - app/assets/stylesheets/scrivito_video_widget.css
82
+ - app/assets/stylesheets/scrivito_video_widget/application.css
83
+ - app/assets/stylesheets/scrivito_video_widget/dynamic_video_container.css
83
84
  - app/models/video_widget.rb
84
85
  - app/views/video_widget/details.html.erb
85
86
  - app/views/video_widget/show.html.erb
@@ -109,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
110
  version: '0'
110
111
  requirements: []
111
112
  rubyforge_project:
112
- rubygems_version: 2.3.0
113
+ rubygems_version: 2.2.2
113
114
  signing_key:
114
115
  specification_version: 4
115
116
  summary: Scrivito video Widget.
@@ -1,15 +0,0 @@
1
- // This is a manifest file that'll be compiled into application.js, which will include all the files
2
- // listed below.
3
- //
4
- // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
- // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
6
- //
7
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
- // the compiled file.
9
- //
10
- // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
11
- // GO AFTER THE REQUIRES BELOW.
12
- //
13
- //= require projekktor
14
- //= require_tree .
15
- //= require_self