popcornjs-rails 1.0.0 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: popcornjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-11-15 00:00:00.000000000 Z
12
+ date: 2012-01-24 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Simple wrapper for HTML5 Video library popcorn.js
15
15
  email:
@@ -21,11 +21,9 @@ files:
21
21
  - .gitignore
22
22
  - Gemfile
23
23
  - README.md
24
- - README.md~
25
24
  - Rakefile
26
25
  - lib/popcornjs-rails.rb
27
26
  - lib/popcornjs-rails/version.rb
28
- - lib/popcornjs-rails/version.rb~
29
27
  - popcornjs-rails.gemspec
30
28
  - vendor/assets/javascripts/popcorn-complete.js
31
29
  - vendor/assets/javascripts/popcorn-complete.min.js
@@ -51,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
49
  version: '0'
52
50
  requirements: []
53
51
  rubyforge_project: popcornjs-rails
54
- rubygems_version: 1.8.11
52
+ rubygems_version: 1.8.15
55
53
  signing_key:
56
54
  specification_version: 3
57
55
  summary: popcorn.js asset pipeline provider/wrapper
data/README.md~ DELETED
@@ -1,15 +0,0 @@
1
- Rails 3.1 asset-pipeline gem to provide popcorn(.min).js
2
-
3
- # Install
4
-
5
- gem 'popcornjs-rails'
6
-
7
-
8
- # Use
9
-
10
- In your application.js manifest:
11
-
12
- //= popcorn
13
-
14
- or directly available under `/assets/popcorn.js`
15
-
@@ -1,5 +0,0 @@
1
- module Popcornjs
2
- module Rails
3
- VERSION = "0.9.2"
4
- end
5
- end