neo4j-core 6.0.0 → 6.0.1

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: 104d611fdfbe72337d727e1e5142ccca4b511b74
4
- data.tar.gz: 860ae92f17678b6b9016ae445cd4f005e755b63a
3
+ metadata.gz: dd1d6ba3b0b7755db583aa51c4f07fe15644b830
4
+ data.tar.gz: 28762ff5d6ed8589e01db34c01aabea4bcaac525
5
5
  SHA512:
6
- metadata.gz: 2ed8b990b829d2b3c5f46beaa473d9bbd2d87c57f5301bb3469e58b7fa7673942795ca9b28c526b36dd36e05d9325358b9ff46ce08b221a535c0b398cfd20ee6
7
- data.tar.gz: 3b4030d275c03459f8c27fe165cdfd785663c92899dd29bc63fdbc86f1da5e94ccab2973123d01fec1c06a2d5ac795c79f51046862688b5a1a08e2ad02c50799
6
+ metadata.gz: 1949a038cf490c4fc8e40f6254ea897a602295d27a1ec7507fba95501192e9a24b1ce972ab9c07c66b410baa23a2274c0da30ae1e88be51c28299fc9519090aa
7
+ data.tar.gz: ad8b725b6ef57f2a2f692eb3f0baae81a215b0de815ea0961dfde9350e24d169b854f9b99617f7796698093bd3a954572bf6b12ac64f1a0f0a4570b657ee3ea6
@@ -465,6 +465,7 @@ module Neo4j
465
465
  def clause_is_order_or_limit_directly_following_with_or_order?(clause)
466
466
  self.class.clause_is_order_or_limit?(clause) &&
467
467
  @partitioning[-2] &&
468
+ @partitioning[-1].empty? &&
468
469
  (@partitioning[-2].last.is_a?(::Neo4j::Core::QueryClauses::WithClause) ||
469
470
  @partitioning[-2].last.is_a?(::Neo4j::Core::QueryClauses::OrderClause))
470
471
  end
@@ -1,5 +1,5 @@
1
1
  module Neo4j
2
2
  module Core
3
- VERSION = '6.0.0'
3
+ VERSION = '6.0.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo4j-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
4
+ version: 6.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Ronge, Chris Grigg, Brian Underwood
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-24 00:00:00.000000000 Z
11
+ date: 2015-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty