cryptum 0.0.316 → 0.0.317

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: 21019d21efe2f9b6f57931e4ecd21f1758ef861a20af354c7e43c6ec063ece44
4
+ data.tar.gz: 49f15b9df605188849e95939d592697137b5535604bb91e7cc3b20fe36d6dbdc
5
5
  SHA512:
6
- metadata.gz: 0ee568899797cb81ffe7c99cb75d1b480ed2707e1cccca6e6da7e0f2a09bdb53fa1ccd542b6de47eb24c68450613e581b951828c04b6dd8d1cd2728b05315116
7
- data.tar.gz: a35534a28bb3aa8dd0bf81b8a8bd8c415217d8bd56ad3fcb2ea79c47506a5347b9cc230acc0ffcbe3f1fe57a2e646cb48ff114bb1e3ec969b2a012df83798468
6
+ metadata.gz: fab20878493d8432e677f334e847ff48458b54b220dd7d9d36a40097885f765476d519b0127156e26cb03c68e9574b979aaa383945f67242c28a747f912e8a49
7
+ data.tar.gz: '03891b81736314f1506f7491ff4e6e19a14f453f5277b1a76c4900a024e24d21939d52bf2b4768dc625190f70d666132eef33df413325c586427e423ab584cab'
@@ -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.317'
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.317
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.