goodguide-gibbon 0.12.0 → 0.12.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: dd0051c5ce366bc971e7da78cbbabbf1cd910ca0
4
- data.tar.gz: 1d7e31d0f072cebd2c9fcfd0b1be31208a528d93
3
+ metadata.gz: 7c15ff832fc92867cbf311ced57ab675ef4fec9c
4
+ data.tar.gz: 7ecf6f52bcd89fcb0ce6915541ee3666d22643dd
5
5
  SHA512:
6
- metadata.gz: 7d04d1bb9f9d3d442da46da10f250c323c69547e2d42f2809293c2b0a9242b302979810ac6f4084d06f60742f77e7f07cb66b6b70977fb9ccb7e6372b685d5b8
7
- data.tar.gz: 13d9885e4c1bd39a1a334a1858cdf487b04622d09809121cfaccbe26d5575683d0f882690abe1acd74465a5dbe3ddeb4e46646f48191b62957621c6935049261
6
+ metadata.gz: 213d5d897f2e60706ae48b14795cee912f544c1760e1bd7e509fafa425db1d25e9896b2f497052bd7313f9e93c25c9cb6a1314126cf7b860c8792478ab48dbf8
7
+ data.tar.gz: 188a54a58e9b389f6a5ba9e4310f982501b7ae1384297b843cc16a142c38af626cc3abca2501bbc48ae196d1d81b13c1ac6e315eb7cc9c5eef7ed56845708808
@@ -6225,8 +6225,8 @@ Gibbon.Dependency = Dependency = (function(_super) {
6225
6225
  lexical: function(key) {
6226
6226
  return key === other.key;
6227
6227
  },
6228
- failure: function(failure) {
6229
- return failure.equals(other.failure);
6228
+ failure: function(entity, query) {
6229
+ return entity === other.entity && JSON.stringify(query) === JSON.stringify(other.query);
6230
6230
  }
6231
6231
  });
6232
6232
  };
@@ -6259,7 +6259,6 @@ Gibbon.Failure = Failure = (function(_super) {
6259
6259
 
6260
6260
  Failure.variants({
6261
6261
  query: ['id', 'annotations'],
6262
- composite: ['failures'],
6263
6262
  message: ['message']
6264
6263
  });
6265
6264
 
@@ -6162,8 +6162,8 @@ Gibbon.Dependency = Dependency = (function(_super) {
6162
6162
  lexical: function(key) {
6163
6163
  return key === other.key;
6164
6164
  },
6165
- failure: function(failure) {
6166
- return failure.equals(other.failure);
6165
+ failure: function(entity, query) {
6166
+ return entity === other.entity && JSON.stringify(query) === JSON.stringify(other.query);
6167
6167
  }
6168
6168
  });
6169
6169
  };
@@ -6196,7 +6196,6 @@ Gibbon.Failure = Failure = (function(_super) {
6196
6196
 
6197
6197
  Failure.variants({
6198
6198
  query: ['id', 'annotations'],
6199
- composite: ['failures'],
6200
6199
  message: ['message']
6201
6200
  });
6202
6201
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gibbon",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "A data language",
5
5
  "keywords": ["language"],
6
6
  "author": "Jeanine Adkisson <jjmadkisson at gmail dot com>",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: goodguide-gibbon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jay Adkisson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-09 00:00:00.000000000 Z
11
+ date: 2014-10-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Run and analyze gibbon code from ruby or a browser (via a ruby app).
14
14
  email: