cryptum 0.0.311 → 0.0.313

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: 5c35dd6a842ff94a953cd5d95cccdcac9adb09dc10e2272ce21c7ab637728b9f
4
- data.tar.gz: b3337abccc8ca624daaad47b6b05f4d34fc8cd4039a0a0af070ec22f70fe182b
3
+ metadata.gz: 1af2b52f852e9bbf4444145d1ac3a0e65d2c2cbb2bad6f9b38937bfbe6b3ad11
4
+ data.tar.gz: ceb7f155e11fe50e2e310e56f7b5dca5bec277830acb62393cb4650791198794
5
5
  SHA512:
6
- metadata.gz: '08c94f066ce7051f1d5da4083ed702dc45da09943edf6c6bd367a46e5f8f7c419c8f559a92047cffa4eab140e64bdd89bb31fc2fbb4541b666b2af3dd0c05470'
7
- data.tar.gz: 83c38e9c728995f8baae09b4272db387c9604c1fa96824ec994fd853bdd2e96ba7f1b88dd8eeedd5147555941f00978a798cea535911f6b6345d762a395f6f5f
6
+ metadata.gz: 01bd5b1d9b7ed32b82ba267a793ae62d6ae45cac9cc26db42100ca31239d23d6ad209fd48259075d877f0160954d64284011cc828afb258a7dcb7ec69fe6477f
7
+ data.tar.gz: 0f592c80e061b21e352b068d31019def360be9f67a7d4eac26f6844b876e366e267a3b6e6e89a55a5763269d6d8c6deaaecdabd1e29033a35f8bde11ae7a2473
@@ -89,7 +89,7 @@ module Cryptum
89
89
  reason = :repo_root
90
90
  end
91
91
 
92
- option_choice.market_trend_reset = 60 if option_choice.market_trend_reset.to_i.zero?
92
+ option_choice.market_trend_reset = 86_400 if option_choice.market_trend_reset.to_i.zero?
93
93
  unless option_choice.market_trend_reset.to_i >= 60 &&
94
94
  option_choice.market_trend_reset <= 604_800
95
95
  usage = true
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cryptum
4
- VERSION = '0.0.311'
4
+ VERSION = '0.0.313'
5
5
  end
@@ -241,7 +241,8 @@ module Cryptum
241
241
  end
242
242
  rescue Faye::WebSocket::API::ErrorEvent,
243
243
  Errno::ECONNREFUSED,
244
- Errno::ECONNRESET => e
244
+ Errno::ECONNRESET,
245
+ LoadError => e
245
246
 
246
247
  File.open('/tmp/cryptum-errors.txt', 'a') do |f|
247
248
  f.puts Time.now.strftime('%Y-%m-%d %H:%M:%S.%N %z')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cryptum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.311
4
+ version: 0.0.313
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.