goodguide-gibbon 0.6.2 → 0.6.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.
|
@@ -4354,7 +4354,7 @@ Gibbon.optimize = (function() {
|
|
|
4354
4354
|
return Core.mapList(innerList, innerArg, innerIdxArg, newBody);
|
|
4355
4355
|
},
|
|
4356
4356
|
other: function() {
|
|
4357
|
-
return Core.mapList(this, arg, ixName, partialEval(body));
|
|
4357
|
+
return Core.mapList(partialEval(this), arg, ixName, partialEval(body));
|
|
4358
4358
|
}
|
|
4359
4359
|
});
|
|
4360
4360
|
},
|
|
@@ -4326,7 +4326,7 @@ Gibbon.optimize = (function() {
|
|
|
4326
4326
|
return Core.mapList(innerList, innerArg, innerIdxArg, newBody);
|
|
4327
4327
|
},
|
|
4328
4328
|
other: function() {
|
|
4329
|
-
return Core.mapList(this, arg, ixName, partialEval(body));
|
|
4329
|
+
return Core.mapList(partialEval(this), arg, ixName, partialEval(body));
|
|
4330
4330
|
}
|
|
4331
4331
|
});
|
|
4332
4332
|
},
|
data/vendor/gibbon/package.json
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: goodguide-gibbon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
12
|
+
date: 2014-02-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: therubyracer
|