neo4j 5.2.14 → 5.2.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/neo4j/active_node/query/query_proxy_eager_loading.rb +1 -0
- data/lib/neo4j/version.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: 38cd85964af293a07fd75a42606a47264cd51690
|
4
|
+
data.tar.gz: a27b352ae9e88488999eb092b3770c2178128e5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e473d4a8e2073ea4ff6431367ae091b2edfe1efdd0ce10732fefc81d89fb8dbb214b4e90595acc5e76cb347a61f61a329db039e17e7cb8913ed7af30c36be57
|
7
|
+
data.tar.gz: 16b1783907ac3e73ef5fd9f0dadae744c38da72906e6c49d15d5cc3e6439633298e0ff33e0b5e9a7d0b237e0e5e9e31a0d0715c30ad39c52e62ddb4f66093191
|
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
|
|
3
3
|
This file should follow the standards specified on [http://keepachangelog.com/]
|
4
4
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
5
5
|
|
6
|
+
## [5.2.15] - 10-27-2015
|
7
|
+
|
8
|
+
### Fixed
|
9
|
+
|
10
|
+
- `#with_associations` should use multiple `OPTIONAL MATCH` clauses instead of one so that matches are independent (behavior changed in Neo4j 2.3.0)
|
11
|
+
|
6
12
|
## [5.2.13] - 10-26-2015
|
7
13
|
|
8
14
|
### Fixed
|
data/lib/neo4j/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neo4j
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.2.
|
4
|
+
version: 5.2.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andreas Ronge, Brian Underwood, Chris Grigg
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-11-
|
11
|
+
date: 2015-11-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: orm_adapter
|