goodguide-gibbon 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module GoodGuide
2
2
  module Gibbon
3
3
  def self.version
4
- '0.6.2'
4
+ '0.6.3'
5
5
  end
6
6
  end
7
7
  end
@@ -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
  },
@@ -16,7 +16,7 @@
16
16
  "node-inspector": "0.2.x"
17
17
  },
18
18
  "dependencies": {
19
- "parsimmon": "0.0.6",
19
+ "parsimmon": "0.2.0",
20
20
  "falafel": "0.2.x"
21
21
  },
22
22
  "scripts": {
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.2
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-01-29 00:00:00.000000000 Z
12
+ date: 2014-02-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: therubyracer