neo4j 6.0.6 → 6.0.7

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: 2c330bb794ca2f53d03c094c7cef85d59835580e
4
- data.tar.gz: 078a941f5268d7d74e733c90fbf3a2951a474e56
3
+ metadata.gz: 4a6635b34815f16a1d7af066b3c635452378b7fa
4
+ data.tar.gz: 7694f5fba8b336a62f89c1faf6c5c0e63a010f95
5
5
  SHA512:
6
- metadata.gz: a81bd176a7659b8dcc56ad3b4dbaccf5b2d67f684ba5ddee5a67cc215a060d89fefe006a621516720d2e30f7d1555deff31f5679003b755b0a49ebce0ba89027
7
- data.tar.gz: 079e492d921c7cb14b150acb85e9bc14abd37e315712d1cb063d3a5191abfae85e8f393555f1413fc0316cc39e394c86e57c3a9242a7f8852c38ceeec2a51d1c
6
+ metadata.gz: cebc86de05d50413557b7b0ac7aca970a17f1abacc1dbdd298836f151186110913a1512d23fb78f07c0e75faa58793ec3a5ed663425647ebec3eedf204c072b5
7
+ data.tar.gz: 2629f378f5d7748c0b5ed9a94a8dbbdfb5b40b79d8cb6209ecce58746023d71370c94bed608e02291f0cc98d9732ae3b0d1d3559077b2c3dd549d1964ca0c746
@@ -27,7 +27,7 @@ module Neo4j::Shared
27
27
  # It calls an init method in active_attr that has a very negative impact on performance.
28
28
  def initialize(attributes = nil)
29
29
  attributes = process_attributes(attributes)
30
- @relationship_props = self.class.extract_association_attributes!(attributes)
30
+ @relationship_props = {} # self.class.extract_association_attributes!(attributes)
31
31
  modded_attributes = inject_defaults!(attributes)
32
32
  validate_attributes!(modded_attributes)
33
33
  writer_method_props = extract_writer_methods!(modded_attributes)
@@ -1,3 +1,3 @@
1
1
  module Neo4j
2
- VERSION = '6.0.6'
2
+ VERSION = '6.0.7'
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: 6.0.6
4
+ version: 6.0.7
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-01-20 00:00:00.000000000 Z
11
+ date: 2016-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: orm_adapter