neo4j 9.2.4 → 9.3.0
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 +5 -5
- data/CHANGELOG.md +6 -0
- data/lib/neo4j/active_node/scope.rb +4 -0
- data/lib/neo4j/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: bad07009eb162540cc513015fd204759147c4dbc
|
|
4
|
+
data.tar.gz: e4922271304dbd7a9b03a1fe5afed9b252056e4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbfe650533ccccf0d12d5afc37b6762f860ba90b64ec3d552867df198db6dc31524ce987bc40e7869e4bf333aa90ec3b674322cf03bc54676594708901160da2
|
|
7
|
+
data.tar.gz: 78b8a4a89affb828af5f27c46826710d51d43dc6789778eb793dd4cfe80b4b10beff46d7b89eb03337bf2b6811f6dd551027f4927ba25406796a99bd4b35b057
|
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
|
+
## [9.3.0] 2018-07-12
|
|
7
|
+
|
|
8
|
+
## Added
|
|
9
|
+
|
|
10
|
+
- Scopes will now automatically show up on instances as well as classes / proxies
|
|
11
|
+
|
|
6
12
|
## [9.2.4] 2018-05-20
|
|
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: 9.
|
|
4
|
+
version: 9.3.0
|
|
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: 2018-
|
|
11
|
+
date: 2018-07-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|
|
@@ -373,7 +373,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
373
373
|
version: '0'
|
|
374
374
|
requirements: []
|
|
375
375
|
rubyforge_project: neo4j
|
|
376
|
-
rubygems_version: 2.
|
|
376
|
+
rubygems_version: 2.6.14
|
|
377
377
|
signing_key:
|
|
378
378
|
specification_version: 4
|
|
379
379
|
summary: A graph database for Ruby
|