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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 5ccc0365414111846000de82681e95729588db5e32446fea0489976e3a5032c8
4
- data.tar.gz: c51126aa8984c5f537d347b0577d30200f4bb15ac1acae0e3e4a8c085aeb59c1
2
+ SHA1:
3
+ metadata.gz: bad07009eb162540cc513015fd204759147c4dbc
4
+ data.tar.gz: e4922271304dbd7a9b03a1fe5afed9b252056e4d
5
5
  SHA512:
6
- metadata.gz: 2c49c1a3b0a60606cb524e410309c036cb31e4f1e7fd4e8815fe5191fa66f8eecf550a16ebfc2b45fb7a3b14c3836defcaf81d54fc3fbb619c55beebc37c9aa4
7
- data.tar.gz: edb708f9c7871143049866706743035cbcf85d2b93905ca76d448b685e4cdbbafdf30edfaf5113f0f98f53307ab259879c3c6ab442936dfe6d680893b68c7195
6
+ metadata.gz: cbfe650533ccccf0d12d5afc37b6762f860ba90b64ec3d552867df198db6dc31524ce987bc40e7869e4bf333aa90ec3b674322cf03bc54676594708901160da2
7
+ data.tar.gz: 78b8a4a89affb828af5f27c46826710d51d43dc6789778eb793dd4cfe80b4b10beff46d7b89eb03337bf2b6811f6dd551027f4927ba25406796a99bd4b35b057
@@ -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
@@ -45,6 +45,10 @@ module Neo4j::ActiveNode
45
45
  _call_scope_context(eval_context, query_params, proc)
46
46
  end
47
47
  end
48
+
49
+ define_method(name) do |*query_params|
50
+ as(:n).public_send(name, *query_params)
51
+ end
48
52
  end
49
53
 
50
54
  # rubocop:disable Style/PredicateName
@@ -1,3 +1,3 @@
1
1
  module Neo4j
2
- VERSION = '9.2.4'
2
+ VERSION = '9.3.0'
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: 9.2.4
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-05-22 00:00:00.000000000 Z
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.7.6
376
+ rubygems_version: 2.6.14
377
377
  signing_key:
378
378
  specification_version: 4
379
379
  summary: A graph database for Ruby