apiotics 0.1.93 → 0.1.94

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: 08389ab36257b8cfa58dc7d967f1f2aa549d1185
4
- data.tar.gz: 4198aad712c837cbc276a4dd8b329b828e98f517
3
+ metadata.gz: a227232aa5c7d2dc450fe7f387f6ed5e7e520309
4
+ data.tar.gz: 8563565b870b0e47dcfd5ac8a57250342a460440
5
5
  SHA512:
6
- metadata.gz: 8dbd46697af28db28451408086417756fc41d8f68f813131bea053ed1e749c758d5b89bfbc0354e9435ed36914cef930b65a8fce31cdeb59325bda6af1668bb1
7
- data.tar.gz: acb339d5648a5653969ee4b49bcdd2876356c6ef656516751b0645f4d4b63a469890bba79e673d639052d1269f407d606e244e2e093ff38b8444a2ed4cda9f8d
6
+ metadata.gz: 576b8c1d69b441e233e2fe8925adecb27ac733aad788e3da13172b581c30153c6a534e6fe5d9269d09a3886998c477625af6b20405db739ac79ff7c3c6733bcb
7
+ data.tar.gz: bd5ce0f4f7f9104efd0e4296511d1112bdabf02677401ba06510c1f2a7bd624e9a1fbbfb27a4839fa74f6bca21eefec4116d3898d2f7b4be5976f216fa1036bb
@@ -179,7 +179,12 @@ module Apiotics
179
179
  @heartbeat_state.delete(heartbeat["interface"])
180
180
  end
181
181
  if @heartbeat_state.length > Apiotics.configuration.max_missed_heartbeats
182
- raise Apiotics::ConnectionError
182
+ begin
183
+ raise Apiotics::ConnectionError
184
+ rescue => e
185
+ puts e.message
186
+ raise Apiotics::ConnectionError
187
+ end
183
188
  end
184
189
  end
185
190
 
@@ -1,3 +1,3 @@
1
1
  module Apiotics
2
- VERSION = '0.1.93'
2
+ VERSION = '0.1.94'
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.93
4
+ version: 0.1.94
5
5
  platform: ruby
6
6
  authors:
7
7
  - MicroArx Corporation