liquidscript 0.5.0 → 0.5.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7b27422d639d89c8df52c7e75eee1babea5f56a
|
4
|
+
data.tar.gz: 340a10447020593a0f17c688f09a5dde271b1a97
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c735ed037f3a6e5166252b2aee8c0a9be0ba275d7906601e2ae1b3553fbd293f1f227d90ce80cea5d7ba6135cc9ab07c8cb831558e796330ad6c85cffec7e3fc
|
7
|
+
data.tar.gz: 2b3d9a03a02404890c5740845f85e407a2671a717a456bebfc4c0d816c0309f4d0fa45705a53225216ba6a90cc078b174116e4c06480b1191260372c5a16d3f4
|
data/lib/liquidscript/version.rb
CHANGED
data/spec/fixtures/underscore.js
CHANGED
@@ -11,11 +11,12 @@
|
|
11
11
|
concat = ArrayProto.concat;
|
12
12
|
toString = ObjProto.toString;
|
13
13
|
hasOwnProperty = ObjProto.hasOwnProperty;
|
14
|
-
|
14
|
+
_ = _ || function _() {
|
15
15
|
if(this.initialize) {
|
16
16
|
this.initialize.apply(this, arguments);
|
17
17
|
}
|
18
|
-
}
|
18
|
+
}
|
19
|
+
;
|
19
20
|
if( typeof exports !== 'undefined') {
|
20
21
|
if( typeof root.module !== 'undefined' && root.module.exports) {
|
21
22
|
exports = root.module.exports = _;
|