neo4j 8.3.0 → 8.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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: 84072216e4bf8dd272816e63606f35233bf82296
4
- data.tar.gz: 86ed0ab6230811459a469ce0491d77be12b5b447
3
+ metadata.gz: d863bb65f442736100364ec38856007d2287c571
4
+ data.tar.gz: 737d25b2e3ad940eae0a0f4cbf7537ee9b648c79
5
5
  SHA512:
6
- metadata.gz: 08849cc3ab7fe6d7e93e9b447c57afd2232c1c04bac1df4e4b2fd596db375baa5979ecf567c1473cc43eeb3953433650d0913f2705fb99a71f498ab846483873
7
- data.tar.gz: f948472cebd5e1208c52f09ce43b852c2c6bc8f3f8254fb4ce412bd5de5cb91b4541a1b43ad0bfe0816d58713572b8002b38c4d521277141ff6ba67aa050fe9b
6
+ metadata.gz: 8be51d37661e8697388b12206ea410a35fc76ee5d1cb177a8909ef903db45413558ff7aea1290ce60e82b6a6cceabb4a6180be1e64dbb03d8f583af6a5a8a16c
7
+ data.tar.gz: edb7a78b68c078159e663cb793ffa0a96c5a9b36102b0996cc7a6931c47f993360d95ff5346ba8b4d05bf1af68ba7dd6d9cac23d19c79eaa70ba867ee56e3385
@@ -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
+ ## [8.3.1] 2017-10-08
7
+
8
+ ## Fixes
9
+
10
+ - Ensure branch method propagates with_association_tree context (thanks @klobuczek / see #1437)
11
+
6
12
  ## [8.3.0] 2017-09-25
7
13
 
8
14
  ### Changed
@@ -1,3 +1,3 @@
1
1
  module Neo4j
2
- VERSION = '8.3.0'
2
+ VERSION = '8.3.1'
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: 8.3.0
4
+ version: 8.3.1
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: 2017-09-25 00:00:00.000000000 Z
11
+ date: 2017-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: orm_adapter