cryptum 0.0.311 → 0.0.312

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: 5c35dd6a842ff94a953cd5d95cccdcac9adb09dc10e2272ce21c7ab637728b9f
4
- data.tar.gz: b3337abccc8ca624daaad47b6b05f4d34fc8cd4039a0a0af070ec22f70fe182b
3
+ metadata.gz: 0adc69cdbbde0908575f0c4696b09be24b0fc67a7457bf99da92f2391ce46e2f
4
+ data.tar.gz: 3aaf362ef9a5d4863ea279224afff4d4f07669f5954ceb0f9dde6d56bce2469d
5
5
  SHA512:
6
- metadata.gz: '08c94f066ce7051f1d5da4083ed702dc45da09943edf6c6bd367a46e5f8f7c419c8f559a92047cffa4eab140e64bdd89bb31fc2fbb4541b666b2af3dd0c05470'
7
- data.tar.gz: 83c38e9c728995f8baae09b4272db387c9604c1fa96824ec994fd853bdd2e96ba7f1b88dd8eeedd5147555941f00978a798cea535911f6b6345d762a395f6f5f
6
+ metadata.gz: 6317706ccad3922075e7d3f3cdec208f8b5f34c5a7cc78eb3fcd5dde6d987d3847112cf96892c8965e063d9062ce5bf9c56c424174ea907448c0b3dd7b86dc08
7
+ data.tar.gz: bd6df428c60303db065011915fb94351131cd04c6f510c2ec3c0c4e8bdfd0ef7287d042b595a3f925484fbfa16b81b6e9b10e04e2eed0a1843b1f07300ef74d7
@@ -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.312'
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.311
4
+ version: 0.0.312
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.