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 +4 -4
- data/lib/neo4j/shared/property.rb +1 -1
- data/lib/neo4j/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a6635b34815f16a1d7af066b3c635452378b7fa
|
|
4
|
+
data.tar.gz: 7694f5fba8b336a62f89c1faf6c5c0e63a010f95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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)
|
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: 6.0.
|
|
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-
|
|
11
|
+
date: 2016-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: orm_adapter
|