ogn_client-ruby 0.2.5 → 0.3.0

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: eb15fb964225bbe71a8ed8a69e6b2787b62fbf3cbbf70abd3a6d8b7b51092abb
4
- data.tar.gz: 91b768c27573bd84da400f2ab6bb6692f646d1b767eb05c6ee629fa5d445ec26
3
+ metadata.gz: 2c97bb85149747d1162932a44a9a307ae7209d88fa49c828f3d85d7cf83c0ac0
4
+ data.tar.gz: 948defcadad3d316abe0fc6f9a205a626773ebeea8a1c450b2f72a34f542c891
5
5
  SHA512:
6
- metadata.gz: a8f2004a739e3f1fb6c0580591d82141361f055707fb7a6e09f40ab22e8f3566378f08b4746d25f3f653b17da42a91ca6c6f7c52b4a88e54c0db17895abc750a
7
- data.tar.gz: 72ca00d255bffdddf3e0b81694f2d29531df31a906cffefe6e6d5d8c4e9594aed7ff116674a0f2944e13549c9e7f8f21a119f56b19b3ff922c7c2cd772effeec
6
+ metadata.gz: 8994918beb73a919d0680db3bf8e86c7295cf84cee732ecbec5fff70a582e791f02e950559443cd0c715763d7abb5fb6a0c7b72a50ce46dc943fd759e1b034a4
7
+ data.tar.gz: db5b3642587ebc5e89805e2e3f923e266e180c55c5ad2975b5f42b61d6f74fe0018f6d611c839a28f46a722b8e21e71132450a12699a0de0cab7d375ea4db5b8
data/CHANGELOG.md CHANGED
@@ -2,37 +2,56 @@
2
2
 
3
3
  Nothing so far
4
4
 
5
+ ## 0.3.0
6
+
7
+ ### Changes
8
+ * Drop certs
9
+ * Add action for trusted release
10
+
11
+ ## 0.2.6
12
+
13
+ ### Changes
14
+ * Update Ruby to 3.4
15
+
5
16
  ## 0.2.5
6
17
 
7
- * skip live tests by default
8
- * update certificate
18
+ ### Changes
19
+ * Skip live tests by default
20
+ * Update certificate
9
21
 
10
22
  ## 0.2.4
11
23
 
12
- * add ogn2geojson
13
- * sign gem and add checksums
24
+ ### Additions
25
+ * Add ogn2geojson
26
+ * Sign gem and add checksums
14
27
 
15
28
  ## 0.2.3
16
29
 
17
- * add support for explicit message date
18
- * fix ogn2kml for larger tracks
30
+ ### Additions
31
+ * Add support for explicit message date
32
+
33
+ ### Fixes
34
+ * Fix ogn2kml for larger tracks
19
35
 
20
36
  ## 0.2.2
21
37
 
22
- * add example executables
38
+ ### Additions
39
+ * Add example executables
23
40
  * ognlogd
24
41
  * ogn2kml
25
42
 
26
43
  ## 0.2.0
27
44
 
28
- * support for receiver versions <= 0.2.6
29
- * renamed `Sender` to `SenderBeacon`
30
- * devided `Receiver` to `ReceiverBeacon` and `ReceiverStatus`
45
+ ### Additions
46
+ * Support for receiver versions <= 0.2.6
47
+ * Renamed `Sender` to `SenderBeacon`
48
+ * Devided `Receiver` to `ReceiverBeacon` and `ReceiverStatus`
31
49
  * `ReceiverStatus` is *not* available for receiver versions < 0.2.6
32
50
 
33
51
  ## 0.1.3
34
52
 
35
- * renamed sender and receiver attributes
53
+ ### Changes
54
+ * Renamed sender and receiver attributes
36
55
  * `Sender#signal` -> `Sender#signal_quality`
37
56
  * `Sender#power` -> `Sender#signal_power`
38
57
  * `Receiver#signal` -> `Receiver#signal_quality`
@@ -41,9 +60,9 @@ Nothing so far
41
60
 
42
61
  ## 0.1.2
43
62
 
44
- * support for receiver versions <= 0.2.5
45
- * faster message parsing
46
- * new sender and receiver attributes
63
+ ### Additions
64
+ * Support for receiver versions <= 0.2.5
65
+ * New sender and receiver attributes
47
66
  * `Sender#power`
48
67
  * `Receiver#voltage`
49
68
  * `Receiver#amperage`
@@ -56,30 +75,39 @@ Nothing so far
56
75
  * `Receiver#good_and_bad_senders`
57
76
  * `Receiver#good_senders`
58
77
  * `Receiver#bad_senders`
59
- * renamed receiver attributes
78
+
79
+ ### Changes
80
+ * Faster message parsing
81
+ * Renamed receiver attributes
60
82
  * `Receiver#manual_correction` -> `Receiver#rf_correction_manual`
61
83
  * `Receiver#automatic_correction` -> `Receiver#rf_correction_automatic`
62
84
 
63
85
  ## 0.1.1
64
86
 
65
- * supported receiver versions <= 0.2.4
66
- * remove debug support and raise errors instead
67
- * convert raw messages to UTF-8 before parsing
68
- * new sender and receiver attributes
87
+ ### Additions
88
+ * New sender and receiver attributes
69
89
  * `Sender#flight_level
70
90
  * `Sender#flarm_software_version`
71
91
  * `Sender#flarm_hardware_version`
72
92
  * `Sender#flarm_id`
73
93
  * `Receiver#manual_correction`
74
94
  * `Receiver#automatic_correction`
75
- * renamed message attribute
95
+ * Verification of supported receiver version
96
+
97
+ ### Changes
98
+ * Supported receiver versions <= 0.2.4
99
+ * Convert raw messages to UTF-8 before parsing
100
+ * Renamed message attribute
76
101
  * `Message#speed` -> `Message#ground_speed`
77
- * verification of supported receiver version
102
+
103
+ ### Removals
104
+ * Remove debug support and raise errors instead
78
105
 
79
106
  ## 0.1.0
80
107
 
108
+ ### Additions
81
109
  * OGN subscription
82
- * parser for senders, receivers and comments with attributes
110
+ * Parser for senders, receivers and comments with attributes
83
111
  * `Message#raw`
84
112
  * `Message#callsign`
85
113
  * `Message#receiver`
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  [![Version](https://img.shields.io/gem/v/ogn_client-ruby.svg?style=flat)](https://rubygems.org/gems/ogn_client-ruby)
2
- [![Tests](https://img.shields.io/github/workflow/status/svoop/ogn_client-ruby/Test.svg?style=flat&label=tests)](https://github.com/svoop/ogn_client-ruby/actions?workflow=Test)
2
+ [![Tests](https://img.shields.io/github/actions/workflow/status/svoop/ogn_client-ruby/test.yml?style=flat&label=tests)](https://github.com/svoop/ogn_client-ruby/actions?workflow=Test)
3
3
  [![Code Climate](https://img.shields.io/codeclimate/maintainability/svoop/ogn_client-ruby.svg?style=flat)](https://codeclimate.com/github/svoop/ogn_client-ruby)
4
- [![Donorbox](https://img.shields.io/badge/donate-on_donorbox-yellow.svg)](https://donorbox.org/bitcetera)
4
+ [![GitHub Sponsors](https://img.shields.io/github/sponsors/svoop.svg)](https://github.com/sponsors/svoop)
5
5
 
6
6
  # ogn_client-ruby
7
7
 
@@ -10,18 +10,10 @@
10
10
  * Homepage: https://github.com/svoop/ogn_client-ruby
11
11
  * Author: [Sven Schwyn](http://bitcetera.com)
12
12
 
13
- :loudspeaker: A word from the shameless commerce division: Looking for a freelance Ruby developer? Surf to http://bitcetera.com and contact Sven. Or [show your support with a donation](https://donorbox.org/bitcetera-ogn_client-ruby). Yes, we do sponsored features, too.
13
+ Thank you for supporting free and open-source software by sponsoring on [GitHub](https://github.com/sponsors/svoop) or on [Donorbox](https://donorbox.com/bitcetera). Any gesture is appreciated, from a single Euro for a ☕️ cup of coffee to 🍹 early retirement.
14
14
 
15
15
  ## Installation
16
16
 
17
- ### Security
18
-
19
- This gem is [cryptographically signed](https://guides.rubygems.org/security/#using-gems) in order to assure it hasn't been tampered with. Unless already done, please add the author's public key as a trusted certificate now:
20
-
21
- ```
22
- gem cert --add <(curl -Ls https://raw.github.com/svoop/ogn_client-ruby/master/certs/svoop.pem)
23
- ```
24
-
25
17
  ### Bundler
26
18
 
27
19
  Add the following to the <tt>Gemfile</tt> or <tt>gems.rb</tt> of your [Bundler](https://bundler.io) powered Ruby project:
@@ -33,7 +25,7 @@ gem 'ogn_client-ruby', require: 'ogn_client'
33
25
  And then install the bundle:
34
26
 
35
27
  ```
36
- bundle install --trust-policy MediumSecurity
28
+ bundle install
37
29
  ```
38
30
 
39
31
  ### Standalone
@@ -41,7 +33,7 @@ bundle install --trust-policy MediumSecurity
41
33
  If you're only going to use [the executables](#executables):
42
34
 
43
35
  ```
44
- gem install ogn_client-ruby --trust-policy MediumSecurity
36
+ gem install ogn_client-ruby
45
37
  ```
46
38
 
47
39
  ## Usage
@@ -232,7 +224,7 @@ To install the development dependencies and then run the test suite:
232
224
  bundle install
233
225
  bundle exec rake # run tests once
234
226
  bundle exec guard # run tests whenever files are modified
235
-
227
+
236
228
  The test suite may run against live OGN data if you set the `SPEC_SCOPE` environment variable, by default, these tests are skipped.
237
229
 
238
230
  ```
@@ -1,3 +1,3 @@
1
1
  module OGNClient
2
- VERSION = "0.2.5".freeze
2
+ VERSION = "0.3.0".freeze
3
3
  end
metadata CHANGED
@@ -1,36 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ogn_client-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Schwyn
8
- autorequire:
9
8
  bindir: exe
10
- cert_chain:
11
- - |
12
- -----BEGIN CERTIFICATE-----
13
- MIIDODCCAiCgAwIBAgIBATANBgkqhkiG9w0BAQsFADAjMSEwHwYDVQQDDBhydWJ5
14
- L0RDPWJpdGNldGVyYS9EQz1jb20wHhcNMjIxMTA2MTIzNjUwWhcNMjMxMTA2MTIz
15
- NjUwWjAjMSEwHwYDVQQDDBhydWJ5L0RDPWJpdGNldGVyYS9EQz1jb20wggEiMA0G
16
- CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDcLg+IHjXYaUlTSU7R235lQKD8ZhEe
17
- KMhoGlSUonZ/zo1OT3KXcqTCP1iMX743xYs6upEGALCWWwq+nxvlDdnWRjF3AAv7
18
- ikC+Z2BEowjyeCCT/0gvn4ohKcR0JOzzRaIlFUVInlGSAHx2QHZ2N8ntf54lu7nd
19
- L8CiDK8rClsY4JBNGOgH9UC81f+m61UUQuTLxyM2CXfAYkj/sGNTvFRJcNX+nfdC
20
- hM9r2kH1+7wsa8yG7wJ2IkrzNACD8v84oE6qVusN8OLEMUI/NaEPVPbw2LUM149H
21
- PVa0i729A4IhroNnFNmw4wOC93ARNbM1+LW36PLMmKjKudf5Exg8VmDVAgMBAAGj
22
- dzB1MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBSfK8MtR62mQ6oN
23
- yoX/VKJzFjLSVDAdBgNVHREEFjAUgRJydWJ5QGJpdGNldGVyYS5jb20wHQYDVR0S
24
- BBYwFIEScnVieUBiaXRjZXRlcmEuY29tMA0GCSqGSIb3DQEBCwUAA4IBAQAYG2na
25
- ye8OE2DANQIFM/xDos/E4DaPWCJjX5xvFKNKHMCeQYPeZvLICCwyw2paE7Otwk6p
26
- uvbg2Ks5ykXsbk5i6vxDoeeOLvmxCqI6m+tHb8v7VZtmwRJm8so0eSX0WvTaKnIf
27
- CAn1bVUggczVdNoBXw9WAILKyw9bvh3Ft740XZrR74sd+m2pGwjCaM8hzLvrVbGP
28
- DyYhlBeRWyQKQ0WDIsiTSRhzK8HwSTUWjvPwx7SEdIU/HZgyrk0ETObKPakVu6bH
29
- kAyiRqgxF4dJviwtqI7mZIomWL63+kXLgjOjMe1SHxfIPo/0ji6+r1p4KYa7o41v
30
- fwIwU1MKlFBdsjkd
31
- -----END CERTIFICATE-----
32
- date: 2022-11-06 00:00:00.000000000 Z
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
33
11
  dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: ostruct
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: '0'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: '0'
34
26
  - !ruby/object:Gem::Dependency
35
27
  name: rake
36
28
  requirement: !ruby/object:Gem::Requirement
@@ -74,7 +66,7 @@ dependencies:
74
66
  - !ruby/object:Gem::Version
75
67
  version: '0'
76
68
  - !ruby/object:Gem::Dependency
77
- name: minitest-sound
69
+ name: minitest-flash
78
70
  requirement: !ruby/object:Gem::Requirement
79
71
  requirements:
80
72
  - - ">="
@@ -141,9 +133,9 @@ executables:
141
133
  - ognlogd
142
134
  extensions: []
143
135
  extra_rdoc_files:
144
- - README.md
145
136
  - CHANGELOG.md
146
137
  - LICENSE.txt
138
+ - README.md
147
139
  files:
148
140
  - CHANGELOG.md
149
141
  - LICENSE.txt
@@ -169,7 +161,6 @@ metadata:
169
161
  source_code_uri: https://github.com/svoop/ogn_client-ruby
170
162
  documentation_uri: https://www.rubydoc.info/gems/ogn_client-ruby
171
163
  bug_tracker_uri: https://github.com/svoop/ogn_client-ruby/issues
172
- post_install_message:
173
164
  rdoc_options:
174
165
  - "--title"
175
166
  - OGN Subscriber and Parser
@@ -191,8 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
182
  - !ruby/object:Gem::Version
192
183
  version: '0'
193
184
  requirements: []
194
- rubygems_version: 3.3.25
195
- signing_key:
185
+ rubygems_version: 3.6.9
196
186
  specification_version: 4
197
187
  summary: Subscriber and parser for APRS messages from OGN
198
188
  test_files: []
checksums.yaml.gz.sig DELETED
Binary file
data.tar.gz.sig DELETED
@@ -1,2 +0,0 @@
1
- >) �zV���a%���� zc�i�Y�5�����9��Ƌb�5�K�nh��-])�h\V����UK�z��܍�]6$G�a�� i\����Cy��7�Х�܄���]�8^�(�<�o���s+Y�m�FI���[;�oBs\fX����%wx����WX�׾�!�"P�7:�.G�4-8����0}#J��t��[B��4� :�\CJj̑�!�7�9�1�W�OZr�^R�~��7��
2
- �4�$��ԱS���=r�)��
metadata.gz.sig DELETED
Binary file