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