html5shiv-js-rails 3.7.2.1 → 3.7.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb27f72fbf0dadeee1343e561fadc78e0cddac5f
|
|
4
|
+
data.tar.gz: 60933fd40be74d237fe7bbf810a76e03f59d0b33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f91855ad85937501406fe974af88354e2470aeb9c89428bc0d80cfc372666f9d73e9ba6e88de6de0ff77681ff9ee952936c08dee8332ac6901cf32c3053ae1fc
|
|
7
|
+
data.tar.gz: 5a3449a422642bce12c7a9e129ffe3e0ff545711b8f64251206886555a10256c2d5e7fef398668698e90213a9cb4e20895ea1bf64abd30a13d2850058acccf0a
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @preserve HTML5 Shiv 3.7.
|
|
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.
|
|
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
|
-
|
|
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
|
+
* @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.
|
|
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
|
-
|
|
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.
|
|
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:
|
|
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.
|
|
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
|