cryptum 0.0.246 → 0.0.247

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: b2ea64fa031ec070322b46878f87f731aac88daf17f95b484352302c23878ca1
4
- data.tar.gz: 503f781c7b42c933e9cf0a1844fff40ac81918d99dc563093ea2fe44c74207f1
3
+ metadata.gz: d8632aa0506b7e97ed6239a2897f6333bae37d1118cca0f5648cfc897023a19e
4
+ data.tar.gz: afd7cb3cbdc749b48e28877eac31bead5618567b7d89cd73fd32b67095d15024
5
5
  SHA512:
6
- metadata.gz: e2c0b6eee559d536b5ec28736381d7bb171454992f8ad3dc78929e0d45b1c5b32323f32966f50a8cd6dfe8e63e50aeea16a2b8a22ed01b152a61a784ec659e00
7
- data.tar.gz: 40252c54e8290b9ac5f40f5e64225ab1444a2c9ff737fd1694da65314dc25a1fa35e554bd30f7c865fb61fae3285f028d50de15cd3380f8cc256abd4a1a3b8d4
6
+ metadata.gz: 75e2aebc49f04dc679c84e1e6ae634d673391a7e48cd6086d7a119577dc6cdf3a36c41158e0444943a58d27961624133a040ad3742389bf369912777a1abb525
7
+ data.tar.gz: f0581033c3dd4edb7a0181468b66761956eb13cad07bb5a8a7ebbe311a580a64d676bcd0ac9de9981efab95ea95a4d59d393b3255f7d663d25373524cd25e831
@@ -89,8 +89,8 @@ module Cryptum
89
89
  reason = :repo_root
90
90
  end
91
91
 
92
- option_choice.market_trend_reset = 86_400 if option_choice.market_trend_reset.zero?
93
- unless option_choice.market_trend_reset.to_f.positive?
92
+ option_choice.market_trend_reset = 86_400 if option_choice.market_trend_reset.to_i.zero?
93
+ unless option_choice.market_trend_reset.to_i.positive?
94
94
  usage = true
95
95
  reason = :market_trend_reset
96
96
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cryptum
4
- VERSION = '0.0.246'
4
+ VERSION = '0.0.247'
5
5
  end
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.246
4
+ version: 0.0.247
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.