openc3-cosmos-geosim 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,57 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: openc3-cosmos-geosim
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Ryan Melton
8
+ - Jason Thomas
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2023-01-16 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: " cosmos-geosim plugin facilitating COSMOS config training\n"
15
+ email:
16
+ - ryan@openc3.com
17
+ - jason@openc3.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - LICENSE.txt
23
+ - README.md
24
+ - Rakefile
25
+ - microservices/GEOSIM/geosat_target.rb
26
+ - microservices/GEOSIM/targets/GEOSAT/cmd_tlm/cmds.txt
27
+ - microservices/GEOSIM/targets/GEOSAT/cmd_tlm/tlm.txt
28
+ - microservices/GEOSIM/targets/GEOSAT/data/attitude.bin
29
+ - microservices/GEOSIM/targets/GEOSAT/data/position.bin
30
+ - microservices/GEOSIM/targets/GEOSAT/lib/sim_sat.rb
31
+ - microservices/GEOSIM/targets/GEOSAT/target.txt
32
+ - plugin.txt
33
+ homepage: https://github.com/OpenC3/cosmos
34
+ licenses:
35
+ - AGPL-3.0-only
36
+ - Nonstandard
37
+ metadata: {}
38
+ post_install_message:
39
+ rdoc_options: []
40
+ require_paths:
41
+ - lib
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ required_rubygems_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ requirements: []
53
+ rubygems_version: 3.3.26
54
+ signing_key:
55
+ specification_version: 4
56
+ summary: OpenC3 cosmos-geosim plugin
57
+ test_files: []