neo4j 6.0.8 → 6.0.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c61af05dedcfceda093d3d78c0705043fe5cd4a2
4
- data.tar.gz: bdbb9d36de5c28cbab9eb1c562c9e0b0ed74f7a5
3
+ metadata.gz: 268f0f4433b4ea5007d954b93734f163fd213fb3
4
+ data.tar.gz: 292e0d52e9fba8ce3ff115051706ae7d8a26bca7
5
5
  SHA512:
6
- metadata.gz: f432dba53dfe89e7ac752c3b1fda1883e6322b3bc6cae6420dd3f55a3fab28b2a5fbb775041cae4f077612644bd8a61a587174248a321ce1c7404494699011d5
7
- data.tar.gz: e7f7f1e6713bc4f0ac99782cd6fdf681ea0d780dc22a173ab2c928cf5391a124d2bbd8873e7db97937cd12ce3d3c755104f17a6ef0ffe39ee215ce08b3e80fe7
6
+ metadata.gz: 83717444682a0591f81d368275069561fe9818b2551841dc9431aa6d521bca6abb132cbe96941f63657e1ce1bfb6717827d17c043e4a06792f80385a9779bbec
7
+ data.tar.gz: cd5775b891a085b4342cce67f7b9ee5e9f8376e79992a72d676b52636a42fa1c3307e6fdd27de6b6abf2049e1fd66b04fb69ab2598a602be01f00722bbfd0de0
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.0.9] - 05-27-2016
7
+
8
+ ### Fixed
9
+
10
+ - Fix to `find_in_batches` (thanks to ProGM / see #1208)
11
+
6
12
  ## [6.0.8] - 03-14-2016
7
13
 
8
14
  ### Fixed
@@ -4,7 +4,7 @@ module Neo4j
4
4
  module QueryProxyFindInBatches
5
5
  def find_in_batches(options = {})
6
6
  query.return(identity).find_in_batches(identity, @model.primary_key, options) do |batch|
7
- yield batch.map(&:identity)
7
+ yield batch.map(&identity)
8
8
  end
9
9
  end
10
10
 
data/lib/neo4j/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Neo4j
2
- VERSION = '6.0.8'
2
+ VERSION = '6.0.9'
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: 6.0.8
4
+ version: 6.0.9
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-14 00:00:00.000000000 Z
11
+ date: 2016-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: orm_adapter