cosmos 4.2.1-java → 4.2.2-java

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
  SHA256:
3
- metadata.gz: ec05953a8ef2e40bccd37e8c7187dbf16c72c48f0a709ab1b1b39eaba2dcf1cc
4
- data.tar.gz: a59d498d03c5750bf3ce4f0752f2e6113cea30b548e412208050bcc6ff26be50
3
+ metadata.gz: c14ef40a97dc9c1338ce893bfacee7ca95cae3fa08e5ac20c102458a9ddbacc1
4
+ data.tar.gz: e65d8815ff72d95e091698d29b5805eceaef39b57706e65904e1bfcb7c3ddfc9
5
5
  SHA512:
6
- metadata.gz: 380c12835fb5bf1feef36dc220b7c1cf8d7219c045bcf003dbebbbc2c90df302bce413a06c45fe421066e81b96ae766d409cbf4c266f9c53aa91ab2618182aac
7
- data.tar.gz: 5641215980247046b5f016b05b85b4b410d9bdc1ab48beb035dc270a0658eb3c87f36e69b4cd9102ba62314094252daa2efd4b3e22b51e5aafff61071a9a3a26
6
+ metadata.gz: 59e4c6d5a2a0e1475bf5b02f3c8b503bb7dd861aa4338da22684faa939beae3a6c91c2483d1e8efd2bbc244e883a059ed19217e4641693cf0f6b55a1d2adbf12
7
+ data.tar.gz: a4675fae23f403aa62978330c942c5f534b4e44dc32835d63e91277455d985edde624cf4ade9f896eb256bf1056f2402e68d88f6fa0ed366e7a1b867435b29a9
@@ -18,7 +18,7 @@
18
18
  "lib/cosmos/processors/processor.rb" 0x1FEB7030
19
19
  "lib/cosmos/processors/statistics_processor.rb" 0x514E4788
20
20
  "lib/cosmos/processors/watermark_processor.rb" 0x8829E260
21
- "lib/cosmos/version.rb" 0x20D8AB69
21
+ "lib/cosmos/version.rb" 0x7E836DC1
22
22
  "lib/cosmos/conversions/new_packet_log_conversion.rb" 0x4AA03555
23
23
  "lib/cosmos/conversions/segmented_polynomial_conversion.rb" 0xC498CE81
24
24
  "lib/cosmos/conversions/processor_conversion.rb" 0xC72B73BD
@@ -8,4 +8,6 @@ if ENV['COSMOS_DEVEL']
8
8
  else
9
9
  gem 'cosmos'
10
10
  end
11
- instance_eval File.read(File.join(__dir__, 'config/dart/Gemfile'))
11
+
12
+ # Uncomment this line to add DART dependencies to your main Gemfile
13
+ # instance_eval File.read(File.join(__dir__, 'config/dart/Gemfile'))
@@ -8,4 +8,6 @@ if ENV['COSMOS_DEVEL']
8
8
  else
9
9
  gem 'cosmos'
10
10
  end
11
- instance_eval File.read(File.join(__dir__, 'config/dart/Gemfile'))
11
+
12
+ # Uncomment this line to add DART dependencies to your main Gemfile
13
+ # instance_eval File.read(File.join(__dir__, 'config/dart/Gemfile'))
@@ -1,3 +1,3 @@
1
1
  TITLE 'COSMOS Command and Telemetry Server'
2
2
  AUTO_INTERFACE_TARGETS # Use cmd_tlm_server.txt from all targets declared in system.txt
3
- COLLECT_METADATA
3
+ #COLLECT_METADATA
@@ -1,7 +1,7 @@
1
1
  TITLE "Launcher"
2
2
  TOOL_FONT tahoma 12
3
3
  LABEL_FONT tahoma 16
4
- # NUM_COLUMNS 4 # This is the default
4
+ NUM_COLUMNS 5
5
5
 
6
6
  MULTITOOL_START "COSMOS" NULL
7
7
  TOOL "LAUNCH CmdTlmServer -x 827 -y 2 -w 756 -t 475 -c cmd_tlm_server.txt"
@@ -1,12 +1,12 @@
1
1
  # encoding: ascii-8bit
2
2
 
3
- COSMOS_VERSION = '4.2.1'
3
+ COSMOS_VERSION = '4.2.2'
4
4
  module Cosmos
5
5
  module Version
6
6
  MAJOR = '4'
7
7
  MINOR = '2'
8
- PATCH = '1'
9
- BUILD = '37634231d2c049188149e28345bc80df36b493cf'
8
+ PATCH = '2'
9
+ BUILD = '6c929b5a65fd9dc0631cdab312e71f65630fceff'
10
10
  end
11
- VERSION = '4.2.1'
11
+ VERSION = '4.2.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: 4.2.1
4
+ version: 4.2.2
5
5
  platform: java
6
6
  authors:
7
7
  - Ryan Melton
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-04-10 00:00:00.000000000 Z
12
+ date: 2018-04-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  requirement: !ruby/object:Gem::Requirement