aixm 1.5.4 → 1.6.1
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 +4 -4
- data/CHANGELOG.md +73 -61
- data/README.md +2 -10
- data/lib/aixm/f.rb +0 -2
- data/lib/aixm/version.rb +1 -1
- metadata +5 -40
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- metadata.gz.sig +0 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d7e36b7fb19adc62cd06014cd233e9e6bc101f3ece5af13117dabd5d3a6a1d0a
|
|
4
|
+
data.tar.gz: 6c8d7677ff4c126a682fc800686d42f15a13867cb920113f1ed61a5c8e1e43a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03a1498dbb24c640d49899295ad464c956c0722471a70608de159ab7dd81923fccc3ffaaca9dee296b1d1d39adc70a6f821c600ab35521a0a9b0a5d0f08dff03
|
|
7
|
+
data.tar.gz: 011ba9aa6163e943274655647c43f044583836fce3da86c6e9d308025d08740c61d60116fb8eb2367b74ff6c317c956f03e15443bc80572866789711ed7d2227
|
data/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
Nothing so far
|
|
4
4
|
|
|
5
|
+
## 1.6.1
|
|
6
|
+
|
|
7
|
+
### Changes
|
|
8
|
+
* Make `F#voice_25?` and `F#voice_833?` public
|
|
9
|
+
* Update Ruby to 4.0
|
|
10
|
+
|
|
11
|
+
## 1.6.0
|
|
12
|
+
|
|
13
|
+
### Changes
|
|
14
|
+
* Drop certs
|
|
15
|
+
* Add action for trusted release
|
|
16
|
+
|
|
5
17
|
## 1.5.4
|
|
6
18
|
|
|
7
|
-
|
|
19
|
+
### Changes
|
|
8
20
|
* Update Ruby to 3.4
|
|
9
21
|
|
|
10
22
|
## 1.5.3
|
|
@@ -37,17 +49,17 @@ Nothing so far
|
|
|
37
49
|
|
|
38
50
|
## 1.4.2
|
|
39
51
|
|
|
40
|
-
|
|
52
|
+
### Changes
|
|
41
53
|
* Fix 00:00 vs. 24:00 calculation for times with time zones
|
|
42
54
|
|
|
43
55
|
## 1.4.1
|
|
44
56
|
|
|
45
|
-
|
|
57
|
+
### Changes
|
|
46
58
|
* Update upstream OFMX schema
|
|
47
59
|
|
|
48
60
|
## 1.4.0
|
|
49
61
|
|
|
50
|
-
|
|
62
|
+
### Additions
|
|
51
63
|
* Runways include the center line from edge to edge as two `Rcp` features if
|
|
52
64
|
the center line is known (bidirectional runway) or can be calculated
|
|
53
65
|
(unidirectional runway with known dimensions).
|
|
@@ -57,47 +69,47 @@ Nothing so far
|
|
|
57
69
|
* Refinement `Numeric#to_deg`
|
|
58
70
|
* `AIXM::XY#bearing` and `AIXM::XY@add_distance`
|
|
59
71
|
|
|
60
|
-
|
|
72
|
+
### Breaking Changes
|
|
61
73
|
* Up until now, `Rdn->geoLat` and `Rdn->geoLong` were set to the THR. This
|
|
62
74
|
change sets them to the DTHR if any.
|
|
63
75
|
* `Runway::Direction#displaced_threshold=` fails when set as distance unless
|
|
64
76
|
`Runway::Direction#xy` and `Runway::Direction#bearing` are known.
|
|
65
77
|
* `Runway::Direction#displaced_threshold` always returns coordinates.
|
|
66
78
|
|
|
67
|
-
|
|
79
|
+
### Changes
|
|
68
80
|
* `Document#created_at` and similar accept local times and convert them to UTC
|
|
69
81
|
when the XML is generated.
|
|
70
82
|
* Moved refinements `Float#to_dms` and `Float#to_rad` to `Numeric`
|
|
71
83
|
|
|
72
84
|
## 1.3.4
|
|
73
85
|
|
|
74
|
-
|
|
86
|
+
### Additions
|
|
75
87
|
* `ckmid` skips XML schema validation if `-s` argument is set.
|
|
76
88
|
|
|
77
89
|
## 1.3.3
|
|
78
90
|
|
|
79
|
-
|
|
91
|
+
### Changes
|
|
80
92
|
* Extend `ckmid` and `mkmid` to accept multiple files and globbing.
|
|
81
93
|
|
|
82
94
|
## 1.3.2
|
|
83
95
|
|
|
84
|
-
|
|
96
|
+
### Changes
|
|
85
97
|
* Add `#pred` (aliased `#prev`) and `#succ` (alias `#next`) to both
|
|
86
98
|
`AIXM::Date` and `AIXM::Day` in order to use them for iterations
|
|
87
99
|
* Pretty print generic features only to prevent segfaults on large documents
|
|
88
100
|
|
|
89
101
|
## 1.3.1
|
|
90
102
|
|
|
91
|
-
|
|
103
|
+
### Changes
|
|
92
104
|
* Update certificate
|
|
93
105
|
|
|
94
106
|
## 1.3.0
|
|
95
107
|
|
|
96
|
-
|
|
108
|
+
### Breaking Changes
|
|
97
109
|
* `Document#created_at` no longer falls back to `Document#effective_at`
|
|
98
110
|
* Renamed `AIXM::Date#succ` to `AIXM::Date#next`
|
|
99
111
|
|
|
100
|
-
|
|
112
|
+
### Additions
|
|
101
113
|
* Refinement to pretty print Nokogiri XML documents
|
|
102
114
|
* XML comments on features (e.g. to include raw NOTAM)
|
|
103
115
|
* `Document#expiration_at` for OFMX
|
|
@@ -108,22 +120,22 @@ Nothing so far
|
|
|
108
120
|
|
|
109
121
|
## 1.2.1
|
|
110
122
|
|
|
111
|
-
|
|
123
|
+
### Additions
|
|
112
124
|
* Rounding of `AIXM::Schedule::Time`
|
|
113
125
|
|
|
114
126
|
## 1.2.0
|
|
115
127
|
|
|
116
|
-
|
|
128
|
+
### Additions
|
|
117
129
|
* `Timesheet` to add custom schedules to `Timetable`
|
|
118
130
|
* `AIXM::Schedule::(Date|Day|Time)` for custom timetables
|
|
119
131
|
* Interface to allow most class instances as Hash keys
|
|
120
132
|
|
|
121
|
-
|
|
133
|
+
### Fixes
|
|
122
134
|
* Fix typo in `GUESSED_UNIT_TYPES_MAP`
|
|
123
135
|
|
|
124
136
|
## 1.1.0
|
|
125
137
|
|
|
126
|
-
|
|
138
|
+
### Breaking Changes
|
|
127
139
|
* `AIXM::Concerns::Association:Array#duplicates` now returns an array of arrays which
|
|
128
140
|
group all duplicates together.
|
|
129
141
|
* `VOR#associate_dme` and `VOR#associate_tacan` no longer take the channel
|
|
@@ -137,7 +149,7 @@ Nothing so far
|
|
|
137
149
|
* Demoted `Address` to component
|
|
138
150
|
* Fixed typo in `Service` type `:vdf_direction_finding_service`
|
|
139
151
|
|
|
140
|
-
|
|
152
|
+
### Additions
|
|
141
153
|
* Associations from `Service` to `Airport` and `Airspace`
|
|
142
154
|
* `AIXM::R` (rectangle)
|
|
143
155
|
* `Runway#marking`
|
|
@@ -146,37 +158,37 @@ Nothing so far
|
|
|
146
158
|
* `#meta` on every feature and component
|
|
147
159
|
* `Document#regions` which is added to the root element for OFMX
|
|
148
160
|
|
|
149
|
-
|
|
161
|
+
### Changes
|
|
150
162
|
* Nested memoization of the same method is now allowed and won't reset the
|
|
151
163
|
memoization cache anymore.
|
|
152
164
|
* Remove unit "mhz" from `Address` of type `:radio_frequency`.
|
|
153
165
|
|
|
154
166
|
## 1.0.0
|
|
155
167
|
|
|
156
|
-
|
|
168
|
+
### Breaking Changes
|
|
157
169
|
* Move `Ase->txtLocalType` up into `AseUid` for OFMX
|
|
158
170
|
|
|
159
|
-
|
|
171
|
+
### Additions
|
|
160
172
|
* Add rhumb line geometry
|
|
161
173
|
|
|
162
174
|
## 0.3.11
|
|
163
175
|
|
|
164
|
-
|
|
176
|
+
### Breaking Changes
|
|
165
177
|
* Renamed default git branch to `main`
|
|
166
178
|
* Require Ruby 3.0
|
|
167
179
|
* `Address#address` requires and returns `AIXM::F` for type `:radio_frequency`
|
|
168
180
|
|
|
169
|
-
|
|
181
|
+
### Changes
|
|
170
182
|
* Fix `Obstacle#source` for OFMX
|
|
171
183
|
|
|
172
|
-
|
|
184
|
+
### Additions
|
|
173
185
|
* Add `f#voice?` and `AIXM.config.voice_channel_separation` to check whether a
|
|
174
186
|
frequency belongs to the voice communication airband and use it to validate
|
|
175
187
|
`Frequency`
|
|
176
188
|
|
|
177
189
|
## 0.3.10
|
|
178
190
|
|
|
179
|
-
|
|
191
|
+
### Additions
|
|
180
192
|
* Proper `has_many` and `has_one` associations
|
|
181
193
|
* `AIXM::Concerns::Association:Array#find_by|find|duplicates` on `has_many` associations
|
|
182
194
|
* `AIXM.config.mid` now defines whether `mid` attributes are inserted or not
|
|
@@ -188,7 +200,7 @@ Nothing so far
|
|
|
188
200
|
* Geometries respond to `#point?`, `#circle?` and `#polygon?`
|
|
189
201
|
* `Layer#services`
|
|
190
202
|
|
|
191
|
-
|
|
203
|
+
### Breaking Changes
|
|
192
204
|
* Require Ruby 2.7
|
|
193
205
|
* Moved `region` attribute from `Document` back to features again
|
|
194
206
|
* Use `Document#add_feature` instead of `Document@features#<<`
|
|
@@ -201,27 +213,27 @@ Nothing so far
|
|
|
201
213
|
* Refinement `String#payload_hash` removed in favor of `AIXM::PayloadHash` class
|
|
202
214
|
* Refinements `Array#find|duplicates` removed
|
|
203
215
|
|
|
204
|
-
|
|
216
|
+
### Changes
|
|
205
217
|
* Renamed `AIXM.config.mid_region` to `AIXM.config.region`
|
|
206
218
|
|
|
207
219
|
## 0.3.8
|
|
208
220
|
|
|
209
|
-
|
|
221
|
+
### Additions
|
|
210
222
|
* `AIXM.config.mid_region` to insert `mid` attributes
|
|
211
223
|
* Refinement `String#insert_payload_hash`
|
|
212
224
|
|
|
213
|
-
|
|
225
|
+
### Changes
|
|
214
226
|
* Fix calculation of magnetic bearing
|
|
215
227
|
|
|
216
228
|
## 0.3.7
|
|
217
229
|
|
|
218
|
-
|
|
230
|
+
### Additions
|
|
219
231
|
* `Document#select_features`
|
|
220
232
|
* `Document#group_obstacles!`
|
|
221
233
|
|
|
222
234
|
## 0.3.6
|
|
223
235
|
|
|
224
|
-
|
|
236
|
+
### Additions
|
|
225
237
|
* `FATO`
|
|
226
238
|
* `Helipad#helicopter_class` and `Helipad#marking`
|
|
227
239
|
* `AIXM::XY#seconds?` to detect possibly rounded or estimated coordinates
|
|
@@ -231,23 +243,23 @@ Nothing so far
|
|
|
231
243
|
* `Lighting` for use with runways, helipads and FATOs
|
|
232
244
|
* Surface details `#siwl_weight`, `#siwl_tire_pressure` and `#auw_weight`
|
|
233
245
|
|
|
234
|
-
|
|
246
|
+
### Changes
|
|
235
247
|
* Generate `Airport#id` from region and `Airport#name`
|
|
236
248
|
|
|
237
249
|
## 0.3.5
|
|
238
250
|
|
|
239
|
-
|
|
251
|
+
### Additions
|
|
240
252
|
* Refinement `Object#then_if`
|
|
241
253
|
* Airspace activity types `:aeromodelling` and `:glider_winch`
|
|
242
254
|
* `AIXM::XY#to_point` convenience method
|
|
243
255
|
|
|
244
|
-
|
|
256
|
+
### Breaking Changes
|
|
245
257
|
* Renamed airspace activity type "TOWING" from `:winch_activity` to `:towing_traffic`
|
|
246
258
|
* Updated obstacles and obstacle groups to reflect recent changes in OFMX
|
|
247
259
|
|
|
248
260
|
## 0.3.4
|
|
249
261
|
|
|
250
|
-
|
|
262
|
+
### Additions
|
|
251
263
|
* Address feature
|
|
252
264
|
* `Runway#preparation`, `Runway#condition` and `Runway#vfr_pattern`
|
|
253
265
|
* `Service#guessed_unit_type`
|
|
@@ -256,7 +268,7 @@ Nothing so far
|
|
|
256
268
|
in texts
|
|
257
269
|
* Refinements `Array#to_uuid` and `String#payload_hash`
|
|
258
270
|
|
|
259
|
-
|
|
271
|
+
### Breaking Changes
|
|
260
272
|
* Require Ruby 2.6
|
|
261
273
|
* Renamed `AIXM::H` to `AIXM::A` (angle) and add simple arithmetics to make it
|
|
262
274
|
more versatile
|
|
@@ -264,26 +276,26 @@ Nothing so far
|
|
|
264
276
|
* DMS notation `{-}{DD}DMMSS{.SS}[NESW]` now requires compulsory cardinal
|
|
265
277
|
direction (N, E, S or W) at the end
|
|
266
278
|
|
|
267
|
-
|
|
279
|
+
### Changes
|
|
268
280
|
* Service is a feature now
|
|
269
281
|
|
|
270
282
|
## 0.3.3
|
|
271
283
|
|
|
272
|
-
|
|
284
|
+
### Additions
|
|
273
285
|
* `AIXM::H` (heading)
|
|
274
286
|
|
|
275
|
-
|
|
287
|
+
### Changes
|
|
276
288
|
* Updated OFMX schema URI
|
|
277
289
|
* Added `eql?` and `hash` to `AIXM::XY|Z|D|H|F` to allow for instances of these
|
|
278
290
|
classes to be used as Hash keys.
|
|
279
291
|
|
|
280
292
|
## 0.3.2
|
|
281
293
|
|
|
282
|
-
|
|
294
|
+
### Additions
|
|
283
295
|
* Obstacle and obstacle group features
|
|
284
296
|
* `AIXM::D` (distance)
|
|
285
297
|
|
|
286
|
-
|
|
298
|
+
### Breaking Changes
|
|
287
299
|
* All distances (circle geometry radius, helipad and runway length/width) must
|
|
288
300
|
be `AIXM::D`.
|
|
289
301
|
* `AIXM::XY#distance` now returns `AIXM::D`
|
|
@@ -291,27 +303,27 @@ Nothing so far
|
|
|
291
303
|
|
|
292
304
|
## 0.3.1
|
|
293
305
|
|
|
294
|
-
|
|
306
|
+
### Additions
|
|
295
307
|
* `AIXM::Error` base error which reveals the `subject`
|
|
296
308
|
* Consider single point geometries to be closed
|
|
297
309
|
* Calculate `DME#ghost_f` from `DME#channel`
|
|
298
310
|
* `Layer#location_indicator` and `Layer#activity`
|
|
299
311
|
|
|
300
|
-
|
|
312
|
+
### Breaking Changes
|
|
301
313
|
* Renamed `Airport#code` to `Airport#id`
|
|
302
314
|
* Renamed `Airspace#short_name` to `Airspace#local_type`
|
|
303
315
|
* Moved `region` attribute from features to `Document`
|
|
304
316
|
|
|
305
|
-
|
|
317
|
+
### Changes
|
|
306
318
|
* Be more permissive on `Airport#id` in order to accomodate generated codes
|
|
307
319
|
built by concatting the `region` and `Airport#gps`.
|
|
308
320
|
|
|
309
321
|
## 0.3.0
|
|
310
322
|
|
|
311
|
-
|
|
323
|
+
### Breaking Additions
|
|
312
324
|
* Global configuration with `AIXM.config`
|
|
313
325
|
|
|
314
|
-
|
|
326
|
+
### Breaking Changes
|
|
315
327
|
* Switch from "AIXM with OFM extensions" to OFMX
|
|
316
328
|
* `to_aixm` renamed to `to_xml` again
|
|
317
329
|
* Removed signature `to_xml(extension)` in favor of `AIXM.schema`
|
|
@@ -320,7 +332,7 @@ Nothing so far
|
|
|
320
332
|
* Renamed Schedule to Timetable
|
|
321
333
|
* Timetable and remarks moved from Airspace to Layer (formerly known as class layer)
|
|
322
334
|
|
|
323
|
-
|
|
335
|
+
### Additions
|
|
324
336
|
* Organization and Unit features
|
|
325
337
|
* Airport feature
|
|
326
338
|
* Refinement `Float#to_rad`
|
|
@@ -329,71 +341,71 @@ Nothing so far
|
|
|
329
341
|
|
|
330
342
|
## 0.2.3
|
|
331
343
|
|
|
332
|
-
|
|
344
|
+
### Breaking Changes
|
|
333
345
|
* VOR types renamed from `:vor` to `:conventional` and `:doppler_vor` to `:doppler`
|
|
334
346
|
* NBR types added
|
|
335
347
|
* Marker types added
|
|
336
348
|
|
|
337
|
-
|
|
349
|
+
### Changes
|
|
338
350
|
* `mid` attributes on all navigational aid features
|
|
339
351
|
|
|
340
352
|
## 0.2.2
|
|
341
353
|
|
|
342
|
-
|
|
354
|
+
### Changes
|
|
343
355
|
* Bad error classes fixed
|
|
344
356
|
* Allow navigational aids without name
|
|
345
357
|
|
|
346
358
|
## 0.2.1
|
|
347
359
|
|
|
348
|
-
|
|
360
|
+
### Breaking Changes
|
|
349
361
|
* DVOR and VORDME confusion fixed
|
|
350
362
|
* VOR can be associated with DME (-> VOR/DME) or TACAN (-> VORTAC) now
|
|
351
363
|
* `to_xml` renamed to `to_aixm` everywhere
|
|
352
364
|
* Removed `:other` from all value lists
|
|
353
365
|
|
|
354
|
-
|
|
366
|
+
### Changes
|
|
355
367
|
* Schedule added to navigational aids
|
|
356
368
|
|
|
357
369
|
## 0.2.0
|
|
358
370
|
|
|
359
|
-
|
|
371
|
+
### Breaking Changes
|
|
360
372
|
* Symbols such as `:qnh`, `:ofm` or `:mhz` are downcased now
|
|
361
373
|
|
|
362
|
-
|
|
374
|
+
### Additions
|
|
363
375
|
* `AIXM::F` (frequency)
|
|
364
376
|
* Navigational aids features
|
|
365
377
|
* `AIXM::Z#qfe?` and friends
|
|
366
378
|
|
|
367
379
|
## 0.1.4
|
|
368
380
|
|
|
369
|
-
|
|
381
|
+
### Breaking Changes
|
|
370
382
|
* `AIXM.z(alt: 123, code: :QNE)` is now `AIXM.z(123, :QNE)`
|
|
371
383
|
|
|
372
384
|
## 0.1.3
|
|
373
385
|
|
|
374
|
-
|
|
386
|
+
### Breaking Changes
|
|
375
387
|
* Re-organization of classes in features and components
|
|
376
388
|
|
|
377
|
-
|
|
389
|
+
### Additions
|
|
378
390
|
* Shortcut initializers e.g. `AIXM.airspace(...)`
|
|
379
391
|
|
|
380
392
|
## 0.1.2
|
|
381
393
|
|
|
382
|
-
|
|
394
|
+
### Breaking Additions
|
|
383
395
|
* Class layers
|
|
384
396
|
|
|
385
|
-
|
|
397
|
+
### Breaking Changes
|
|
386
398
|
* Use `document.features << (feature)` instead of `document << (feature)`
|
|
387
399
|
|
|
388
400
|
## 0.1.1
|
|
389
401
|
|
|
390
|
-
|
|
402
|
+
### Additions
|
|
391
403
|
* Schedule (all but `TIMSH`)
|
|
392
404
|
* Refinement `Float#to_km` and `String#uptrans`
|
|
393
405
|
* Shortcut constants `AIXM::UNLIMITED` and `AIXM::H24`
|
|
394
406
|
* `Airspace#short_name`
|
|
395
407
|
|
|
396
|
-
|
|
408
|
+
### Changes
|
|
397
409
|
* `Document#created_at` and `#effective_at` accept Time, Date, String or *nil*
|
|
398
410
|
* Separate `Document#valid?` from `#complete?`
|
|
399
411
|
* Write coordinates in DD if extension `:OFM` is set
|
|
@@ -401,7 +413,7 @@ Nothing so far
|
|
|
401
413
|
|
|
402
414
|
## 0.1.0
|
|
403
415
|
|
|
404
|
-
|
|
416
|
+
### Initial Implementation
|
|
405
417
|
* Require Ruby 2.5
|
|
406
418
|
* `AIXM::XY` (coordinates)
|
|
407
419
|
* `AIXM::Z` (altitude or elevation)
|
data/README.md
CHANGED
|
@@ -17,14 +17,6 @@ Thank you for supporting free and open-source software by sponsoring on [GitHub]
|
|
|
17
17
|
|
|
18
18
|
## Install
|
|
19
19
|
|
|
20
|
-
### Security
|
|
21
|
-
|
|
22
|
-
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:
|
|
23
|
-
|
|
24
|
-
```
|
|
25
|
-
gem cert --add <(curl -Ls https://raw.github.com/svoop/aixm/main/certs/svoop.pem)
|
|
26
|
-
```
|
|
27
|
-
|
|
28
20
|
### Bundler
|
|
29
21
|
|
|
30
22
|
Add the following to the <tt>Gemfile</tt> or <tt>gems.rb</tt> of your [Bundler](https://bundler.io) powered Ruby project:
|
|
@@ -36,7 +28,7 @@ gem 'aixm'
|
|
|
36
28
|
And then install the bundle:
|
|
37
29
|
|
|
38
30
|
```
|
|
39
|
-
bundle install
|
|
31
|
+
bundle install
|
|
40
32
|
```
|
|
41
33
|
|
|
42
34
|
### Standalone
|
|
@@ -44,7 +36,7 @@ bundle install --trust-policy MediumSecurity
|
|
|
44
36
|
If you're only going to use [the executables](#executables), make sure to have the [latest version of Ruby](https://www.ruby-lang.org/en/documentation/installation/) and then install this gem:
|
|
45
37
|
|
|
46
38
|
```
|
|
47
|
-
gem install aixm
|
|
39
|
+
gem install aixm
|
|
48
40
|
```
|
|
49
41
|
|
|
50
42
|
## Usage
|
data/lib/aixm/f.rb
CHANGED
data/lib/aixm/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,34 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aixm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.6.1
|
|
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: ostruct
|
|
@@ -156,20 +135,6 @@ dependencies:
|
|
|
156
135
|
- - ">="
|
|
157
136
|
- !ruby/object:Gem::Version
|
|
158
137
|
version: '0'
|
|
159
|
-
- !ruby/object:Gem::Dependency
|
|
160
|
-
name: minitest-focus
|
|
161
|
-
requirement: !ruby/object:Gem::Requirement
|
|
162
|
-
requirements:
|
|
163
|
-
- - ">="
|
|
164
|
-
- !ruby/object:Gem::Version
|
|
165
|
-
version: '0'
|
|
166
|
-
type: :development
|
|
167
|
-
prerelease: false
|
|
168
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
169
|
-
requirements:
|
|
170
|
-
- - ">="
|
|
171
|
-
- !ruby/object:Gem::Version
|
|
172
|
-
version: '0'
|
|
173
138
|
- !ruby/object:Gem::Dependency
|
|
174
139
|
name: guard
|
|
175
140
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -223,9 +188,9 @@ executables:
|
|
|
223
188
|
- mkmid
|
|
224
189
|
extensions: []
|
|
225
190
|
extra_rdoc_files:
|
|
226
|
-
- README.md
|
|
227
191
|
- CHANGELOG.md
|
|
228
192
|
- LICENSE.txt
|
|
193
|
+
- README.md
|
|
229
194
|
files:
|
|
230
195
|
- CHANGELOG.md
|
|
231
196
|
- LICENSE.txt
|
|
@@ -344,7 +309,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
344
309
|
- !ruby/object:Gem::Version
|
|
345
310
|
version: '0'
|
|
346
311
|
requirements: []
|
|
347
|
-
rubygems_version:
|
|
312
|
+
rubygems_version: 4.0.3
|
|
348
313
|
specification_version: 4
|
|
349
314
|
summary: Builder for AIXM/OFMX aeronautical information
|
|
350
315
|
test_files: []
|
checksums.yaml.gz.sig
DELETED
|
Binary file
|
data.tar.gz.sig
DELETED
|
Binary file
|
metadata.gz.sig
DELETED