neo4j-core 8.1.0 → 8.1.1
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 -0
- 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: 635ba57ef0710d200769c34cf8c3187c9af31673
|
4
|
+
data.tar.gz: bf1433e4cff218492d096cc52c75f78cdbe2f3fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a10abcb59fe3c0d02f5a65a278f191849432ec1565c3403f0f11e2ecfb9b27d277ed6e94d313c74bd4f2dfc05e90009cb008154366870ec121cc4a0921328572
|
7
|
+
data.tar.gz: 75b0c6cec40e4a0fc492fba03bd49a14438f94c3b00a256cef89edef1e84f1b538ae64f1f42dc86c06a35cb2157577090a5a0d7ebf202b012914927ee8edcee9
|
data/lib/neo4j-core/version.rb
CHANGED
@@ -4,6 +4,7 @@ require 'neo4j/core/cypher_session/adaptors/bolt/pack_stream'
|
|
4
4
|
require 'neo4j/core/cypher_session/adaptors/bolt/chunk_writer_io'
|
5
5
|
require 'neo4j/core/cypher_session/responses/bolt'
|
6
6
|
require 'io/wait'
|
7
|
+
require 'socket'
|
7
8
|
|
8
9
|
# TODO: Work with `Query` objects
|
9
10
|
module Neo4j
|
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: 8.1.
|
4
|
+
version: 8.1.1
|
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: 2018-01
|
11
|
+
date: 2018-03-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|