activecypher 0.8.0 → 0.8.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
  SHA256:
3
- metadata.gz: b73e136ad3f9de8db24567d350140d9679d04d35139d861af4b5821037cc6bdd
4
- data.tar.gz: 6e795339764ca8e603cc80db6909a983fdcb3877fa2dfcaec3fcf20149d153b1
3
+ metadata.gz: e620571f10d214866edea1ed9542b49fc0527c97e3a41d26fad6992d5c9dc900
4
+ data.tar.gz: 1c79530d7aebae332ee2acaf12c25657866be8edbf3ccaaf50241308098edeba
5
5
  SHA512:
6
- metadata.gz: 803b1091f2227ebe564fad414025e21790710e7e4c60d9b05113c33a1a7d020495c7ce45a876ac9650261f54b60fbca5da7c2d1c0fcdfb8b169918798080feda
7
- data.tar.gz: e02f17df064f5ef440503bfedfa050572c5326144403e79e32188528f615afbb11c62fe75e6417b26094c4168ede2414b821681c293c5731de5da6ad2ba8c1ea
6
+ metadata.gz: 355a7867dbce5af603a5473b061e874afbd3af77ff8f2ad1d29419e308208ff3391dfb3dedd6542dd9467d0abed5bf4f63e0940bf8d4d958352c77545558747a
7
+ data.tar.gz: 6bd1446f02f78ca88d0da56da74001ffa28c1d0691619df5ba28dff319ab0e78002a41c626cf15da58749105fcd42b2bb2c4fe6b9769fc7e6cb09e57a55484f3
@@ -59,6 +59,7 @@ module ActiveCypher
59
59
 
60
60
  # Connection health check. If this returns false, you're probably in trouble.
61
61
  def active? = @connection&.connected?
62
+ alias connected? active?
62
63
 
63
64
  # Clean disconnection. Resets the internal state.
64
65
  def disconnect
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveCypher
4
- VERSION = '0.8.0'
4
+ VERSION = '0.8.1'
5
5
 
6
6
  def self.gem_version
7
7
  Gem::Version.new VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activecypher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abdelkader Boudih