neo4j 8.0.8 → 8.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 +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/neo4j/active_node/has_n.rb +2 -0
- data/lib/neo4j/version.rb +1 -1
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc09e0db3b07a0f05f219a74459e92f2fd8d5608
|
|
4
|
+
data.tar.gz: 9ff7c8b776e319f637b092875d7cff3d864c05c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bb9384a76be7214bfe25f5da802bff6f2fe466109be96d46d63eb9afabcf45720041126adfe9738dc096503cb4e6d4e17024c7818fb1490da8b89a16447def2
|
|
7
|
+
data.tar.gz: 6b02ced40ca6f29e705b1893150b728b60b6bbeeb984d6bc3b250f3deaa35a1436c9639825bbb08ba3874064c13ff4a271722a6bc2fccf7763073cd93fe465f5
|
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
|
+
## [8.0.9] 2016-03-09
|
|
7
|
+
|
|
8
|
+
### Fixed
|
|
9
|
+
|
|
10
|
+
- Support `to_ary` on association proxies to help support serializers (thanks @gnapse / see #1362)
|
|
11
|
+
|
|
6
12
|
## [8.0.8] 2016-02-27
|
|
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: 8.0.
|
|
4
|
+
version: 8.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: 2017-
|
|
11
|
+
date: 2017-03-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: orm_adapter
|
|
@@ -210,8 +210,10 @@ dependencies:
|
|
|
210
210
|
- - "~>"
|
|
211
211
|
- !ruby/object:Gem::Version
|
|
212
212
|
version: 0.39.0
|
|
213
|
-
description:
|
|
214
|
-
|
|
213
|
+
description: 'A Neo4j OGM (Object-Graph-Mapper) for use in Ruby on Rails and Rack
|
|
214
|
+
frameworks heavily inspired by ActiveRecord.
|
|
215
|
+
|
|
216
|
+
'
|
|
215
217
|
email: andreas.ronge@gmail.com, public@brian-underwood.codes, chris@subvertallmedia.com
|
|
216
218
|
executables:
|
|
217
219
|
- neo4j-jars
|
|
@@ -365,7 +367,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
365
367
|
version: '0'
|
|
366
368
|
requirements: []
|
|
367
369
|
rubyforge_project: neo4j
|
|
368
|
-
rubygems_version: 2.
|
|
370
|
+
rubygems_version: 2.6.8
|
|
369
371
|
signing_key:
|
|
370
372
|
specification_version: 4
|
|
371
373
|
summary: A graph database for Ruby
|