videojs_rails 4.4.1 → 4.4.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07b0ef0ae8fcae71e53d55d031a1a3f0c9744b5d
4
- data.tar.gz: e8e0d629f028bf1b3dbc126873af34f64d18e58f
3
+ metadata.gz: 96b164611bd2fe6378ff8a78a32999efa490459a
4
+ data.tar.gz: 123e1f8e5c54115e44e865cd336c9a46cca6ce16
5
5
  SHA512:
6
- metadata.gz: 320d0833808d7b3d13b5925dd5f532619ace1d40700acfc7ac4d03d5fc72d5e5616437edc28a6e9534aa3c7e58f863e9d7aa1ca2b3d2786773ef91195fdd6e7d
7
- data.tar.gz: a8ac9d1c4d0299e92c194d6b39e6642187cf3d93e8bd068e6daaa750512c986f3acdf045183261d4446a48f1f03b8bd50e6168e0bb1d946ca3e6b191481f54f7
6
+ metadata.gz: a72f6f9b2d911a41dc0599d983a3cf0a0f003b230139825b8e20a468bec10ea6e1a53fb1b848109df34fecfc51e13cd8a47bb1596da3aa702d7004f44ef8e05a
7
+ data.tar.gz: a3f5b8f1c6e30167da95219ea9e23932263c05e98df7fe325e0f1fa581e8d36aae79e7a29ab09af1c439c3acb57085f5855a043f4c19f245c35747c5b7b23488
@@ -1,3 +1,3 @@
1
1
  module VideojsRails
2
- VERSION = "4.4.1"
2
+ VERSION = "4.4.2"
3
3
  end
@@ -129,7 +129,7 @@ if (typeof define === 'function' && define['amd']) {
129
129
 
130
130
  // checking that module is an object too because of umdjs/umd#35
131
131
  } else if (typeof exports === 'object' && typeof module === 'object') {
132
- module.exports = videojs;
132
+ module['exports'] = videojs;
133
133
  }
134
134
  /**
135
135
  * Core Object/Class for objects that use inheritance + contstructors
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  Video.js Default Styles (http://videojs.com)
3
- Version 4.4.1
3
+ Version 4.4.2
4
4
  Create your own skin at http://designer.videojs.com
5
5
  */
6
6
  /* SKIN
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: videojs_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.4.1
4
+ version: 4.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Behan