html5shiv-js-rails 3.7.2.1 → 3.7.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bfdc8824749b9478650a1b2706589988b5822bdd
4
- data.tar.gz: 6c3101cd5ee9f02fd13ee8f23e7150915e887f2a
3
+ metadata.gz: cb27f72fbf0dadeee1343e561fadc78e0cddac5f
4
+ data.tar.gz: 60933fd40be74d237fe7bbf810a76e03f59d0b33
5
5
  SHA512:
6
- metadata.gz: 694d534e45a1208db4a80654700e8750cc0c6995e5363cce7150676a593f7ebec2a068cb7f2b56ca9f965e356525de1888dd2c78a11c6ecf7bcdd9683f8e3536
7
- data.tar.gz: 93c2f9055699142537bbf0252672086b6feed6e7dd3a5bc10ec23a0524df8789dd3fbe419829b371457fe0749ed0322bef08465d165e4e413a2f00f134e831eb
6
+ metadata.gz: f91855ad85937501406fe974af88354e2470aeb9c89428bc0d80cfc372666f9d73e9ba6e88de6de0ff77681ff9ee952936c08dee8332ac6901cf32c3053ae1fc
7
+ data.tar.gz: 5a3449a422642bce12c7a9e129ffe3e0ff545711b8f64251206886555a10256c2d5e7fef398668698e90213a9cb4e20895ea1bf64abd30a13d2850058acccf0a
@@ -1,3 +1,3 @@
1
1
  module Html5shivJsRails
2
- VERSION = "3.7.2.1"
2
+ VERSION = "3.7.3"
3
3
  end
@@ -1,10 +1,10 @@
1
1
  /**
2
- * @preserve HTML5 Shiv 3.7.2 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
2
+ * @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
3
3
  */
4
4
  ;(function(window, document) {
5
5
  /*jshint evil:true */
6
6
  /** version */
7
- var version = '3.7.2';
7
+ var version = '3.7.3';
8
8
 
9
9
  /** Preset options */
10
10
  var options = window.html5 || {};
@@ -517,4 +517,8 @@
517
517
  // shiv for print
518
518
  shivPrint(document);
519
519
 
520
- }(this, document));
520
+ if(typeof module == 'object' && module.exports){
521
+ module.exports = html5;
522
+ }
523
+
524
+ }(typeof window !== "undefined" ? window : this, document));
@@ -1,10 +1,10 @@
1
1
  /**
2
- * @preserve HTML5 Shiv 3.7.2 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
2
+ * @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
3
3
  */
4
4
  ;(function(window, document) {
5
5
  /*jshint evil:true */
6
6
  /** version */
7
- var version = '3.7.2';
7
+ var version = '3.7.3';
8
8
 
9
9
  /** Preset options */
10
10
  var options = window.html5 || {};
@@ -121,7 +121,7 @@
121
121
  * returns a shived element for the given nodeName and document
122
122
  * @memberOf html5
123
123
  * @param {String} nodeName name of the element
124
- * @param {Document} ownerDocument The context document.
124
+ * @param {Document|DocumentFragment} ownerDocument The context document.
125
125
  * @returns {Object} The shived element.
126
126
  */
127
127
  function createElement(nodeName, ownerDocument, data){
@@ -319,4 +319,8 @@
319
319
  // shiv the document
320
320
  shivDocument(document);
321
321
 
322
- }(this, document));
322
+ if(typeof module == 'object' && module.exports){
323
+ module.exports = html5;
324
+ }
325
+
326
+ }(typeof window !== "undefined" ? window : this, document));
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html5shiv-js-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.7.2.1
4
+ version: 3.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Markus Zhang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-05 00:00:00.000000000 Z
11
+ date: 2015-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  version: '0'
94
94
  requirements: []
95
95
  rubyforge_project:
96
- rubygems_version: 2.2.2
96
+ rubygems_version: 2.4.5.1
97
97
  signing_key:
98
98
  specification_version: 4
99
99
  summary: Bundles the 'html5shiv' asset for rails