cosmos 3.3.2 → 3.3.3

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
  SHA1:
3
- metadata.gz: d82d5f0bf5ba66085f85878c642a00882a44eae6
4
- data.tar.gz: 06f95196ee1a8cef8a806a51ceff0bebfeb480e8
3
+ metadata.gz: 6905be44f898d646376eed7979589f246db902fc
4
+ data.tar.gz: 31e036723f65f5f99c15a063e771a47e9ca5bde4
5
5
  SHA512:
6
- metadata.gz: e73b10b1c4ef740738c03421e698c4f6d5a1ecee377d7f147a10b28f6919a1cd0bc05a8d4db31d4cdf88232ca700df733969f594edeb32d5e3d7311faf1aa116
7
- data.tar.gz: 03006e36721d7afcf22adcb05cc2f056d32f7d6f83270437de56a0ffbe07d1c09aa15eeb5c6a69138a46401dd537d849f0a126e77f59fceb1a4f45dbde01207c
6
+ metadata.gz: 8f2ab3c2735dde4c3e5c3cc7a3e7bb61cb1547474ecc24a443771e6cd1637a11edc55d9c5ec20e717ddd55932da3e6beddf4c121ee251b458111dfb76f43f0ee
7
+ data.tar.gz: cf468aa9f08a9b411d0ac2429b94dc00dc377e70f911cd4e2e9dd414e598a287c1f3fb82735a6cce67f8ce709e9ebaf1c3fdbb7e4a3cbf066f9528556e4c15ff
@@ -94,7 +94,7 @@
94
94
  "lib/cosmos/tools/script_runner/script_runner.rb" 0x88EEB809
95
95
  "lib/cosmos/tools/script_runner/script_audit.rb" 0xB857FA4A
96
96
  "lib/cosmos/tools/cmd_extractor/cmd_extractor.rb" 0xEECB31B8
97
- "lib/cosmos/tools/data_viewer/data_viewer_component.rb" 0xBF0DAC9B
97
+ "lib/cosmos/tools/data_viewer/data_viewer_component.rb" 0xC4554CA8
98
98
  "lib/cosmos/tools/data_viewer/dump_component.rb" 0x6942C5D6
99
99
  "lib/cosmos/tools/data_viewer/data_viewer.rb" 0x0C25B817
100
100
  "lib/cosmos/tools/launcher/launcher_multitool.rb" 0x1020A3D0
@@ -234,7 +234,7 @@
234
234
  "lib/cosmos/tools/tlm_viewer/tlm_viewer.rb" 0x1D2090F6
235
235
  "lib/cosmos/system.rb" 0x735DFB42
236
236
  "lib/cosmos/conversions.rb" 0x43679D05
237
- "lib/cosmos/version.rb" 0x1CF2C150
237
+ "lib/cosmos/version.rb" 0x8E278DA3
238
238
  "lib/cosmos/core_ext.rb" 0x1951B346
239
239
  "lib/cosmos/interfaces.rb" 0x7E3EA326
240
240
  "lib/cosmos/processors.rb" 0x5241327D
@@ -23,6 +23,7 @@ module Cosmos
23
23
  @packets = []
24
24
  @processed_queue = Queue.new
25
25
  @log_file_directory = System.paths['LOGS']
26
+ @max_block_count = 1000
26
27
  @timer = nil
27
28
  end
28
29
 
@@ -37,7 +38,7 @@ module Cosmos
37
38
 
38
39
  @text = Qt::PlainTextEdit.new
39
40
  @text.setReadOnly(true)
40
- @text.setMaximumBlockCount(100)
41
+ @text.setMaximumBlockCount(@max_block_count)
41
42
  if Kernel.is_windows?
42
43
  @text.font = Cosmos.getFont("courier", 9)
43
44
  else
@@ -1,12 +1,12 @@
1
1
  # encoding: ascii-8bit
2
2
 
3
- COSMOS_VERSION = '3.3.2'
3
+ COSMOS_VERSION = '3.3.3'
4
4
  module Cosmos
5
5
  module Version
6
6
  MAJOR = '3'
7
7
  MINOR = '3'
8
- PATCH = '2'
9
- BUILD = '5c4dd480988b12d90f6b7bc8c161489fca570a63'
8
+ PATCH = '3'
9
+ BUILD = '0c7720497e1ce22a447e7e6d571db7b4c0ffd886'
10
10
  end
11
- VERSION = '3.3.2'
11
+ VERSION = '3.3.3'
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cosmos
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.2
4
+ version: 3.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Melton