neo4j-core 7.0.0.alpha.5 → 7.0.0.alpha.6

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: 1728bfcfd545073b67f14d45c48e0ca3ac9eaade
4
- data.tar.gz: 27ed5dfacf8de9141a8c8876b0475b169b155a52
3
+ metadata.gz: 2da96ae064aeeec8b51f281c0d8fc09484c561c0
4
+ data.tar.gz: dad88de4518fc4c6101ec9a5f0b43612aae39b72
5
5
  SHA512:
6
- metadata.gz: 1269aa5d0acb981a2585fb2fa7a5fc3cafc4e6c707f94b59442193475be916c71f69b8ecf5e377d3819086c3c9c3065d20db20acb9a73db541e1ded7869fb4e0
7
- data.tar.gz: c050e94743d65a7abf92eafb1919947e54dfa8606047ec1ac12a5b596efa57a8f6d2940646b01c1191493baf68c0b99b1acf9a9d9b7eff019a667a738ab9e6d5
6
+ metadata.gz: ddb7e86134dcbc3c44458f7af3e4db6ff04b591cd5ee53c48c03a494b25a39bf916408b3424ee1963c8f64b0928601b75e0232fcc8a52aa0da04db7b8843bdbd
7
+ data.tar.gz: 678c2a19f3356fbf923024310d56c50fd30bafb2da75fad7617f34f5d914a66f59292d2360a2b162f98c22b7ae04425accba3437040f22cf2b0323cffa04c666
@@ -387,8 +387,6 @@ module Neo4j
387
387
  end
388
388
 
389
389
  def &(other)
390
- fail "Sessions don't match!" if @session != other.session
391
-
392
390
  self.class.new(session: @session).tap do |new_query|
393
391
  new_query.options = options.merge(other.options)
394
392
  new_query.clauses = clauses + other.clauses
@@ -1,5 +1,5 @@
1
1
  module Neo4j
2
2
  module Core
3
- VERSION = '7.0.0.alpha.5'
3
+ VERSION = '7.0.0.alpha.6'
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: 7.0.0.alpha.5
4
+ version: 7.0.0.alpha.6
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: 2016-09-08 00:00:00.000000000 Z
11
+ date: 2016-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday