cosmos 3.6.1 → 3.6.2

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: 6d1c8a2b2a4a135fab40129e5417a797319c8533
4
- data.tar.gz: b92343e0fbffcc7db750c0420c08b59337a5fc99
3
+ metadata.gz: 86f4e70039dc9cf70198d05ebda498d13d0e6b09
4
+ data.tar.gz: c5aec1555af16993cbd5d0ca88c34006afb62242
5
5
  SHA512:
6
- metadata.gz: 220d5599c798111b346d2461ca9073e7a4b09ce1a9c623d5a8343a1d2c2e2df21db90fc20fc03e7f6ba7a2f13287a63aa0fc24908a42bda459d3af77777a25a2
7
- data.tar.gz: c0404b2ca2619ba1b984ee254187d15a145dac0e4278c1bd7dc43f31bea1d0ea28eb45dd4c696d66b50c13e2bbb3a046b1da2756d0379afcf26d812a95dbb117
6
+ metadata.gz: 81bc36f9c68266492a066981d0308a4c2a5c1d787edf6708251bd1944d68a76f39b33966cf73faf7bf291c503db8f7390c814a61f2bc54b1ea36574cdcd8fbf8
7
+ data.tar.gz: 5fd875fbd16981537682e0bba166b5921a919f96ac48a3557d486d05373f6f78a1426e58588c556a2e2553ec14e4a514a6b3668a82127b1814c5714a89a79b3f
@@ -234,7 +234,7 @@
234
234
  "lib/cosmos/tools/tlm_viewer/tlm_viewer.rb" 0x895983E9
235
235
  "lib/cosmos/system.rb" 0x735DFB42
236
236
  "lib/cosmos/conversions.rb" 0x43679D05
237
- "lib/cosmos/version.rb" 0x1DE7C42D
237
+ "lib/cosmos/version.rb" 0xB014EBF0
238
238
  "lib/cosmos/core_ext.rb" 0x1951B346
239
239
  "lib/cosmos/interfaces.rb" 0x7E3EA326
240
240
  "lib/cosmos/processors.rb" 0x5241327D
@@ -250,7 +250,7 @@
250
250
  "lib/cosmos/streams/tcpip_socket_stream.rb" 0x7096E4FA
251
251
  "lib/cosmos/streams/preidentified_stream_protocol.rb" 0xC258238E
252
252
  "lib/cosmos/script.rb" 0x25BB611B
253
- "lib/cosmos/config/config_parser.rb" 0x96FBE8D7
253
+ "lib/cosmos/config/config_parser.rb" 0x906B17D1
254
254
  "lib/cosmos/packet_logs.rb" 0xA2EDBB00
255
255
  "lib/cosmos/packets/limits.rb" 0x9758BB50
256
256
  "lib/cosmos/packets/limits_response.rb" 0x9C5E8444
@@ -9,6 +9,7 @@
9
9
  # attribution addendums as found in the LICENSE.txt
10
10
 
11
11
  require 'cosmos/ext/config_parser'
12
+ require 'tempfile'
12
13
  require 'erb'
13
14
 
14
15
  module Cosmos
@@ -183,7 +184,7 @@ module Cosmos
183
184
  size = file.stat.size.to_f
184
185
 
185
186
  # Callbacks for beginning of parsing
186
- @@message_callback.call("Parsing #{size} bytes of #{file.path}") if @@message_callback
187
+ @@message_callback.call("Parsing #{size} bytes of #{filename}") if @@message_callback
187
188
  @@progress_callback.call(0.0) if @@progress_callback
188
189
 
189
190
  # Loop through each line of the data
@@ -1,12 +1,12 @@
1
1
  # encoding: ascii-8bit
2
2
 
3
- COSMOS_VERSION = '3.6.1'
3
+ COSMOS_VERSION = '3.6.2'
4
4
  module Cosmos
5
5
  module Version
6
6
  MAJOR = '3'
7
7
  MINOR = '6'
8
- PATCH = '1'
9
- BUILD = 'e2512eb4bbd5b9100b13af0cfae7d042489eac99'
8
+ PATCH = '2'
9
+ BUILD = 'fcb3c8cec14487f39b0465f850a61b9ea13355cc'
10
10
  end
11
- VERSION = '3.6.1'
11
+ VERSION = '3.6.2'
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.6.1
4
+ version: 3.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Melton