aipp 2.1.2 → 2.1.3

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: 49b92a16dc5db1de68956dafe4d916867dff4847f11620b309eda93afd4bac30
4
+ data.tar.gz: 41eb770daa79b0c4ef44214652ea97e3c51696ddcbd80a6e605551f7a8e03d45
5
5
  SHA512:
6
- metadata.gz: f394783a21b6aaac134155d06c1e3f5c082dcfdd835d0cb3abf708bc1a417fcc2a4bebf382fa1cc70b82c8fe8fa440cacb6a2f73eb73a1efbd0d3b72c437d5e4
7
- data.tar.gz: 6c9d845076a9c2f894c2d4e586f66a32616d1a1903beb54423844b26d12e930bf85089b72494abe51a47c2701450044ef35508b0221c994d9ed512e3a821b6be
6
+ metadata.gz: 01c3e7c184624fa4122e28391bd4a67dbb150b79240d87c7bbede6a354a0c3bd46d7ba6ce69dd22da2c392fd16b6c3fbcc95735c917726ee98c710060877940e
7
+ data.tar.gz: 8c2edd95391aa94587bbdd537f5daefef869272bf44b60ddf60cec6eb03c41bf04e834a2e2a525bcec680e64d9a16b3aa92ca966d50540f882998bb0773a2263
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  Nothing so far
4
4
 
5
+ ## 2.1.3
6
+
7
+ #### Changes
8
+ * Use uncompressed OFMX download for LS NOTAM
9
+
5
10
  ## 2.1.2
6
11
 
7
12
  #### 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.3".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.3
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-04-25 00:00:00.000000000 Z
33
33
  dependencies:
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: airac
@@ -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.12
446
446
  signing_key:
447
447
  specification_version: 4
448
448
  summary: Parser for aeronautical information publications
metadata.gz.sig CHANGED
Binary file