neo4j 6.1.9 → 6.1.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +24 -0
- data/lib/neo4j/active_node/has_n/association.rb +1 -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: 44f009121aff36056cc7bb5b8e43289808ef4b2e
|
4
|
+
data.tar.gz: d0a949bc37dff327631d6662619f0e82e3c45a4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9317f40e2023b164a862828b26fae32c68a05b158175d3ccea8a92f8afbc11842f6ed02efca7c98a1e90074b4a32c0a799909cb0eac1f8f10bde2e1f6443f30b
|
7
|
+
data.tar.gz: b5854b8a73db74c84fb3ab3c5934fdc22bb1986887251b28f235c9dd0263d330a42911fec21c5d35a2d2d2f72ecf88da0e14586c438c8674698a353e16d13c77
|
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,18 @@ 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
|
+
## [6.1.10] - 03-14-2016
|
7
|
+
|
8
|
+
### Fixed
|
9
|
+
|
10
|
+
- Fixed issue where backticks weren't being added to where clauses for `with_associations`
|
11
|
+
|
12
|
+
## [6.1.9] - 2016-03-08
|
13
|
+
|
14
|
+
### Fixed
|
15
|
+
|
16
|
+
- Issue where creating relationships via `has_one` association created two relationships (forward ported from 6.0.7)
|
17
|
+
|
6
18
|
## [6.1.8] - 2016-03-02
|
7
19
|
|
8
20
|
### Fixed
|
@@ -70,6 +82,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
70
82
|
- `config/neo4j.yml` now renders with an ERB step (thanks to mrstif via #1060)
|
71
83
|
- `#increment`, `#increment!` and `#concurrent_increment!` methods added to instances of ActiveNode and ActiveRel (thanks to ProGM in #1074)
|
72
84
|
|
85
|
+
## [6.0.8] - 03-14-2016
|
86
|
+
|
87
|
+
### Fixed
|
88
|
+
|
89
|
+
- Fixed issue where backticks weren't being added to where clauses for `with_associations`
|
90
|
+
|
91
|
+
## [6.0.7] - 03-08-2016
|
92
|
+
|
93
|
+
### Fixed
|
94
|
+
|
95
|
+
- Issue where creating relationships via `has_one` association created two relationships
|
96
|
+
|
73
97
|
## [6.0.6] - 01-20-2016
|
74
98
|
|
75
99
|
### Fixed
|
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: 6.1.
|
4
|
+
version: 6.1.10
|
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-03-
|
11
|
+
date: 2016-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: orm_adapter
|