activegraph 10.0.0.pre.beta.7 → 10.0.0.pre.beta.8

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
  SHA256:
3
- metadata.gz: 2902297d95b7e8850de1e878b4adb9187ccba6cd40cfbb803717cb9175097923
4
- data.tar.gz: 74884302b9d3990d944d809d67809037d5544411e748a203ab54710e91d51b1b
3
+ metadata.gz: ca2e28b863dbc266bb8f33c14507f473a476beea1076effcae5348179df07950
4
+ data.tar.gz: 4f4757827f9ece88a3944cfa64bacdc0ee4ca7d5abc82aad98ea01c4cf421969
5
5
  SHA512:
6
- metadata.gz: dcbb938142991fcd1b4f3fd0def043448953cd1068ce40f44c04cd36b553f220b350c9f1bd80456142f3247312d2b8dfd2fbfba2a19aa0be99fbcc668ee8d39a
7
- data.tar.gz: 8c694ef8ad6767e06fb93d6407052e5e4ef698f19c2ac774ca59448eca9e09a9e2da7791b0a3282f6990328e7efb7e28b2d69e5d258981e65f99112ea1496c80
6
+ metadata.gz: 9b9174c954408a250198d647b2146d200728ae4ff54247ebca82c6c5fa375854dfeec47f05b4cc2fdc8ac28f2adba0d08b5b745f0079d08425edb4eefb4e55f3
7
+ data.tar.gz: efb7332fc14cc7acddb6dde5eba71e6b975b37bcbe53dc15098e89d02009d4e585c150dfd924d2a745d1a33e64c727bbfe9e603f7b9cac5895efd1b566f44ace
@@ -19,7 +19,7 @@ module ActiveGraph
19
19
  private
20
20
 
21
21
  def fetch_constraint_descriptions
22
- ActiveGraph::Base.query('CALL db.constraints()').map(&:description)
22
+ ActiveGraph::Base.query('CALL db.constraints() YIELD description').map(&:first)
23
23
  end
24
24
 
25
25
  def fetch_index_descriptions
@@ -1,3 +1,3 @@
1
1
  module ActiveGraph
2
- VERSION = '10.0.0-beta.7'
2
+ VERSION = '10.0.0-beta.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activegraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.0.0.pre.beta.7
4
+ version: 10.0.0.pre.beta.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Ronge, Brian Underwood, Chris Grigg, Heinrich Klobuczek