neo4j-core 7.2.2 → 7.2.3
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 +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 613c0c5ea558e149bea6ed9adfa09c8ed7550b71
|
4
|
+
data.tar.gz: 1b2d9ca0a7225dc27b8e2d3b078bf0c56812bc89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37a99b591cff8dbd264136177d0d7d067a81254b9bcf2804790d898d28f5e2cc089cf1a9490974836a3810b90e8fc3566e01965274ccad627b3639abdd987aa6
|
7
|
+
data.tar.gz: 45966d65a821151c7c1cab68be9ad039087be141a0609bb2e293c394223e26fbd84db11c7ce5b997f622db9d5422408da12b26e8b25b0159c701873b89e534d7
|
data/lib/neo4j-core/version.rb
CHANGED
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.2.
|
4
|
+
version: 7.2.3
|
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-
|
11
|
+
date: 2017-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -325,7 +325,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
325
325
|
version: '0'
|
326
326
|
requirements: []
|
327
327
|
rubyforge_project:
|
328
|
-
rubygems_version: 2.6.
|
328
|
+
rubygems_version: 2.6.12
|
329
329
|
signing_key:
|
330
330
|
specification_version: 4
|
331
331
|
summary: A basic library to work with the graph database Neo4j.
|