neo4j 6.0.7 → 6.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a6635b34815f16a1d7af066b3c635452378b7fa
4
- data.tar.gz: 7694f5fba8b336a62f89c1faf6c5c0e63a010f95
3
+ metadata.gz: c61af05dedcfceda093d3d78c0705043fe5cd4a2
4
+ data.tar.gz: bdbb9d36de5c28cbab9eb1c562c9e0b0ed74f7a5
5
5
  SHA512:
6
- metadata.gz: cebc86de05d50413557b7b0ac7aca970a17f1abacc1dbdd298836f151186110913a1512d23fb78f07c0e75faa58793ec3a5ed663425647ebec3eedf204c072b5
7
- data.tar.gz: 2629f378f5d7748c0b5ed9a94a8dbbdfb5b40b79d8cb6209ecce58746023d71370c94bed608e02291f0cc98d9732ae3b0d1d3559077b2c3dd549d1964ca0c746
6
+ metadata.gz: f432dba53dfe89e7ac752c3b1fda1883e6322b3bc6cae6420dd3f55a3fab28b2a5fbb775041cae4f077612644bd8a61a587174248a321ce1c7404494699011d5
7
+ data.tar.gz: e7f7f1e6713bc4f0ac99782cd6fdf681ea0d780dc22a173ab2c928cf5391a124d2bbd8873e7db97937cd12ce3d3c755104f17a6ef0ffe39ee215ce08b3e80fe7
@@ -3,6 +3,18 @@ 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
+ ## [6.0.8] - 03-14-2016
7
+
8
+ ### Fixed
9
+
10
+ - Fixed issue where backticks weren't being added to where clauses for `with_associations`
11
+
12
+ ## [6.0.7] - 03-08-2016
13
+
14
+ ### Fixed
15
+
16
+ - Issue where creating relationships via `has_one` association created two relationships
17
+
6
18
  ## [6.0.6] - 01-20-2016
7
19
 
8
20
  ### Fixed
@@ -78,7 +78,7 @@ module Neo4j
78
78
  return if model_class == false
79
79
 
80
80
  Array.new(target_classes).map do |target_class|
81
- "#{name}:#{target_class.mapped_label_name}"
81
+ "#{name}:`#{target_class.mapped_label_name}`"
82
82
  end.join(' OR ')
83
83
  end
84
84
 
@@ -1,3 +1,3 @@
1
1
  module Neo4j
2
- VERSION = '6.0.7'
2
+ VERSION = '6.0.8'
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.7
4
+ version: 6.0.8
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-03-08 00:00:00.000000000 Z
11
+ date: 2016-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: orm_adapter