cryptum 0.0.316 → 0.0.318

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: ff0744e9eb4220001908e4fdf5f93d9a0b5ebb8e223df6bbe376b959b79f940c
4
- data.tar.gz: 4135f6a98003e8f014eb907b3ad2797ea6207553e6f00e39e0b5794828d223df
3
+ metadata.gz: b97027bb220595c349561f8a8c826d09ae96a74ef66cbe699d6cf61083487eb9
4
+ data.tar.gz: 84636d038bd6c532ce0cac95a299a4a0611d20db61d5c9675cd20dd20f8fd453
5
5
  SHA512:
6
- metadata.gz: 0ee568899797cb81ffe7c99cb75d1b480ed2707e1cccca6e6da7e0f2a09bdb53fa1ccd542b6de47eb24c68450613e581b951828c04b6dd8d1cd2728b05315116
7
- data.tar.gz: a35534a28bb3aa8dd0bf81b8a8bd8c415217d8bd56ad3fcb2ea79c47506a5347b9cc230acc0ffcbe3f1fe57a2e646cb48ff114bb1e3ec969b2a012df83798468
6
+ metadata.gz: 7f9490278e56ea503a08b37d09aa67bd4edb0a61607bfaa389b0d69c92ccc3e86122154aee6390aca56d58606691469f26061e5c8b218b56dca5ffbcc7c6469a
7
+ data.tar.gz: 19e705b4577ba17c668eb7bd9533d585dd1c9c780268b65d0b4909eb1db7d5753b2f5f48de727ff1db0ed2b697063efcb773b6ca3aa54f96cea0d7c8b8fdf135
@@ -294,7 +294,6 @@ module Cryptum
294
294
  string: red_pill_alert
295
295
  )
296
296
 
297
- order_plan_win.setpos(out_line_no, Cryptum::UI.col_fourth)
298
297
  Cryptum::UI.colorize(
299
298
  ui_win: order_plan_win,
300
299
  color: :red,
@@ -410,7 +409,7 @@ module Cryptum
410
409
  style: style,
411
410
  string: "#{order_plan_invest}#{order_plan_return}".ljust(col_just1, '.')
412
411
  )
413
- order_plan_win.setpos(out_line_no, Cryptum::UI.col_fourth)
412
+
414
413
  Cryptum::UI.colorize(
415
414
  ui_win: order_plan_win,
416
415
  color: plan_color,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cryptum
4
- VERSION = '0.0.316'
4
+ VERSION = '0.0.318'
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.316
4
+ version: 0.0.318
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.