aipp 2.1.4 → 2.1.5

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: 2f296a55423fcc50b1727cd6057fe999fa1ffae86e70c79d932472ff8ebe072f
4
- data.tar.gz: f7a910afd0cf6bb8667569e40612272de71fe0dc2fdd9f0f3b47599d2d211b78
3
+ metadata.gz: '09969ed74cbee036e99eef804b50edb6402b074439ff463c313623af0ccd1432'
4
+ data.tar.gz: 4de346f5c71e366784af5d972315582154cfa1fb799f508634d2a7c3204ff5fd
5
5
  SHA512:
6
- metadata.gz: d6e6bad7cb207af712d1458c9087b3ddc3206437d6a1af229aa18cb4b35846bbb9f6f0fad920547bfbf22223b662f758986e6a3ce0ab74a48792d85cb3010c54
7
- data.tar.gz: 6c36936838f7c03a2ce614f52cadaf73696526d368bb666a006894c2205d92a0c6dbfd5571288ae2783ddab8779456d5534d165ff573b82c5681a6d014df3c04
6
+ metadata.gz: 2c392286decf30e8f5c498aaba6d883c9d2724a8c1cc4739105de51e3c6bfc381a8149ed374b83fdfe8472d513e0b5445a9fc6e9fa5cca9e7eb77a12f994f952
7
+ data.tar.gz: 24a6343193ca2add6b5b102a7233cae24aaed4aaaa3926ff2e348e54a3e8550b5632c8c53d1f9ea05f0e30411b3affebd89e1bf8df129e121efd9d0973cdea23
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  Nothing so far
4
4
 
5
+ ## 2.1.5
6
+
7
+ #### Fixes
8
+ * Use UTC date for DABS cross check
9
+ * Update NOTAM gem
10
+
5
11
  ## 2.1.4
6
12
 
7
13
  #### Fixes
@@ -308,6 +308,11 @@ LFGW:
308
308
  xy: 49°07'21.9"N 5°27'44.8"E
309
309
  "28L":
310
310
  xy: 49°07'18.7"N 5°28'13.8"E
311
+ LFHB:
312
+ "09":
313
+ xy: 44°21'36.0"N 1°10'26.6"W
314
+ "27":
315
+ xy: 44°21'36.0"N 1°09'41.4"W
311
316
  LFHS:
312
317
  "18R":
313
318
  xy: 46°12'16.2"N 5°17'26.5"E
@@ -51,7 +51,7 @@ module AIPP
51
51
  file: "https://snapshots.openflightmaps.org/live/#{AIRAC::Cycle.new.id}/ofmx/lsas/latest/isolated/ofmx_ls.xml"
52
52
  )
53
53
  when 'DABS'
54
- if aixm.effective_at.to_date == Date.today # DABS cross check works reliably for today only
54
+ if aixm.effective_at.to_date == Time.now.utc.to_date # DABS cross check works reliably for today only
55
55
  AIPP::Downloader::HTTP.new(
56
56
  file: "https://www.skybriefing.com/o/dabs?today",
57
57
  type: :pdf
data/lib/aipp/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module AIPP
2
- VERSION = "2.1.4".freeze
2
+ VERSION = "2.1.5".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.4
4
+ version: 2.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Schwyn
@@ -29,7 +29,7 @@ cert_chain:
29
29
  kAyiRqgxF4dJviwtqI7mZIomWL63+kXLgjOjMe1SHxfIPo/0ji6+r1p4KYa7o41v
30
30
  fwIwU1MKlFBdsjkd
31
31
  -----END CERTIFICATE-----
32
- date: 2023-06-07 00:00:00.000000000 Z
32
+ date: 2023-06-17 00:00:00.000000000 Z
33
33
  dependencies:
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: airac
@@ -80,7 +80,7 @@ dependencies:
80
80
  version: '1'
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
- version: 1.1.1
83
+ version: 1.1.2
84
84
  type: :runtime
85
85
  prerelease: false
86
86
  version_requirements: !ruby/object:Gem::Requirement
@@ -90,7 +90,7 @@ dependencies:
90
90
  version: '1'
91
91
  - - ">="
92
92
  - !ruby/object:Gem::Version
93
- version: 1.1.1
93
+ version: 1.1.2
94
94
  - !ruby/object:Gem::Dependency
95
95
  name: activesupport
96
96
  requirement: !ruby/object:Gem::Requirement
@@ -442,7 +442,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
442
442
  - !ruby/object:Gem::Version
443
443
  version: '0'
444
444
  requirements: []
445
- rubygems_version: 3.4.13
445
+ rubygems_version: 3.4.14
446
446
  signing_key:
447
447
  specification_version: 4
448
448
  summary: Parser for aeronautical information publications
metadata.gz.sig CHANGED
Binary file