popcornjs-rails 1.1.2 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/README.md CHANGED
@@ -9,17 +9,23 @@ Rails 3.1 asset-pipeline gem to provide popcorn.js support
9
9
 
10
10
  In your application.js manifest:
11
11
 
12
- ## For full version:
12
+ ## Core version:
13
13
  //= popcorn
14
14
 
15
- ## Minified
15
+ ## Core version (minified)
16
16
  //= popcorn.min
17
17
 
18
- ## Full with all plugins
18
+ ## Full version with all plugins
19
19
  //= popcorn-complete
20
20
 
21
- ## Full with all plugins and minified
21
+ ## Full version with all plugins (minified)
22
22
  //= popcorn-complete.min
23
23
 
24
+ ## Beta: The Popcorn.js core library, plus IE8 shim, flash player support, and the YouTube player
25
+ //= popcorn-ie8
26
+
27
+ ## Beta: The Popcorn.js core library, plus IE8 shim, flash player support, and the YouTube player (minified)
28
+ //= popcorn-ie8.min
29
+
24
30
  or directly available under `/assets/popcorn.js`
25
31
 
data/Rakefile CHANGED
File without changes
@@ -1,5 +1,5 @@
1
1
  module Popcornjs
2
2
  module Rails
3
- VERSION = "1.1.2"
3
+ VERSION = "1.2.0"
4
4
  end
5
5
  end
File without changes
File without changes