apiotics 0.1.76 → 0.1.77

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: 181f2dce3d65ce29e0924c6e5035057a3e9591df
4
- data.tar.gz: e142e510ecff3e65392e27c9dbee51c894c5e7a4
3
+ metadata.gz: 0ec8989a2088f61d9a6bd982052f1e129c2a3016
4
+ data.tar.gz: 5bba95b1ba68a2ffd3ea13b1f8743364c0f451c1
5
5
  SHA512:
6
- metadata.gz: 78f2d14630abd4c3dbf006d67cb149b22773668ea408d2ae7e9c3d4132d7ca8fb1ef314c5281304fb80d00dd65bcc3c57526d770028771b59585158eeb607ea4
7
- data.tar.gz: 0c5d0b2b22f0ba2ecd11b34659010e63fc86b558673a265edf567241a18f7c29c78c070ee633ff5f33a6fdfbeacb28d17b1a3f25a31142dc866f028fb5b355dd
6
+ metadata.gz: 4f2f9aa438dcef8ba4140ab3ab3fbdb9d07f10e946f8f11767b122158b51a78b23531590f2e0dd9da95f8806b3d04e0bed1f048a5e2edfb814215b47906ff0c2
7
+ data.tar.gz: 71eeae603db77ed874e41282d84ff8b9b829215db40086fdc30dbfe5b1ad2873b4baabbfd8ca8a7ae24676f29f3e03bf16ff02ad0aa128d6a73cdec54220fde0
@@ -10,7 +10,7 @@ module Apiotics
10
10
  class Server
11
11
  def initialize
12
12
  hive_public_key = ApioticsSetting.find_by(key: "hive_public_key")
13
- if hive_public_key.value != Apiotics.configuration.public_key
13
+ if hive_public_key == nil || hive_public_key.value != Apiotics.configuration.public_key
14
14
  Server.clear_db_settings
15
15
  end
16
16
  @error_msg = nil
@@ -1,3 +1,3 @@
1
1
  module Apiotics
2
- VERSION = '0.1.76'
2
+ VERSION = '0.1.77'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apiotics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.76
4
+ version: 0.1.77
5
5
  platform: ruby
6
6
  authors:
7
7
  - MicroArx Corporation