cosmos-ccsds_transfer_frames 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a9b8f1781119e4edf32ed565622aeed133ac5e13
4
- data.tar.gz: a72e587b83aef531b2983e5b9cbde3e5bce48e76
3
+ metadata.gz: eaef988e57d7a960bd1be54b29f8620da10c2f7a
4
+ data.tar.gz: 0bf246c91d89effc965ed138a52cda49e94e6052
5
5
  SHA512:
6
- metadata.gz: d26fbaf95c47b6346f0d22001f1151e59489889473115aaf4bb41007efbe737c90560adbfd8c243d8d94a33762e131ed1325095f805b119ec58c957811b7c057
7
- data.tar.gz: 3f110d73332e8d5c1466f623bd81df8ce75e2e65909a448d1c60d21d8523c3c45d892dd2d3f3bae67a9bad6e1ea0f635cdb40a669517dbc049b8b5893ee5b629
6
+ metadata.gz: be53b3764587795f609c571ac739c16ef5c69f15232d12ce70ab2632a40a1a6d2b750417c8c62e4ab5012aced6e1a228ca5572b1fa0b4031cea7a4baf1798866
7
+ data.tar.gz: 465382e1278488844f1120b270ab1eab82aa2cacfea98c016b662df98be5f755fbbf9d0d9f8cfdaaa93c5d9cbdbe5a38a3b6e203b0ebff36f796b45a0ef9ba37
data/README.md CHANGED
@@ -32,7 +32,7 @@ Then add the protocol in the command and telemetry server configuration in an in
32
32
 
33
33
  ```
34
34
  INTERFACE INTERFACE_NAME tcpip_client_interface.rb localhost 12345 12345 10.0 nil
35
- PROTOCOL Cosmos::CcsdsTransferFrames::CcsdsTranferFrameProtocol 1115 0 true true
35
+ PROTOCOL Cosmos::CcsdsTransferFrames::CcsdsTransferFrameProtocol 1115 0 true true
36
36
  TARGET TARGET_NAME
37
37
  ```
38
38
 
@@ -11,10 +11,10 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = "CCSDS transfer frame protocol for use in COSMOS"
13
13
  spec.description = <<-EOF
14
- A Ball Aerospace COSMOS 'tool' gem which provides a read-only protocol
15
- for extracting CCSDS space packets from CCSDS transfer frames, optionally
16
- prefixing each packet, with the transfer frame headers of the frame where
17
- it started.
14
+ A Ball Aerospace COSMOS extension gem which provides a read-only
15
+ protocol for extracting CCSDS space packets from CCSDS transfer frames,
16
+ optionally prefixing each packet with the transfer frame headers of the
17
+ frame where it started.
18
18
  EOF
19
19
  spec.homepage = "https://github.com/ienorand/cosmos-ccsds_transfer_frames"
20
20
  spec.license = "GPL-3.0"
@@ -1,5 +1,5 @@
1
1
  module Cosmos
2
2
  module CcsdsTransferFrames
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cosmos-ccsds_transfer_frames
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Erik Werner
@@ -81,10 +81,10 @@ dependencies:
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0.9'
83
83
  description: |2
84
- A Ball Aerospace COSMOS 'tool' gem which provides a read-only protocol
85
- for extracting CCSDS space packets from CCSDS transfer frames, optionally
86
- prefixing each packet, with the transfer frame headers of the frame where
87
- it started.
84
+ A Ball Aerospace COSMOS extension gem which provides a read-only
85
+ protocol for extracting CCSDS space packets from CCSDS transfer frames,
86
+ optionally prefixing each packet with the transfer frame headers of the
87
+ frame where it started.
88
88
  email:
89
89
  - martinerikwerner@gmail.com
90
90
  executables: []