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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 88b3b5f8f836913f3bca1fd1a3792b33334a130a
4
+ data.tar.gz: df5ce6bd13f124ce76d2e98fb3e48f533f5d473c
5
+ SHA512:
6
+ metadata.gz: 69121b10577b3d4cfb4a434e405c462e11f626c181d08fbd4cd2e319ae0ed2c06c90dad5159e1e065c1cce8bb4ec6bca541f2411d2e297cdd0af1c7d57239c74
7
+ data.tar.gz: caeae342a3c6951c051797a47ea19c6e28c743720ff3c10116626fcf5197d169ba05de344c1da78ac0aa0b19f41e3e408fa39cadd5c5086fd061dbe4382e543a
@@ -1,3 +1,3 @@
1
1
  module VideojsRails
2
- VERSION = "4.1.0"
2
+ VERSION = "4.2.0"
3
3
  end
data/readme.md CHANGED
@@ -26,7 +26,7 @@ And that resource to application.css file
26
26
  ```sass
27
27
  /*
28
28
  *= require_self
29
- *= require videojs
29
+ *= require video-js
30
30
  */
31
31
  ```
32
32
 
Binary file