neo4j-core 7.0.4 → 7.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/neo4j-core/version.rb +1 -1
- data/lib/neo4j/core/cypher_session/adaptors/bolt.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc36d5c1a166ba444c7318d296af91b150e902ef
|
4
|
+
data.tar.gz: 697499a3b5db8e0336fc6584ad7e13a7e9dfba71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8bcc3ac57f442911b05c379cec1380fa31d68df243490fd2b9c9f1163ea9a713694eb8f7d54286a0bd8fee7fa835c972ca3f6a03efe768f4efacec98ba5c7edd
|
7
|
+
data.tar.gz: 4d088b42471b24d0850031f7fd48268c69d920d3f1c69884a01b38f121082d3c91c84447fa241a6947f5b92604ee9872e410f884f600a08aa4b00087de921104
|
data/lib/neo4j-core/version.rb
CHANGED
@@ -66,7 +66,7 @@ module Neo4j
|
|
66
66
|
|
67
67
|
result.map do |row|
|
68
68
|
label, property = row.description.match(/INDEX ON :([^\(]+)\(([^\)]+)\)/)[1, 2]
|
69
|
-
{type: row.type.to_sym, label: label.to_sym, properties: [property.to_sym]}
|
69
|
+
{type: row.type.to_sym, label: label.to_sym, properties: [property.to_sym], state: row.state.to_sym}
|
70
70
|
end
|
71
71
|
end
|
72
72
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neo4j-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.0.
|
4
|
+
version: 7.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andreas Ronge, Chris Grigg, Brian Underwood
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-02-
|
11
|
+
date: 2017-02-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|