neo4j-core 5.1.0.rc.1 → 5.1.0.rc.2

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: 1ca70d80670e3232da4c5b05833cfa06ced3adf5
4
- data.tar.gz: 7d32346859088e577bba8617ecd8b3d13f553880
3
+ metadata.gz: 41f3fc5fea5c0aef1a205b0f19690efe9d267781
4
+ data.tar.gz: 58f21cc9a370027a4af58026f2804d37cc2a4f6e
5
5
  SHA512:
6
- metadata.gz: 4853d0684c0d1a9b1ca8d0af69e414a3b31ddaacb68535e9bddd3c489a3bea65142bf68114e858903cdaf5a5f3b6d5fcdae7c52663477a0555821bd681175a61
7
- data.tar.gz: f870bc4b2b1dad67d625fde00a37f1e5ace304e31d26b2cc48396e937fd72a0d94a10f73a05fe1977fc9c4cc9cd6a257ff1a80d9b74e0b4234b0562543553162
6
+ metadata.gz: 2bd0f1769abb8d8c24a61a454480f14511b1ee5a215d59f350e06e8eb85f0523e7f568d3db672e2458fa5e184a6834652e4b335296cc903aa432f58893e40758
7
+ data.tar.gz: 7024dc58bcffbf0f698ee95a82ca61d2fde9fed34e41b66caeffe5572b4980462e7d2562b3276cd4ec27f77f2a7f4af4592191241b6e7b0a65112d1c2e238af5
@@ -31,7 +31,7 @@ module Neo4j
31
31
  end
32
32
 
33
33
  def inspect
34
- "#<Query CYPHER: #{to_cypher.inspect}>"
34
+ "#<Query CYPHER: #{ANSI::YELLOW}#{to_cypher.inspect}#{ANSI::CLEAR}>"
35
35
  end
36
36
 
37
37
  # @method start *args
@@ -1,5 +1,5 @@
1
1
  module Neo4j
2
2
  module Core
3
- VERSION = '5.1.0.rc.1'
3
+ VERSION = '5.1.0.rc.2'
4
4
  end
5
5
  end
@@ -208,8 +208,6 @@ module Neo4j
208
208
  query, params = query_and_params(query, params)
209
209
 
210
210
  curr_tx = Neo4j::Transaction.current
211
- puts options[:pretty_cypher]
212
- puts
213
211
  ActiveSupport::Notifications.instrument('neo4j.cypher_query', params: params, context: options[:context],
214
212
  cypher: query, pretty_cypher: options[:pretty_cypher]) do
215
213
  if curr_tx
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo4j-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0.rc.1
4
+ version: 5.1.0.rc.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Ronge, Chris Grigg, Brian Underwood