aipp 2.3.1 → 2.4.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: 9c73263a113844af94f58b40498803f74e8246e94e985dfa5a9cc373caeaa986
4
- data.tar.gz: bfb14e188c4a0f7b9f532d63259283a25076e02fd893e5c7961350d5ee67fb8b
3
+ metadata.gz: f45e1d0d073edab6437a28b86b5b8c6f9ee49e0b8d28b3b2bbf16e4bcd6bf70c
4
+ data.tar.gz: 7139ad71fc5e3255b00c01866f6ca434db547c0c9a2fac3cead73f3be15614de
5
5
  SHA512:
6
- metadata.gz: 31d356145fe57ba77a15d45472478c7cd8944fa3f92c2c6f7ed0553f09908120297c1d03bff37f126d940802cc2998c5703ebd59f8a83bb5d269aaacaa87af91
7
- data.tar.gz: 6e92b3c7882168368cb22b3c0787f16c9e20c7aff587e37109a012d5819e9738492cebc0dea00901a45b8cc39f64c5a34850df9586c6c5ed8080db6fb499d706
6
+ metadata.gz: d407238ad4f8a7ed854764176e089f0bc2238e21b5f35dfe2ababfbf8be30c97d4ea38841aff0ec98fed778513fc522a086fa3078d6d0e069fc5b5235841c53e
7
+ data.tar.gz: 621869521e3d65568681cf787f037c9705532c5460efc29ae1249f9c6f4bdaafca9637edf150f0c94b66430da431e04bc04086ff0f1280f28c8a2b5ced64fa28
data/CHANGELOG.md CHANGED
@@ -2,129 +2,135 @@
2
2
 
3
3
  Nothing so far
4
4
 
5
+ ## 2.4.0
6
+
7
+ ### Changes
8
+ * Drop certs
9
+ * Add action for trusted release
10
+
5
11
  ## 2.3.1
6
12
 
7
- #### Changes
13
+ ### Changes
8
14
  * Update Ruby to 3.4
9
15
 
10
16
  ## 2.3.0
11
17
 
12
- #### Additions
18
+ ### Additions
13
19
  * Include the date and time of the last upstream update for LS NOTAM and SHOOT
14
20
 
15
21
  ## 2.2.2
16
22
 
17
- #### Fix
23
+ ### Fix
18
24
  * Re-add accidentally removed RMZ and TMZ
19
25
 
20
26
  ## 2.2.1
21
27
 
22
- #### Changes
28
+ ### Changes
23
29
  * Adopt latest update of OFMX to accommodate new airspace types RMZ, TMZ and DRA
24
30
 
25
31
  ## 2.2.0
26
32
 
27
- #### Changes
33
+ ### Changes
28
34
  * Bump aixm gem to >=1.5.0 in order to bump to OFMX schema 0.2
29
35
 
30
36
  ## 2.1.11
31
37
 
32
- #### Changes
38
+ ### Changes
33
39
  * Adapt lookup for DPR zones which no longer contain dash in LS
34
40
 
35
41
  ## 2.1.10
36
42
 
37
- #### Additions
43
+ ### Additions
38
44
  * Show the gem version used in order to verify deployments
39
45
 
40
- #### Changes
46
+ ### Changes
41
47
  * Make dash between LS and DPR zone optional in NOTAM
42
48
 
43
49
  ## 2.1.9
44
50
 
45
- #### Additions
51
+ ### Additions
46
52
  * Support for Ruby 3.3
47
53
 
48
54
  ## 2.1.8
49
55
 
50
- #### Additions
56
+ ### Additions
51
57
  * Include contact name to remarks in LS SHOOT
52
58
 
53
59
  ## 2.1.7
54
60
 
55
- #### Fixes
61
+ ### Fixes
56
62
  * Workaround for temporary upstream CSV quoting error
57
63
 
58
64
  ## 2.1.6
59
65
 
60
- #### Fixes
66
+ ### Fixes
61
67
  * Update NOTAM gem
62
68
 
63
69
  ## 2.1.5
64
70
 
65
- #### Fixes
71
+ ### Fixes
66
72
  * Use UTC date for DABS cross check
67
73
  * Update NOTAM gem
68
74
 
69
75
  ## 2.1.4
70
76
 
71
- #### Fixes
77
+ ### Fixes
72
78
  * Update NOTAM gem
73
79
 
74
80
  ## 2.1.3
75
81
 
76
- #### Changes
82
+ ### Changes
77
83
  * Use uncompressed OFMX download for LS NOTAM
78
84
 
79
85
  ## 2.1.2
80
86
 
81
- #### Changes
87
+ ### Changes
82
88
  * Improve timesheet calculation for shooting grounds in LS
83
89
  * Improve safety margins for shooting grounds in LS
84
90
  * Switch to unzipped OFMX for now due to issues upstream
85
91
 
86
92
  ## 2.1.1
87
93
 
88
- #### Additions
94
+ ### Additions
89
95
  * Improve help when no scope is given
90
96
  * Add `-0` to write empty OFMX in case of no upstream data
91
97
 
92
98
  ## 2.1.0
93
99
 
94
- #### Breaking Changes
100
+ ### Breaking Changes
95
101
  * Unify all executables into `aip2aixm` and `aip2aixm` respectively
96
102
 
97
- #### Additions
103
+ ### Additions
98
104
  * Support for shooting grounds in LS
99
105
 
100
106
  ## 2.0.3
101
107
 
102
- #### Breaking Changes
108
+ ### Breaking Changes
103
109
  * THR/DTHR fixes from AIXM gem
104
110
  * Improve filters of delegated airspaces (region LF)
105
111
 
106
112
  ## 2.0.2
107
113
 
108
- #### Additions
114
+ ### Additions
109
115
  * Support for Ruby 3.2
110
116
 
111
- #### Fixes
117
+ ### Fixes
112
118
  * Improve hack to fix braindead years on D-items
113
119
 
114
120
  ## 2.0.1
115
121
 
116
- #### Fixes
122
+ ### Fixes
117
123
  * Fix ineffective rescue when parsing a NOTAM fails in force mode
118
124
  * Hack to fix braindead years on D-items
119
125
 
120
126
  ## 2.0.0
121
127
 
122
- #### Additions
128
+ ### Additions
123
129
  * Region LS NOTAM
124
130
  * CLI option to set a custom output file
125
131
  * `--quiet` option
126
132
 
127
- #### Breaking Changes
133
+ ### Breaking Changes
128
134
  * Drop support for Ruby 3.0
129
135
  * Rename `url_for` to `origin_for` and introduce origin structures which allow
130
136
  for more complex download scenarios such as HTTPS with session or GraphQL.
@@ -135,7 +141,7 @@ Nothing so far
135
141
 
136
142
  ## 1.0.0
137
143
 
138
- #### Breaking Changes
144
+ ### Breaking Changes
139
145
  * Switch from individual AIP HTML files to the comprehensive AIP XML
140
146
  database dump for the LF region reference implementation.
141
147
  * Drop the mandatory `URL` helper in favour of a mandatory `url_for` method.
@@ -143,99 +149,99 @@ Nothing so far
143
149
  * Improve calculation of short feature hash in manifest in order to include
144
150
  e.g. geometries of airspaces.
145
151
 
146
- #### Changes
152
+ ### Changes
147
153
  * Switch from `pry` to `debug`
148
154
 
149
- #### Additions
155
+ ### Additions
150
156
  * Unsevere warnings
151
157
  * Support for .xlsx, .ods and .csv files
152
158
 
153
159
  ## 0.2.6
154
160
 
155
- #### Additions
161
+ ### Additions
156
162
  * Detect duplicate features
157
163
 
158
- #### Changes
164
+ ### Changes
159
165
  * Require Ruby 2.7
160
166
 
161
167
  ## 0.2.5
162
168
 
163
- #### Additions
169
+ ### Additions
164
170
  * LF/AD-2>2.19 (AD navigational aids relevant to VFR)
165
171
  * Write build and manifest to `~/.aipp/<region>/builds`
166
172
 
167
- #### Changes
173
+ ### Changes
168
174
  * Renamed `~/.aipp/<region>/archive` to `~/.aipp/<region>/sources`
169
175
 
170
176
  ## 0.2.4
171
177
 
172
- #### Additions
178
+ ### Additions
173
179
  * LF/AD-3.1
174
180
  * Automatically load fixtures for patches
175
181
 
176
182
  ## 0.2.3
177
183
 
178
- #### Additons
184
+ ### Additons
179
185
  * Borders defined as GeoJSON (used by LF/ENR-2.1)
180
186
  * LF/AD-5.5
181
187
 
182
- #### Breaking Changes
188
+ ### Breaking Changes
183
189
  * Renamed `AIPP::AIP#write` method to `AIPP::AIP#add`
184
190
 
185
191
  ## 0.2.2
186
192
 
187
- #### Changes
193
+ ### Changes
188
194
  * Helper modules instead of one monolythic `helper.rb`
189
195
 
190
- #### Additions
196
+ ### Additions
191
197
  * LF/AD-1.3
192
198
  * LF/AD-1.6
193
199
  * LF/AD-2
194
200
 
195
201
  ## 0.2.1
196
202
 
197
- #### Changes
203
+ ### Changes
198
204
  * Require Ruby 2.6
199
205
  * Fix broken downloader
200
206
 
201
- #### Additions
207
+ ### Additions
202
208
  * Support for PDF files
203
209
 
204
210
  ## 0.2.0
205
211
 
206
- #### Changes
212
+ ### Changes
207
213
  * Complete rewrite of the framework in order to allow cross-AIP parsing made necessary due to recent changes in LF AIP.
208
214
 
209
- #### Additions
215
+ ### Additions
210
216
  * LF/ENR-2.1
211
217
  * Handling of errors and warnings optimized for parser development
212
218
 
213
- #### Removals
219
+ ### Removals
214
220
  * LF/AD-1.5
215
221
 
216
222
  ## 0.1.3
217
223
 
218
- #### Changes
224
+ ### Changes
219
225
  * Summary at end of run
220
226
 
221
- #### Additions
227
+ ### Additions
222
228
  * LF/AD-1.5
223
229
  * Source file line number evaluation
224
230
 
225
231
  ## 0.1.2
226
232
 
227
- #### Additions:
233
+ ### Additions:
228
234
  * LF/ENR-4.3
229
235
 
230
236
  ## 0.1.1
231
237
 
232
- #### Additions:
238
+ ### Additions:
233
239
  * LF/ENR-4.1
234
240
  * Helper modules
235
241
 
236
242
  ## 0.1.0
237
243
 
238
- #### Initial Implementation
244
+ ### Initial Implementation
239
245
  * Require Ruby 2.5
240
246
  * Framework and aip2aixm executable
241
247
  * LF/ENR-5.1
data/README.md CHANGED
@@ -25,20 +25,12 @@ Thank you for supporting free and open-source software by sponsoring on [GitHub]
25
25
 
26
26
  ## Install
27
27
 
28
- ### Security
29
-
30
- 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:
31
-
32
- ```
33
- gem cert --add <(curl -Ls https://raw.github.com/svoop/aipp/main/certs/svoop.pem)
34
- ```
35
-
36
28
  ### Standalone
37
29
 
38
30
  Make sure to have the [latest version of Ruby](https://www.ruby-lang.org/en/documentation/installation/) and then install this gem:
39
31
 
40
32
  ```
41
- gem install aipp --trust-policy MediumSecurity
33
+ gem install aipp
42
34
  ```
43
35
 
44
36
  ### Bundler
@@ -52,7 +44,7 @@ gem 'aipp'
52
44
  And then install the bundle:
53
45
 
54
46
  ```
55
- bundle install --trust-policy MediumSecurity
47
+ bundle install
56
48
  ```
57
49
 
58
50
  ## Usage
@@ -78,6 +70,7 @@ Scope | Content | Cache
78
70
  ------|---------|------
79
71
  [AIP](lib/aipp/aip/README.md) (default) | aeronautical information publication | by AIRAC cycle
80
72
  [NOTAM](lib/aipp/notam/README.md) | notice to airmen | by effective date and hour
73
+ [SHOOT](lib/aipp/shoot/README.md) | firing ranges | by day
81
74
 
82
75
  To list all available scopes, regions and sections:
83
76
 
data/lib/aipp/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module AIPP
2
- VERSION = "2.3.1".freeze
2
+ VERSION = "2.4.0".freeze
3
3
  end
metadata CHANGED
@@ -1,34 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aipp
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Schwyn
8
8
  bindir: exe
9
- cert_chain:
10
- - |
11
- -----BEGIN CERTIFICATE-----
12
- MIIDODCCAiCgAwIBAgIBATANBgkqhkiG9w0BAQsFADAjMSEwHwYDVQQDDBhydWJ5
13
- L0RDPWJpdGNldGVyYS9EQz1jb20wHhcNMjQxMTIwMjExMDIwWhcNMjUxMTIwMjEx
14
- MDIwWjAjMSEwHwYDVQQDDBhydWJ5L0RDPWJpdGNldGVyYS9EQz1jb20wggEiMA0G
15
- CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDcLg+IHjXYaUlTSU7R235lQKD8ZhEe
16
- KMhoGlSUonZ/zo1OT3KXcqTCP1iMX743xYs6upEGALCWWwq+nxvlDdnWRjF3AAv7
17
- ikC+Z2BEowjyeCCT/0gvn4ohKcR0JOzzRaIlFUVInlGSAHx2QHZ2N8ntf54lu7nd
18
- L8CiDK8rClsY4JBNGOgH9UC81f+m61UUQuTLxyM2CXfAYkj/sGNTvFRJcNX+nfdC
19
- hM9r2kH1+7wsa8yG7wJ2IkrzNACD8v84oE6qVusN8OLEMUI/NaEPVPbw2LUM149H
20
- PVa0i729A4IhroNnFNmw4wOC93ARNbM1+LW36PLMmKjKudf5Exg8VmDVAgMBAAGj
21
- dzB1MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBSfK8MtR62mQ6oN
22
- yoX/VKJzFjLSVDAdBgNVHREEFjAUgRJydWJ5QGJpdGNldGVyYS5jb20wHQYDVR0S
23
- BBYwFIEScnVieUBiaXRjZXRlcmEuY29tMA0GCSqGSIb3DQEBCwUAA4IBAQDSeB1x
24
- 8QK8F/ML37isgvwGiQxovDUqu6Sq14cQ1qE9y5prUBmL2AsDuCBpXXctcvamFqNC
25
- PgfJtj7ZZcXmY0SfKCog7T1btkr6zYxPXpxwUqB45n0I6v5qc0UCNvMEfBzxlak5
26
- VW7UMNlKD9qukeN55hxuLF2F/sLldMcHUo/ATgdV4zk1t3sK6A9+02wz5K5qfWdM
27
- Mi+XWXmGd57uojk3RcIXNwBRRP4DTKcKgVXhuyHb7q1vjTXrS6bw1Ortu0KmWOIk
28
- jTyRsT1gymASS2KHe+BaCTwD74GqO8q4woYLZgXnJ/PvgcFgY2FEi2Kn/sXLp4JE
29
- boIgxQCMT+nxBHCD
30
- -----END CERTIFICATE-----
31
- date: 2024-12-27 00:00:00.000000000 Z
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
32
11
  dependencies:
33
12
  - !ruby/object:Gem::Dependency
34
13
  name: airac
@@ -393,9 +372,9 @@ executables:
393
372
  - aip2ofmx
394
373
  extensions: []
395
374
  extra_rdoc_files:
396
- - README.md
397
375
  - CHANGELOG.md
398
376
  - LICENSE.txt
377
+ - README.md
399
378
  files:
400
379
  - CHANGELOG.md
401
380
  - LICENSE.txt
@@ -488,7 +467,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
488
467
  - !ruby/object:Gem::Version
489
468
  version: '0'
490
469
  requirements: []
491
- rubygems_version: 3.6.2
470
+ rubygems_version: 3.6.9
492
471
  specification_version: 4
493
472
  summary: Parser for aeronautical information publications
494
473
  test_files: []
checksums.yaml.gz.sig DELETED
Binary file
data.tar.gz.sig DELETED
Binary file
metadata.gz.sig DELETED
@@ -1 +0,0 @@
1
- �����W�f3�j8gu4(X�f��s�ܑc�roYJ�q+R�u+R�!�Ng�H� �:��ļ�/\*]��j�|�<n��ݩ�d(�]����k�7��y,��!��u��A%A���%�Ej�G��[�]꛺J=÷z�2s�2͐X28K�4����O�N�N�4;��;8��xX�7 ��HT"ϲ[���=?�>��Ĝ���& l�n���T/d�ћXpSM`�H�+�<3����FG�=��oFj�Y�Z