neo4j 6.1.11 → 6.1.12
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/neo4j/active_node/query/query_proxy_find_in_batches.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: 7cdaac2ed51c1376e2fd9cfba0e3dd46065ce1ab
|
4
|
+
data.tar.gz: 4ae2e390db76490a98c42e2719d8416c7da0194c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae1bded3ab39626e16264cefa89bd00f9ceafc64d9284a98b6a09403341abde2f09f3a5ef9105589199a1c36976d4994278a4ca3c01816c514e936d9f0df39d3
|
7
|
+
data.tar.gz: 9e2c5859d7e47eefc8135ca5bc54ae08047f07fca167da657631bbe05ad592e6b946f1d548f66ae79c88694ec9fd37a50ffde3857617842d488a7d6d69c64e3c
|
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
|
+
## [6.1.12] - 05-27-2016
|
7
|
+
|
8
|
+
### Fixed
|
9
|
+
|
10
|
+
- Fix to `find_in_batches` (thanks to ProGM / see #1208)
|
11
|
+
|
6
12
|
## [6.1.11] - 05-25-2016
|
7
13
|
|
8
14
|
### Fixed
|
@@ -88,6 +94,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
88
94
|
- `config/neo4j.yml` now renders with an ERB step (thanks to mrstif via #1060)
|
89
95
|
- `#increment`, `#increment!` and `#concurrent_increment!` methods added to instances of ActiveNode and ActiveRel (thanks to ProGM in #1074)
|
90
96
|
|
97
|
+
## [6.0.9] - 05-27-2016
|
98
|
+
|
99
|
+
### Fixed
|
100
|
+
|
101
|
+
- Fix to `find_in_batches` (thanks to ProGM / see #1208)
|
102
|
+
|
91
103
|
## [6.0.8] - 03-14-2016
|
92
104
|
|
93
105
|
### 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.12
|
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-
|
11
|
+
date: 2016-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: orm_adapter
|