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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f213593268bdbcf3ca457f605bf2df1f86b7dc01
4
- data.tar.gz: 3daa420d673284f5ceba6b259725713271925783
3
+ metadata.gz: 38cd85964af293a07fd75a42606a47264cd51690
4
+ data.tar.gz: a27b352ae9e88488999eb092b3770c2178128e5f
5
5
  SHA512:
6
- metadata.gz: 5206d87f81b88acde44706e8e292cc0c80fdfba49f3cc1b2ebe1d2041f1a57f8b7e96b3125dcbbbe8acdf81a855c055d4b4a8545c372e7266050022b80ad81df
7
- data.tar.gz: 30555f314d1f1aaabd691dc841853ffa04e9d65e337dc7930e1b20ff00aaa37afa7431a3a4c1e07e3a488c13c57db3bd986899a4096e21a475e8e5306fc26f6a
6
+ metadata.gz: 7e473d4a8e2073ea4ff6431367ae091b2edfe1efdd0ce10732fefc81d89fb8dbb214b4e90595acc5e76cb347a61f61a329db039e17e7cb8913ed7af30c36be57
7
+ data.tar.gz: 16b1783907ac3e73ef5fd9f0dadae744c38da72906e6c49d15d5cc3e6439633298e0ff33e0b5e9a7d0b237e0e5e9e31a0d0715c30ad39c52e62ddb4f66093191
@@ -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
@@ -45,6 +45,7 @@ module Neo4j
45
45
 
46
46
  query.optional_match("#{identity}#{association.arrow_cypher}#{association_name}")
47
47
  .where(association.target_where_clause)
48
+ .break
48
49
  end
49
50
  end
50
51
  end
@@ -1,3 +1,3 @@
1
1
  module Neo4j
2
- VERSION = '5.2.14'
2
+ VERSION = '5.2.15'
3
3
  end
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.14
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-04 00:00:00.000000000 Z
11
+ date: 2015-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: orm_adapter