goodguide-gibbon 0.3.4 → 0.3.5
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.
@@ -1496,7 +1496,7 @@ Gibbon.TypeLookup = TypeLookup = (function(_super) {
|
|
1496
1496
|
}
|
1497
1497
|
|
1498
1498
|
TypeLookup.types({
|
1499
|
-
response: ['analysis'],
|
1499
|
+
response: ['query', 'analysis'],
|
1500
1500
|
local: ['name'],
|
1501
1501
|
error: ['error']
|
1502
1502
|
});
|
@@ -1799,7 +1799,7 @@ analyze = Gibbon.analyze = (function() {
|
|
1799
1799
|
if (err) {
|
1800
1800
|
return cb(TypeLookup.error(err));
|
1801
1801
|
} else {
|
1802
|
-
return cb(TypeLookup.response(analysis));
|
1802
|
+
return cb(TypeLookup.response(query, analysis));
|
1803
1803
|
}
|
1804
1804
|
});
|
1805
1805
|
};
|
@@ -2112,7 +2112,7 @@ analyze = Gibbon.analyze = (function() {
|
|
2112
2112
|
error: function(e) {
|
2113
2113
|
return cb(error('lookup', query, id, e));
|
2114
2114
|
},
|
2115
|
-
response: function(analysis) {
|
2115
|
+
response: function(_, analysis) {
|
2116
2116
|
semanticAccessors.set(query, Semantic.query(analysis.annotations));
|
2117
2117
|
return cb(TypeExpr.fromType(analysis.type));
|
2118
2118
|
},
|
@@ -1490,7 +1490,7 @@ Gibbon.TypeLookup = TypeLookup = (function(_super) {
|
|
1490
1490
|
}
|
1491
1491
|
|
1492
1492
|
TypeLookup.types({
|
1493
|
-
response: ['analysis'],
|
1493
|
+
response: ['query', 'analysis'],
|
1494
1494
|
local: ['name'],
|
1495
1495
|
error: ['error']
|
1496
1496
|
});
|
@@ -1793,7 +1793,7 @@ analyze = Gibbon.analyze = (function() {
|
|
1793
1793
|
if (err) {
|
1794
1794
|
return cb(TypeLookup.error(err));
|
1795
1795
|
} else {
|
1796
|
-
return cb(TypeLookup.response(analysis));
|
1796
|
+
return cb(TypeLookup.response(query, analysis));
|
1797
1797
|
}
|
1798
1798
|
});
|
1799
1799
|
};
|
@@ -2092,7 +2092,7 @@ analyze = Gibbon.analyze = (function() {
|
|
2092
2092
|
error: function(e) {
|
2093
2093
|
return cb(error('lookup', query, id, e));
|
2094
2094
|
},
|
2095
|
-
response: function(analysis) {
|
2095
|
+
response: function(_, analysis) {
|
2096
2096
|
semanticAccessors.set(query, Semantic.query(analysis.annotations));
|
2097
2097
|
return cb(TypeExpr.fromType(analysis.type));
|
2098
2098
|
},
|
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.3.
|
4
|
+
version: 0.3.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,24 +9,24 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-08-
|
12
|
+
date: 2013-08-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
|
-
type: :runtime
|
16
15
|
name: therubyracer
|
17
|
-
|
16
|
+
type: :runtime
|
18
17
|
requirement: !ruby/object:Gem::Requirement
|
18
|
+
none: false
|
19
19
|
requirements:
|
20
20
|
- - ! '>='
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: '0'
|
23
|
-
none: false
|
24
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
|
+
none: false
|
25
25
|
requirements:
|
26
26
|
- - ! '>='
|
27
27
|
- !ruby/object:Gem::Version
|
28
28
|
version: '0'
|
29
|
-
|
29
|
+
prerelease: false
|
30
30
|
description: Run and analyze gibbon code from ruby or a browser (via a ruby app).
|
31
31
|
email:
|
32
32
|
- jjmadkisson@gmail.com
|
@@ -48,17 +48,23 @@ rdoc_options: []
|
|
48
48
|
require_paths:
|
49
49
|
- lib
|
50
50
|
required_ruby_version: !ruby/object:Gem::Requirement
|
51
|
+
none: false
|
51
52
|
requirements:
|
52
53
|
- - ! '>='
|
53
54
|
- !ruby/object:Gem::Version
|
54
55
|
version: '0'
|
55
|
-
|
56
|
+
segments:
|
57
|
+
- 0
|
58
|
+
hash: 1343523825652260222
|
56
59
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
60
|
+
none: false
|
57
61
|
requirements:
|
58
62
|
- - ! '>='
|
59
63
|
- !ruby/object:Gem::Version
|
60
64
|
version: '0'
|
61
|
-
|
65
|
+
segments:
|
66
|
+
- 0
|
67
|
+
hash: 1343523825652260222
|
62
68
|
requirements: []
|
63
69
|
rubyforge_project: goodguide-gibbon
|
64
70
|
rubygems_version: 1.8.23
|
@@ -66,4 +72,3 @@ signing_key:
|
|
66
72
|
specification_version: 3
|
67
73
|
summary: Ruby bindings for the gibbon data language
|
68
74
|
test_files: []
|
69
|
-
has_rdoc:
|