scrivito_video_widget 1.0.13 → 1.0.14

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: d9f89584263c519c7cc40f4f7c63e429df670f36
4
- data.tar.gz: e49868dbf1820a75c4788e4d48530ce2e066a7b8
3
+ metadata.gz: 4d753c470be9a81cfe79c1c6bfbb5adccf7f1e00
4
+ data.tar.gz: eb375cd69778a7e0efd272bdfb4e9aec946967cf
5
5
  SHA512:
6
- metadata.gz: 3a0031aaba69e0ae68574794b1e644db396bd7976c7cf28bd3588faf5c7450d90b9c890d9c81448f98bf42fedd2d51ef348bace9302be2fb4515910f0608432e
7
- data.tar.gz: 6ab2a78e03d5a57e01a87c51479e4f61c9f5b78480350d1995c2a0403c8c9de7ba60e1d8a976e0a6aad90d536590f2836e64ecd1d4013e9d7584eadee9d77e94
6
+ metadata.gz: 4232b13c69d1b6fb16bc8e8d5d39cfd3d7a1aeee1aba2d638015ad6ce218c0e05415cdc441cd1a1f26f6069704980599ecb194ea4bd2b5b8ff62f307064961a7
7
+ data.tar.gz: ba51f7f0aab79ca250a051ea78b779f79347c596deaaeea677248a1d679238c29641597ae5a4f74461fbb686fd43da772f9f58632e4b0b177d3077d7e76adfc6
data/README.md CHANGED
@@ -12,6 +12,11 @@ Add this line to your application stylesheet manifest:
12
12
 
13
13
  *= require scrivito_video_widget
14
14
 
15
+ If you are using `sass-rails`, use this for loading the css instead:
16
+
17
+ @import 'projekktor';
18
+ @import 'scrivito_video_widget/dynamic_video_container';
19
+
15
20
  Add this line to your application JavaScript manifest:
16
21
 
17
22
  //= require scrivito_video_widget
@@ -1,3 +1,3 @@
1
1
  module ScrivitoVideoWidget
2
- VERSION = "1.0.13"
2
+ VERSION = "1.0.14"
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.13
4
+ version: 1.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-30 00:00:00.000000000 Z
11
+ date: 2016-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: scrivito
@@ -52,7 +52,6 @@ files:
52
52
  - app/assets/javascripts/scrivito_video_widget.js
53
53
  - app/assets/javascripts/scrivito_video_widget/projekktor_config.js.coffee
54
54
  - app/assets/stylesheets/scrivito_video_widget.css
55
- - app/assets/stylesheets/scrivito_video_widget/application.css
56
55
  - app/assets/stylesheets/scrivito_video_widget/dynamic_video_container.css
57
56
  - app/models/video.rb
58
57
  - app/models/video_widget.rb
@@ -1,14 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
- * compiled file so the styles you add here take precedence over styles defined in any styles
10
- * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
11
- * file per style scope.
12
- *
13
- *= require projekktor
14
- */