videojs_rails 0.0.1

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.
@@ -0,0 +1,20 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+ require "videojs_rails/version"
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = "videojs_rails"
7
+ s.version = VideojsRails::VERSION
8
+ s.authors = ["Sean Behan"]
9
+ s.email = ["bseanvt@gmail.com"]
10
+ s.homepage = ""
11
+ s.summary = %q{VideoJS plugin for Rails 3.1 Asset Pipeline}
12
+ s.description = %q{HTML5 VideoJS plugin}
13
+
14
+ s.rubyforge_project = "videojs_rails"
15
+
16
+ s.files = `git ls-files`.split("\n")
17
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
+ s.require_paths = ["lib"]
20
+ end
metadata ADDED
@@ -0,0 +1,61 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: videojs_rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Sean Behan
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2011-10-14 00:00:00.000000000Z
13
+ dependencies: []
14
+ description: HTML5 VideoJS plugin
15
+ email:
16
+ - bseanvt@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - .gitignore
22
+ - Gemfile
23
+ - Rakefile
24
+ - app/views/videojs_rails/_videojs_rails.html.erb
25
+ - lib/videojs_rails.rb
26
+ - lib/videojs_rails/engine.rb
27
+ - lib/videojs_rails/railtie.rb
28
+ - lib/videojs_rails/version.rb
29
+ - lib/videojs_rails/view_helpers.rb
30
+ - readme.md
31
+ - vendor/assets/javascripts/videojs.js
32
+ - vendor/assets/stylesheets/skins/hu.css
33
+ - vendor/assets/stylesheets/skins/tube.css
34
+ - vendor/assets/stylesheets/skins/vim.css
35
+ - vendor/assets/stylesheets/videojs.css
36
+ - videojs_rails.gemspec
37
+ homepage: ''
38
+ licenses: []
39
+ post_install_message:
40
+ rdoc_options: []
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ none: false
45
+ requirements:
46
+ - - ! '>='
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ none: false
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ requirements: []
56
+ rubyforge_project: videojs_rails
57
+ rubygems_version: 1.8.10
58
+ signing_key:
59
+ specification_version: 3
60
+ summary: VideoJS plugin for Rails 3.1 Asset Pipeline
61
+ test_files: []