aipp 2.1.11 → 2.2.0

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
  SHA256:
3
- metadata.gz: f93f9b4b3af9fdfcc372f56304b573269456946acdf745dcf94fd2fa6764a4d1
4
- data.tar.gz: a9ce87b1b19eb2dae5181a5f9fab3f8c73f48c5ffe95036f5c6951dd4a5f757f
3
+ metadata.gz: 26ef796dce1fa17d820789dde8827d9eb9e2a65a08c8f3188f7f77817831705e
4
+ data.tar.gz: 42d29d718c93d348e1a316f68030ee668f385ea7e0777b4237686c343fe14da0
5
5
  SHA512:
6
- metadata.gz: 0e4e02f003fd59f1fc1947dfe6332768629edd175651aa3d70b2483065b973ebd07a99269b092e4c522aee958f4129c39b9d31e1a3efd3a534fd5912e40b10d2
7
- data.tar.gz: 4ded0cf51af9fd375dbf9ef4f8cf10dc025371aa91991d6781f5d9543bf5cbda69d64d967d91b39cda5eb41954001dc20c301190bd3a040dfa95735f2dae2eba
6
+ metadata.gz: 2485bf5b7e124649f3286e8fdacb3086b559d8178ff1d7b6b5610973be1c6c64ac78998c786e59b847fc3224478bdb51363dcc917b8ddf9b449f8059142b2b68
7
+ data.tar.gz: 2af199441c341c7984e500ff517438877bdf3364243e85df99f0d3f7be6476179f023604cb0af466a16f09cd1becdd067b7e87688a6a366a03215480edd48435
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -2,10 +2,15 @@
2
2
 
3
3
  Nothing so far
4
4
 
5
+ ## 2.2.0
6
+
7
+ #### Changes
8
+ * Bump aixm gem to >=1.5.0 in order to bump to OFMX schema 0.2
9
+
5
10
  ## 2.1.11
6
11
 
7
12
  #### Changes
8
- * Adapt lookup for DPR zones which no longer contain dash in LS.
13
+ * Adapt lookup for DPR zones which no longer contain dash in LS
9
14
 
10
15
  ## 2.1.10
11
16
 
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Version](https://img.shields.io/gem/v/aipp.svg?style=flat)](https://rubygems.org/gems/aipp)
2
2
  [![Tests](https://img.shields.io/github/actions/workflow/status/svoop/aipp/test.yml?style=flat&label=tests)](https://github.com/svoop/aipp/actions?workflow=Test)
3
- [![Donorbox](https://img.shields.io/badge/donate-on_donorbox-yellow.svg)](https://donorbox.org/bitcetera)
3
+ [![GitHub Sponsors](https://img.shields.io/github/sponsors/svoop.svg)](https://github.com/sponsors/svoop)
4
4
 
5
5
  # AIPP
6
6
 
@@ -12,6 +12,8 @@ This gem incluces executables to download and parse aeronautical information (HT
12
12
  * [Rubydoc](https://www.rubydoc.info/gems/aipp/AIPP)
13
13
  * Author: [Sven Schwyn - Bitcetera](https://bitcetera.com)
14
14
 
15
+ 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.
16
+
15
17
  ## Table of Contents
16
18
 
17
19
  [Install](#label-Install) <br>
@@ -496,9 +496,9 @@ LFPR:
496
496
  xy: 44°10'57.9"N 4°55'02.7"E
497
497
  "34":
498
498
  xy: 44°10'32.7"N 4°55'14.9"E
499
- "17R":
499
+ "17":
500
500
  xy: 44°11'03.8"N 4°55'27.4"E
501
- "35L":
501
+ "35":
502
502
  xy: 44°10'44.6"N 4°55'32.4"E
503
503
  LFPU:
504
504
  "06":
data/lib/aipp/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module AIPP
2
- VERSION = "2.1.11".freeze
2
+ VERSION = "2.2.0".freeze
3
3
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aipp
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.11
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Schwyn
@@ -27,7 +27,7 @@ cert_chain:
27
27
  k/QvZU05f6HMYBrPogJgIzHC/C5N/yeE4BVEuBDn+10Zb1iu3aDk8sd0uMgukCY8
28
28
  TUmlP5A6NeGdeDJIoLgromAKs+nvI7TWzhQq9ODs51XhxgUFRCvBqUTpjTQigw==
29
29
  -----END CERTIFICATE-----
30
- date: 2024-03-20 00:00:00.000000000 Z
30
+ date: 2024-04-04 00:00:00.000000000 Z
31
31
  dependencies:
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: airac
@@ -58,7 +58,7 @@ dependencies:
58
58
  version: '1'
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: 1.4.3
61
+ version: 1.5.0
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
@@ -68,7 +68,7 @@ dependencies:
68
68
  version: '1'
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: 1.4.3
71
+ version: 1.5.0
72
72
  - !ruby/object:Gem::Dependency
73
73
  name: notam
74
74
  requirement: !ruby/object:Gem::Requirement
@@ -474,7 +474,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
474
474
  - !ruby/object:Gem::Version
475
475
  version: '0'
476
476
  requirements: []
477
- rubygems_version: 3.5.6
477
+ rubygems_version: 3.5.7
478
478
  signing_key:
479
479
  specification_version: 4
480
480
  summary: Parser for aeronautical information publications
metadata.gz.sig CHANGED
Binary file