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

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: 41f3fc5fea5c0aef1a205b0f19690efe9d267781
4
- data.tar.gz: 58f21cc9a370027a4af58026f2804d37cc2a4f6e
3
+ metadata.gz: 1fa6e58a631fd5216cb95ee1dca33d669319c11a
4
+ data.tar.gz: c338b5f870060e01b55f244ac5926c1b04ad76e7
5
5
  SHA512:
6
- metadata.gz: 2bd0f1769abb8d8c24a61a454480f14511b1ee5a215d59f350e06e8eb85f0523e7f568d3db672e2458fa5e184a6834652e4b335296cc903aa432f58893e40758
7
- data.tar.gz: 7024dc58bcffbf0f698ee95a82ca61d2fde9fed34e41b66caeffe5572b4980462e7d2562b3276cd4ec27f77f2a7f4af4592191241b6e7b0a65112d1c2e238af5
6
+ metadata.gz: 616be6bd796ccfb17b78f19a1072a54f24e23c09dac380aa004fc568b5da0aa5d69bfe5f79bd5568c9e84822a1fb9c40099096479ddcc455bbc3182058d1af1b
7
+ data.tar.gz: 76881a1e2a7b57faaceed8083939b67ca063d3e78d5515b62331d245941d1032b69220376588c88cd7ed56f80f001c2df2fb7cac6f3c2d1e3de4ce7f32a7f435
@@ -182,7 +182,7 @@ module Neo4j
182
182
  def response
183
183
  return @response if @response
184
184
  cypher = to_cypher
185
- pretty_cypher = to_cypher(pretty: true).gsub(/\e[^m]+m/, '') #if self.class.pretty_cypher
185
+ pretty_cypher = to_cypher(pretty: true) if self.class.pretty_cypher
186
186
 
187
187
  @response = @session._query(cypher, merge_params, context: @options[:context], pretty_cypher: pretty_cypher)
188
188
 
@@ -1,5 +1,5 @@
1
1
  module Neo4j
2
2
  module Core
3
- VERSION = '5.1.0.rc.2'
3
+ VERSION = '5.1.0.rc.3'
4
4
  end
5
5
  end
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.2
4
+ version: 5.1.0.rc.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Ronge, Chris Grigg, Brian Underwood