neo4j 7.0.8 → 7.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/lib/neo4j/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb334c3e772bfb0c0bca091009fe778786ef0668
4
- data.tar.gz: 127831e77020be6f3fce11c1befddc2f8152c2e9
3
+ metadata.gz: 532f0d8e1f5a6d684b45075eab7d476d25880151
4
+ data.tar.gz: 40946691bba97d4363c71d621d3035248637fcb0
5
5
  SHA512:
6
- metadata.gz: 6004a2946bb8183b14c3c790dfe51fa53c3727d0734243d6553e3c713432e7dbbe152d0e68b2e005cebac0d4b69d33576e259cefe850058cca51c0b4e9928d3a
7
- data.tar.gz: 96ee5176b8e70b46805ee0f55009138ffc534ed61dd36842b2a60d02b3bad218e328ebec48957b6af9c168bd962e1217240ffce9ef9e090dc7f354f1d3604747
6
+ metadata.gz: 701f7337c59bbaf7f37b49cff159b9ccaaeeaca50cb26fba3924ad66978f89f57cad8c169bcf5f87575a177244063e3d411dd088a26f2569a6f313608dd91287
7
+ data.tar.gz: 4b26c825000b47ce613c8eb1619f57117d38b1c032cf1cbb030d93bd0f411966bdb5497eb908a64bed76bb167d40e9cbcc9a7828ba1641b6a2b2f3232fb7f16c
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
+ ## [7.0.9] - 05-30-2016
7
+
8
+ ### Fixed
9
+
10
+ - Fix to parens in Cypher query for `with_associations` for Neo4j 3.0 (thanks ProGM / see #1211)
11
+
6
12
  ## [7.0.8] - 05-27-2016
7
13
 
8
14
  ### Fixed
data/lib/neo4j/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Neo4j
2
- VERSION = '7.0.8'
2
+ VERSION = '7.0.9'
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: 7.0.8
4
+ version: 7.0.9
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: 2016-05-27 00:00:00.000000000 Z
11
+ date: 2016-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: orm_adapter