neo4j_bolt 0.1.12 → 0.1.13

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: a6a4dbb95903cee8767e0bedddfc189bb84c928b0a8b2f62808334657dcf7b8d
4
- data.tar.gz: fccd788fece9a384523f4c078545c9ee91d926dd8b24ef948c34e050f1341654
3
+ metadata.gz: 0a19a8e8ffa10a25369a85dce34d09d3a3015a2a105ae52f43eb59fd9752badb
4
+ data.tar.gz: 2ccb5d3d9d583e53afe638f4a21a328b94f9edadee9aa744baa9f019afa26007
5
5
  SHA512:
6
- metadata.gz: d9894b97771c25b396a6a6782a7b6cc5b2788f4aec0cb5484a0a57230c7e9d32ef708042b271425f4d2c5c829f7f5148e2ba96cee5ff9b525d8c1fdcaafebbaa
7
- data.tar.gz: d40735d1326f0318dc54ec67568b35d091a0736447a6d082b32e538c8d9d241dbf25af50e591c3e924b46a64fe65ef2c9578e2796f4c6cac3f8c089d1c9f33b1
6
+ metadata.gz: 1dadad65f242485126346c41db2c278f29a915ec075fb5775c0415c7b959cbc41efac7bfb3c29289b16a387de68f5a326be24b2bcd0614d5409e5a2503b39f0a
7
+ data.tar.gz: 04d1a7cb369c42260bfd5ea6ce9a030a519e68fcf86aaa7bda14b9cd7ec696472eb01512d7390abcc5037ed452246a50780a05b564131c746c62e23bf5a59e0f
data/bin/neo4j_bolt CHANGED
@@ -90,7 +90,7 @@ class App
90
90
  c2.action do |global_options, options, args|
91
91
  neo4j_query("SHOW ALL CONSTRAINTS") do |row|
92
92
  # STDERR.puts row.to_yaml
93
- puts "#{row['type']} #{row['name']} #{row['labelsOrTypes'].join('/')}/#{row['properties'].join('/')}"
93
+ puts "#{row['type']} #{row['name']} #{(row['labelsOrTypes'] || []).join('/')}/#{row['properties'].join('/')}"
94
94
  end
95
95
  neo4j_query("SHOW ALL INDEXES") do |row|
96
96
  # STDERR.puts row.to_yaml
@@ -1,3 +1,3 @@
1
1
  module Neo4jBolt
2
- VERSION = "0.1.12"
2
+ VERSION = "0.1.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo4j_bolt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Specht