aipp 2.1.2 → 2.1.4

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: cb4a7ae75e5b180c62d60b63a28ef1e28de3d23e0fe008defc4cc7bc0cf61f14
4
- data.tar.gz: 6705dbfab25adfb9c71b1781c8ded9106ab1adc6906ec67f3c1330beb73de3e7
3
+ metadata.gz: 2f296a55423fcc50b1727cd6057fe999fa1ffae86e70c79d932472ff8ebe072f
4
+ data.tar.gz: f7a910afd0cf6bb8667569e40612272de71fe0dc2fdd9f0f3b47599d2d211b78
5
5
  SHA512:
6
- metadata.gz: f394783a21b6aaac134155d06c1e3f5c082dcfdd835d0cb3abf708bc1a417fcc2a4bebf382fa1cc70b82c8fe8fa440cacb6a2f73eb73a1efbd0d3b72c437d5e4
7
- data.tar.gz: 6c9d845076a9c2f894c2d4e586f66a32616d1a1903beb54423844b26d12e930bf85089b72494abe51a47c2701450044ef35508b0221c994d9ed512e3a821b6be
6
+ metadata.gz: d6e6bad7cb207af712d1458c9087b3ddc3206437d6a1af229aa18cb4b35846bbb9f6f0fad920547bfbf22223b662f758986e6a3ce0ab74a48792d85cb3010c54
7
+ data.tar.gz: 6c36936838f7c03a2ce614f52cadaf73696526d368bb666a006894c2205d92a0c6dbfd5571288ae2783ddab8779456d5534d165ff573b82c5681a6d014df3c04
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  Nothing so far
4
4
 
5
+ ## 2.1.4
6
+
7
+ #### Fixes
8
+ * Update NOTAM gem
9
+
10
+ ## 2.1.3
11
+
12
+ #### Changes
13
+ * Use uncompressed OFMX download for LS NOTAM
14
+
5
15
  ## 2.1.2
6
16
 
7
17
  #### Changes
@@ -4,7 +4,8 @@ module AIPP
4
4
  # Remote file via HTTP
5
5
  class HTTP < File
6
6
  ARCHIVE_MIME_TYPES = {
7
- 'application/zip' => :zip
7
+ 'application/zip' => :zip,
8
+ 'application/x-zip-compressed' => :zip
8
9
  }.freeze
9
10
 
10
11
  def initialize(archive: nil, file:, type: nil, headers: {})
@@ -48,12 +48,8 @@ module AIPP
48
48
  fail "not yet implemented"
49
49
  when 'AIP'
50
50
  AIPP::Downloader::HTTP.new(
51
- file: "https://storage.googleapis.com/snapshots.openflightmaps.org/live/#{AIRAC::Cycle.new.id}/ofmx/lsas/latest/isolated/ofmx_ls.xml"
51
+ file: "https://snapshots.openflightmaps.org/live/#{AIRAC::Cycle.new.id}/ofmx/lsas/latest/isolated/ofmx_ls.xml"
52
52
  )
53
- # AIPP::Downloader::HTTP.new(
54
- # archive: "https://snapshots.openflightmaps.org/live/#{AIRAC::Cycle.new.id}/ofmx/lsas/latest/ofmx_ls.zip",
55
- # file: "ofmx_ls/isolated/ofmx_ls.ofmx"
56
- # )
57
53
  when 'DABS'
58
54
  if aixm.effective_at.to_date == Date.today # DABS cross check works reliably for today only
59
55
  AIPP::Downloader::HTTP.new(
data/lib/aipp/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module AIPP
2
- VERSION = "2.1.2".freeze
2
+ VERSION = "2.1.4".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.2
4
+ version: 2.1.4
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-03-23 00:00:00.000000000 Z
32
+ date: 2023-06-07 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'
83
+ version: 1.1.1
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'
93
+ version: 1.1.1
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.9
445
+ rubygems_version: 3.4.13
446
446
  signing_key:
447
447
  specification_version: 4
448
448
  summary: Parser for aeronautical information publications
metadata.gz.sig CHANGED
Binary file