cryptum 0.0.459 → 0.0.461

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: 8f3b6200242a459e04498dab907ff8783a894ff294fa4b6b29a9df2c36b9075c
4
- data.tar.gz: 21e6dfd76ef7972d8b4a1c237b71bc9fa29453cc3aae489bb0b38f1276e6de89
3
+ metadata.gz: 10abd4e7f80f002de751e2a1661690e56b97156966d0b1d5a30836f0ddd5aaf2
4
+ data.tar.gz: d793e208254d9fb2bdfdbab7240a8c3aaeff1e782d94bdf282830ac57bea787d
5
5
  SHA512:
6
- metadata.gz: cdd2b25fe0661067796f1ac6ef882a1fbb85fda5e31e5855f682d871fdf03a37567e83875810c80d12070b893f4bfc8c8c91d5a94c06b6e0a999fa002362cc1a
7
- data.tar.gz: 84647d1b24aee7bd44989410974ea78f7f8e2e3bf629077d0e4e57bc7820bcdac7dac9b9d0112e60486933077db5140b77c549e14c4748d67704fb5d3d2ed786
6
+ metadata.gz: 25921b3757374d3580b181788de254141b8b9c8a847b5eff799ff7244fe36d1dc01f39f406aa433793107e22b48069aef5e5a431f23ab632771c5001397cbc02
7
+ data.tar.gz: 88cb03ecf88aa02b33b1a937ec32ffb60d49fdad92a081eb486dcb4983f1e3f2a4c03b88787a03bc9cd43bccaf67ff96b9570476df98f5c3931ab3854481cd57
@@ -454,20 +454,17 @@ module Cryptum
454
454
 
455
455
  # ROW 1
456
456
  out_line_no = 0
457
- line_color = :white
458
457
  header_color = :white
459
458
  header_style = :bold
460
459
  style = :bold
461
460
  if event_history.order_execute_win_active
462
- line_color = :blue
463
461
  header_color = :blue
464
462
  header_style = :reverse
465
463
  end
466
464
 
467
465
  Cryptum::UI.line(
468
466
  ui_win: order_execute_win,
469
- out_line_no: out_line_no,
470
- color: line_color
467
+ out_line_no: out_line_no
471
468
  )
472
469
 
473
470
  # ROW 2
@@ -662,8 +659,7 @@ module Cryptum
662
659
  out_line_no += 1
663
660
  Cryptum::UI.line(
664
661
  ui_win: order_execute_win,
665
- out_line_no: out_line_no,
666
- color: line_color
662
+ out_line_no: out_line_no
667
663
  )
668
664
 
669
665
  order_execute_win.refresh
@@ -227,20 +227,17 @@ module Cryptum
227
227
 
228
228
  # ROW 1
229
229
  out_line_no = 0
230
- line_color = :white
231
230
  header_color = :white
232
231
  header_style = :bold
233
232
  style = :bold
234
233
  if event_history.order_plan_win_active
235
- line_color = :blue
236
234
  header_color = :blue
237
235
  header_style = :reverse
238
236
  end
239
237
 
240
238
  Cryptum::UI.line(
241
239
  ui_win: order_plan_win,
242
- out_line_no: out_line_no,
243
- color: line_color
240
+ out_line_no: out_line_no
244
241
  )
245
242
 
246
243
  # ROW 2
@@ -453,8 +450,7 @@ module Cryptum
453
450
  out_line_no += 1
454
451
  Cryptum::UI.line(
455
452
  ui_win: order_plan_win,
456
- out_line_no: out_line_no,
457
- color: line_color
453
+ out_line_no: out_line_no
458
454
  )
459
455
 
460
456
  order_plan_win.refresh
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cryptum
4
- VERSION = '0.0.459'
4
+ VERSION = '0.0.461'
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.459
4
+ version: 0.0.461
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.