cosmosc2 5.0.2.pre.beta2
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 +7 -0
- data/lib/cosmosc2.rb +20 -0
- metadata +66 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: e4d7eb61449000cfbaed66d29f3c428dc0bef074126608b10da310ffe6a7cbb1
|
|
4
|
+
data.tar.gz: c9771e3d36e7e4fdfa2841f5592283d4ade3b33da9ad59578c33a5ac5e1c6e1b
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: a7b33e17ef26e4d8517daad3038e7607f7be75b224b960193ac84ce785add16760fa68ce724ee4ad606a8c290ae1c0225433baa7e8cbcf5bd1db9749ed08d758
|
|
7
|
+
data.tar.gz: 65e9faaac2b10fded6ea61a0db5e5a186dc9742e310c625fc8b7b7164e2d3aff63bca62e20f92e9c2a602f824ed737f3e0b9ec240631953212eb19f5f2f97fe9
|
data/lib/cosmosc2.rb
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# encoding: ascii-8bit
|
|
2
|
+
|
|
3
|
+
# Copyright 2022 Ball Aerospace & Technologies Corp.
|
|
4
|
+
# All Rights Reserved.
|
|
5
|
+
#
|
|
6
|
+
# This program is free software; you can modify and/or redistribute it
|
|
7
|
+
# under the terms of the GNU Affero General Public License
|
|
8
|
+
# as published by the Free Software Foundation; version 3 with
|
|
9
|
+
# attribution addendums as found in the LICENSE.txt
|
|
10
|
+
#
|
|
11
|
+
# This program is distributed in the hope that it will be useful,
|
|
12
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
# GNU Affero General Public License for more details.
|
|
15
|
+
#
|
|
16
|
+
# This program may also be used under the terms of a commercial or
|
|
17
|
+
# enterprise edition license of COSMOS if purchased from the
|
|
18
|
+
# copyright holder
|
|
19
|
+
|
|
20
|
+
require 'cosmos'
|
metadata
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: cosmosc2
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 5.0.2.pre.beta2
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Ryan Melton
|
|
8
|
+
- Jason Thomas
|
|
9
|
+
autorequire:
|
|
10
|
+
bindir: bin
|
|
11
|
+
cert_chain: []
|
|
12
|
+
date: 2022-04-28 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
|
+
name: cosmos
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
requirements:
|
|
18
|
+
- - '='
|
|
19
|
+
- !ruby/object:Gem::Version
|
|
20
|
+
version: 5.0.2.pre.beta2
|
|
21
|
+
type: :runtime
|
|
22
|
+
prerelease: false
|
|
23
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
24
|
+
requirements:
|
|
25
|
+
- - '='
|
|
26
|
+
- !ruby/object:Gem::Version
|
|
27
|
+
version: 5.0.2.pre.beta2
|
|
28
|
+
description: |2
|
|
29
|
+
Ball Aerospace COSMOS provides all the functionality needed to send
|
|
30
|
+
commands to and receive data from one or more embedded systems
|
|
31
|
+
referred to as "targets". Out of the box functionality includes:
|
|
32
|
+
Telemetry Display, Telemetry Graphing, Operational and Test Scripting,
|
|
33
|
+
Command Sending, Logging, and more.
|
|
34
|
+
email:
|
|
35
|
+
- rmelton@ball.com
|
|
36
|
+
- jmthomas@ball.com
|
|
37
|
+
executables: []
|
|
38
|
+
extensions: []
|
|
39
|
+
extra_rdoc_files: []
|
|
40
|
+
files:
|
|
41
|
+
- lib/cosmosc2.rb
|
|
42
|
+
homepage: https://github.com/BallAerospace/COSMOS
|
|
43
|
+
licenses:
|
|
44
|
+
- AGPL-3.0-only
|
|
45
|
+
- Nonstandard
|
|
46
|
+
metadata: {}
|
|
47
|
+
post_install_message:
|
|
48
|
+
rdoc_options: []
|
|
49
|
+
require_paths:
|
|
50
|
+
- lib
|
|
51
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
52
|
+
requirements:
|
|
53
|
+
- - ">="
|
|
54
|
+
- !ruby/object:Gem::Version
|
|
55
|
+
version: '2.7'
|
|
56
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
57
|
+
requirements:
|
|
58
|
+
- - ">"
|
|
59
|
+
- !ruby/object:Gem::Version
|
|
60
|
+
version: 1.3.1
|
|
61
|
+
requirements: []
|
|
62
|
+
rubygems_version: 3.3.5
|
|
63
|
+
signing_key:
|
|
64
|
+
specification_version: 4
|
|
65
|
+
summary: Ball Aerospace COSMOS
|
|
66
|
+
test_files: []
|