neo4j 7.0.11 → 7.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 413b6617d6f5d13353a1fbe1aa57dd266e321362
4
- data.tar.gz: a4f3fee3df1801e34daedc9629e2ff51a8795434
3
+ metadata.gz: bf9c94f04964b4b719c6eecfe051067a0b957580
4
+ data.tar.gz: 743f534ad03bbb3212db754c78023e3ff5831958
5
5
  SHA512:
6
- metadata.gz: 463ddd53dd8d10787fc6c0a7f3d4e0f6098ebac40c10ead0b97e7218dfd69c7e17291775dc603724e10690c5ed40bf7bc41b81542f04d28af03e59983d5b37d2
7
- data.tar.gz: 6a63323a2db285bbbe771ea22892a5d3218e46f7c05a037677f38304329702decee563e2fb66e35ad1165bcf427acd57b53b8c41a47d018b91bd21a5d3067246
6
+ metadata.gz: 4254cc59800eb57234e1606e076060676ee13fba3bde10cf112106280d4c1519b859d924e8eab366367d6c870e96781c4221807f2098033d4bad8122a2223319
7
+ data.tar.gz: 5122828aa25d8b72092ad22648775f2361bf12c7698f912cf67ab199dc96c1a78ad07c501940699a549edef5af46d9a23ec20813d562b2eb30aa3548e94b7a7f
@@ -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
+ ## [7.0.12] - 06-27-2016
7
+
8
+ ### Fixed
9
+
10
+ - Bug where models weren't being loaded correctly by label (thanks bloomdido / see #1220)
11
+
6
12
  ## [7.0.11] - 06-09-2016
7
13
 
8
14
  ### Fixed
@@ -63,7 +63,7 @@ module Neo4j
63
63
  (model.mapped_label_names - labels).size == 0
64
64
  end
65
65
 
66
- MODELS_FOR_LABELS_CACHE[labels] = models.max do |model|
66
+ MODELS_FOR_LABELS_CACHE[labels] = models.max_by do |model|
67
67
  (model.mapped_label_names & labels).size
68
68
  end
69
69
  end
@@ -1,3 +1,3 @@
1
1
  module Neo4j
2
- VERSION = '7.0.11'
2
+ VERSION = '7.0.12'
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: 7.0.11
4
+ version: 7.0.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-06-09 00:00:00.000000000 Z
11
+ date: 2016-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: orm_adapter