videojs_rails 4.1.0 → 4.2.0
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 +7 -0
- data/lib/videojs_rails/version.rb +1 -1
- data/readme.md +1 -1
- data/vendor/assets/flash/video-js.swf +0 -0
- data/vendor/assets/javascripts/video.js.erb +637 -251
- data/vendor/assets/stylesheets/video-js.css.erb +429 -396
- metadata +9 -10
metadata
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: videojs_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
5
|
-
prerelease:
|
4
|
+
version: 4.2.0
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Sean Behan
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-04-15 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
13
|
description: HTML5 VideoJS plugin
|
15
14
|
email:
|
@@ -18,7 +17,7 @@ executables: []
|
|
18
17
|
extensions: []
|
19
18
|
extra_rdoc_files: []
|
20
19
|
files:
|
21
|
-
- .gitignore
|
20
|
+
- ".gitignore"
|
22
21
|
- Gemfile
|
23
22
|
- Rakefile
|
24
23
|
- app/views/videojs_rails/_videojs_rails.html.erb
|
@@ -39,26 +38,26 @@ files:
|
|
39
38
|
- videojs_rails.gemspec
|
40
39
|
homepage: ''
|
41
40
|
licenses: []
|
41
|
+
metadata: {}
|
42
42
|
post_install_message:
|
43
43
|
rdoc_options: []
|
44
44
|
require_paths:
|
45
45
|
- lib
|
46
46
|
required_ruby_version: !ruby/object:Gem::Requirement
|
47
|
-
none: false
|
48
47
|
requirements:
|
49
|
-
- -
|
48
|
+
- - ">="
|
50
49
|
- !ruby/object:Gem::Version
|
51
50
|
version: '0'
|
52
51
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
53
|
-
none: false
|
54
52
|
requirements:
|
55
|
-
- -
|
53
|
+
- - ">="
|
56
54
|
- !ruby/object:Gem::Version
|
57
55
|
version: '0'
|
58
56
|
requirements: []
|
59
57
|
rubyforge_project: videojs_rails
|
60
|
-
rubygems_version:
|
58
|
+
rubygems_version: 2.2.0
|
61
59
|
signing_key:
|
62
|
-
specification_version:
|
60
|
+
specification_version: 4
|
63
61
|
summary: VideoJS plugin for Rails 3.1 Asset Pipeline
|
64
62
|
test_files: []
|
63
|
+
has_rdoc:
|