neo4j-ruby-driver 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a142f2c9d6d524c8662ad8a5dbdad76f7dddb063acdd783cca83783fbc7f043
4
- data.tar.gz: 46db278844d65e94efc15f63079ad2c2a40b04083b381be11c360b90ec3b3ab1
3
+ metadata.gz: fc91e8465e99e443737f4ddd76e2547b260582054d182334c01972158f23d501
4
+ data.tar.gz: aa0f5b6b9d36235d727a6510d08f77844c099bd227338cea35d754d3b6366c3f
5
5
  SHA512:
6
- metadata.gz: 843feb2e4b3f8509383add847a8ed5eab2a49e811a1dd54d94896749eddee268920d28d1344eae6a0180cc586d9f06bd652451db6a5276514bd62ac478ac94c7
7
- data.tar.gz: f9f0c39b22d13ba2d5db42f8dabdf4c99e4b21c7f1cb75b5f64a08d7e7cf2b0c8a42080d1f5921264403dd4a394226e9e9771cd792af1d578a00ed4bd4e65e28
6
+ metadata.gz: 1420812891d8ae6d83c03804586ba854a6da5dba16680f10801c8469504cd4b40f184b0e81cedeb18252203fb571d826a2afd285e2e3ef09fe6009f3b54d252d
7
+ data.tar.gz: 38b912cf6b5b33a347a66c4e6a21a5d01e3c4f6ba287bfdb04f78af9ad4ff3720da2811296deffaa56e5c35331dfb245cbe6841034d3faea0b1f50d395927b7a
@@ -57,7 +57,10 @@ module Neo4j
57
57
  @failure = nil
58
58
  end
59
59
 
60
- alias failure summary
60
+ def failure
61
+ summary
62
+ super
63
+ end
61
64
 
62
65
  def on_failure(error)
63
66
  summary
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Neo4j
4
4
  module Driver
5
- VERSION = '0.1.6'
5
+ VERSION = '0.1.7'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo4j-ruby-driver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Heinrich Klobuczek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-01 00:00:00.000000000 Z
11
+ date: 2019-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport