neo4j 7.0.11 → 7.0.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/neo4j/active_node/labels.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: bf9c94f04964b4b719c6eecfe051067a0b957580
|
4
|
+
data.tar.gz: 743f534ad03bbb3212db754c78023e3ff5831958
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4254cc59800eb57234e1606e076060676ee13fba3bde10cf112106280d4c1519b859d924e8eab366367d6c870e96781c4221807f2098033d4bad8122a2223319
|
7
|
+
data.tar.gz: 5122828aa25d8b72092ad22648775f2361bf12c7698f912cf67ab199dc96c1a78ad07c501940699a549edef5af46d9a23ec20813d562b2eb30aa3548e94b7a7f
|
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
|
+
## [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
|
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: 7.0.
|
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-
|
11
|
+
date: 2016-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: orm_adapter
|