neo4j 5.0.4 → 5.0.5

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: 359bef42ad73e873f209c8f41505be1b655c6b18
4
- data.tar.gz: 04a53f091e7d5a684baacc71c4fa090a29382993
3
+ metadata.gz: 0536bcc717e29361c0ed63edd6925c869dffa3cf
4
+ data.tar.gz: 151dfdeaa0c241f5fd68004744c751a9b075528a
5
5
  SHA512:
6
- metadata.gz: 241566d0338d3e51f744a795f0bf5288ebf0d22832e5e715d3c92045b6fe9ca2a91280f1df1219ff00d15fd0b60c289475cc1a359334102dd2d46ccc7878277a
7
- data.tar.gz: ba461997cdc8ea2b54644f36510b195c958833b499c181b5e7e5e882c4f6245fb28f467d66988088bda6eed72d1ec84ba662efe9badbd0ccb8868652a0d7b193
6
+ metadata.gz: 458024ed75508cf2f176ec3cb2cc94cf40501addf10b82d2d815b2c7dc8ef6b696e550ad8dcd9131c36fbb2539fc66cd551503999ac7bbbf0dd98f24e13f9650
7
+ data.tar.gz: 40591bc7a5ff7d2edaef2570eb4791c7b50c29a981b8597f7f45a4c8530c077cd852a0c1efe0b0f031ab85f9748efa0024534796c4ade8e7253c5c559ad431cc
@@ -16,7 +16,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
16
16
  - Added ability to view `model_class` from `Association` class for `rails_admin` Neo4j adapter
17
17
  - QueryProxy `where` will now look for declared properties matching hash keys. When found, it will send the value through that property's type converter if the type matches the property's unconverted state.
18
18
 
19
-
20
19
  ## [5.0.3] - 2015-07-14
21
20
 
22
21
  ### Changed
@@ -90,7 +90,7 @@ module Neo4j
90
90
  end
91
91
  Neo4j::Config.configuration.merge!(cfg.to_hash)
92
92
 
93
- register_neo4j_cypher_logging
93
+ register_neo4j_cypher_logging if Neo4j::Config[:log_cypher_queries]
94
94
  end
95
95
 
96
96
  console do
@@ -1,3 +1,3 @@
1
1
  module Neo4j
2
- VERSION = '5.0.4'
2
+ VERSION = '5.0.5'
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: 5.0.4
4
+ version: 5.0.5
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: 2015-07-17 00:00:00.000000000 Z
11
+ date: 2015-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: orm_adapter