neo4j 9.0.1 → 9.0.2

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 +13 -1
  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: 2c3167d8fd5041d18938f1942a92aceb44e47d78
4
- data.tar.gz: f3211fd91da72f0a41b6e3b9fecdb7d031dce49a
3
+ metadata.gz: 07c4c11bf181ac331e150a1c4bdbabddd281f54b
4
+ data.tar.gz: 1db879e0700a013eeb19346ec3f81190037e396b
5
5
  SHA512:
6
- metadata.gz: 62da265b8b5c69cef92b7c449c4c776e471f79c22a5adc2974de1fd630b7647b4f0f0df66e3ed71e1ae682ab536c9147e9139127abac6d67c3f2ad8196b9b1a6
7
- data.tar.gz: 6e982535cd4123ce04ae54d51e43c598b5af0d99846707961cfbeba402f38f523fc247663d2152b065efe6d6a979531eb8bcb1ec11757fb5b08f1b67a97a6389
6
+ metadata.gz: fd0046d1cd5c09d73559cf7d7e73f081cd29387400ac3dbacde28f9cb72ffddac6045aada3f529c78d148f896de4abe9008943435efa61631b2b625f0642458c
7
+ data.tar.gz: 92e0caa7997696c8623cb8ce719dbceeabb75f5483d08b41cd742861f9730e8a33418a9a009f1b9f8d340fd4a26818bb817aa99233335710ed58af3e45094486
@@ -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
+ ## [9.0.2] 2017-10-08
7
+
8
+ ### Fixed
9
+
10
+ - Ensure branch method propagates with_association_tree context (brought forward from 8.3.1. Thanks @klobuczek / see #1437)
11
+
6
12
  ## [9.0.1] 2017-09-26
7
13
 
8
14
  ### Fixed
@@ -13,7 +19,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
13
19
 
14
20
  ### Changed
15
21
 
16
- - `enum` values are now case-insensitive when being set by default (with a `_case_sensitive` option) (thanks @thefliik / see #1419)
22
+ - By default, `enum` values are now case-insensitive (but there are local and global `_case_sensitive` options [see the docs](http://neo4jrb.readthedocs.io/en/9.0.x/ActiveNode.html#enums)) (thanks @thefliik / see #1419)
23
+
24
+ ## [8.3.1] 2017-10-08
25
+
26
+ ## Fixes
27
+
28
+ - Ensure branch method propagates with_association_tree context (thanks @klobuczek / see #1437)
17
29
 
18
30
  ## [8.3.0] 2017-09-25
19
31
 
@@ -1,3 +1,3 @@
1
1
  module Neo4j
2
- VERSION = '9.0.1'
2
+ VERSION = '9.0.2'
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: 9.0.1
4
+ version: 9.0.2
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-27 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