neo4j 9.0.1 → 9.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -1
- 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: 07c4c11bf181ac331e150a1c4bdbabddd281f54b
|
4
|
+
data.tar.gz: 1db879e0700a013eeb19346ec3f81190037e396b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd0046d1cd5c09d73559cf7d7e73f081cd29387400ac3dbacde28f9cb72ffddac6045aada3f529c78d148f896de4abe9008943435efa61631b2b625f0642458c
|
7
|
+
data.tar.gz: 92e0caa7997696c8623cb8ce719dbceeabb75f5483d08b41cd742861f9730e8a33418a9a009f1b9f8d340fd4a26818bb817aa99233335710ed58af3e45094486
|
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
|
+
## [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
|
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
|
|
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: 9.0.
|
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-
|
11
|
+
date: 2017-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: orm_adapter
|