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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4e4e1f41a10a75f45e91874eafeafce3bdab8c7
4
- data.tar.gz: 67f98d425120d37961028c8ca3f548cd56eda227
3
+ metadata.gz: fc09e0db3b07a0f05f219a74459e92f2fd8d5608
4
+ data.tar.gz: 9ff7c8b776e319f637b092875d7cff3d864c05c7
5
5
  SHA512:
6
- metadata.gz: 33842d045636bfcfe4592157d9d634841346c8a02d22ebd3312549d97a767365d6ea645ad58cc4820a6316b85a74d85ae040703f5e07c476b787f46039377c73
7
- data.tar.gz: 60f12d641a8c464b1a075075b2d7adf6d595ab1d4d1b6d25d53339c35f3ba0f87f702508ba49672e8104baf0cc9744d51dfa2931b56e823780864f6f571c5e4e
6
+ metadata.gz: 0bb9384a76be7214bfe25f5da802bff6f2fe466109be96d46d63eb9afabcf45720041126adfe9738dc096503cb4e6d4e17024c7818fb1490da8b89a16447def2
7
+ data.tar.gz: 6b02ced40ca6f29e705b1893150b728b60b6bbeeb984d6bc3b250f3deaa35a1436c9639825bbb08ba3874064c13ff4a271722a6bc2fccf7763073cd93fe465f5
@@ -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
@@ -122,6 +122,8 @@ module Neo4j::ActiveNode
122
122
  end
123
123
  end
124
124
 
125
+ alias to_ary to_a
126
+
125
127
  QUERY_PROXY_METHODS = [:<<, :delete, :create, :pluck, :where, :where_not, :rel_where, :rel_order, :order, :skip, :limit]
126
128
 
127
129
  QUERY_PROXY_METHODS.each do |method|
@@ -1,3 +1,3 @@
1
1
  module Neo4j
2
- VERSION = '8.0.8'
2
+ VERSION = '8.0.9'
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: 8.0.8
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-02-28 00:00:00.000000000 Z
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
- A Neo4j OGM (Object-Graph-Mapper) for use in Ruby on Rails and Rack frameworks heavily inspired by ActiveRecord.
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.4.5.1
370
+ rubygems_version: 2.6.8
369
371
  signing_key:
370
372
  specification_version: 4
371
373
  summary: A graph database for Ruby