neo4j-core 7.1.1 → 7.1.2
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.
- checksums.yaml +4 -4
- data/lib/neo4j-core/version.rb +1 -1
- data/lib/neo4j-server/cypher_response.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: 83b5add6c72001413e08b822272caf74810cb12a
|
|
4
|
+
data.tar.gz: fd65a1c54329a3a032ed944d8b63c34489eab243
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbd5749ef7c577360fb585e85065d5e075b7e016325f16e19e8e93ec44b01edbebfa950139477016564ff45df6eb7382a045e36be5b53dfa1d3efc38158104b6
|
|
7
|
+
data.tar.gz: d99510d9b64a5c987e09241713b48e1eec3b0c8096fd6ee4c8e997f6b25cf0ac1b55214e1dc41b4906a9781e3db48b82d168b06a1830fd4c322b8ec786293517
|
data/lib/neo4j-core/version.rb
CHANGED
|
@@ -211,7 +211,7 @@ module Neo4j
|
|
|
211
211
|
end
|
|
212
212
|
|
|
213
213
|
def constraint_error?
|
|
214
|
-
@error_code == CONSTRAINT_ERROR || @error_msg.include?('already exists with')
|
|
214
|
+
@error_code == CONSTRAINT_ERROR || (@error_msg || '').include?('already exists with')
|
|
215
215
|
end
|
|
216
216
|
|
|
217
217
|
def raise_cypher_error
|
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.1.
|
|
4
|
+
version: 7.1.2
|
|
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-05-
|
|
11
|
+
date: 2017-05-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|