airports 1.11.0 → 1.12.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: 7a1853155bd573550bea1c414b073e2490705d963f1807f75f271f16dc255f3a
4
- data.tar.gz: c587adaec98f6b8356cfa5c62f3e22a7314b2b3f90fb13190a10d2c79c0e26cf
3
+ metadata.gz: cd852ce792878e88331c8bd694c848667e0c01c32d545da1fe16028b18f3eebf
4
+ data.tar.gz: 3b06aa2e566ed9c4a4b59cc2dcf25d66ef98279a0545eed189bbbf7dcfdf6347
5
5
  SHA512:
6
- metadata.gz: 37ecfabf78abd11f14451bb03689b2979c0e4ef62931976197e4641a2ee477eaf8850f859677ff1b46d7682e9ae20afa15ee1e3f80003577c22bc5ad5c426bb1
7
- data.tar.gz: c81bd60a32b5143c3a554f0659f3a6816fd47f5f8edaa1f82cef4367654c280e0be98d18f0aef4d5f4818af3a35d8ac671c25a8b521bef216f0449ca4ad8dc94
6
+ metadata.gz: b7fef8d951b0908f4bfdb1863d198ec8e7313aec13387626aed09c19d834ac19a427570b8707b4edb8cb0af5999bf3bba61c6b66cb7f5d73f7e938358c2489d5
7
+ data.tar.gz: f0dbc1988e98434321965fd4731cfc74507e1add804274cc10ca9906345d54db08b1cbabf96c2bcb1d6dbec963a99faab526a6af80160045b20df3245fbb5bae
@@ -9,7 +9,7 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  strategy:
11
11
  matrix:
12
- ruby-version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
12
+ ruby-version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
13
13
  steps:
14
14
  - name: Checkout code
15
15
  uses: actions/checkout@v4
data/.tool-versions CHANGED
@@ -1 +1 @@
1
- ruby 3.4.2
1
+ ruby 3.3.6
data/Gemfile CHANGED
@@ -10,5 +10,5 @@ gem "rake", "~> 13.0"
10
10
  gem "rspec", "~> 3.13.0"
11
11
  gem "rspec-its", "~> 2.0.0"
12
12
  gem "rspec_junit_formatter", "~> 0.6.0"
13
- gem "rubocop", "~> 1.74.0"
14
- gem "rubocop-rake", "~> 0.6.0", require: false
13
+ gem "rubocop", "~> 1.78.0"
14
+ gem "rubocop-rake", "~> 0.7.1", require: false
data/README.md CHANGED
@@ -11,7 +11,7 @@ It's based on data from [OpenFlights](http://openflights.org), with a bit of mas
11
11
  Install the gem by adding it to your Gemfile:
12
12
 
13
13
  ```ruby
14
- gem "airports", "~> 1.11.0"
14
+ gem "airports", "~> 1.12.0"
15
15
  ```
16
16
 
17
17
  You can then look up an airport by its IATA code (e.g. `LHR` for London Heathrow) using `Airports.find_by_iata_code`, which returns an object with a bunch of accessors like `name` and `city`:
data/data/patches.dat CHANGED
@@ -6,6 +6,8 @@
6
6
  14112,"Misrata Airport","Misrata","Libya","MRA","HLMS",32.3219,15.0574,18,2,"N","Africa/Tripoli","airport","OurAirports"
7
7
  3371,"Changsha Huanghua International Airport","Changsha","China","CSX","ZGHA",28.189199447599997,113.220001221,217,8,"U","Asia/Shanghai","airport","OurAirports"
8
8
  3387,"Ningbo Lishe International Airport","Ningbo","China","NGB","ZSNB",29.82670021057129,121.46199798583984,13,8,"U","Asia/Shanghai","airport","OurAirports"
9
+ 99995,"Chengdu Tianfu International Airport","Chengdu","China","TFU","ZUTF",30.3133,104.4447,1476,8,"U","Asia/Shanghai","airport","OurAirports"
10
+ 99996,"Felipe Ángeles International Airport","Zumpango","Mexico","NLU","MMSN",19.7566667,-99.0152778,2246,-6,"N","America/Mexico_City","airport","OurAirports"
9
11
  99997,"Monmouth Executive Airport","Belmar-Farmingdale","United States","BLM","KBLM",40.186667,-74.124444,153,-5,"A","America/New_York","airport","OurAirports"
10
12
  99998,"Kertajati International Airport","Majalengka","Indonesia","KJT","WICA",-6.6519467,108.1551111,36,7,"N","Asia/Jakarta","airport","OurAirports"
11
- 99999,"Felipe Carrillo Puerto International Airport","Tulum","Mexico","TQO","MMTL",20.1662,-87.6592,66,"S","America/Cancun","airport","OurAirports"
13
+ 99999,"Felipe Carrillo Puerto International Airport","Tulum","Mexico","TQO","MMTL",20.1662,-87.6592,66,"S","America/Cancun","airport","OurAirports"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Airports
4
- VERSION = "1.11.0"
4
+ VERSION = "1.12.0"
5
5
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: airports
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Rogers
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 2025-03-24 00:00:00.000000000 Z
11
+ date: 2025-07-21 00:00:00.000000000 Z
11
12
  dependencies: []
12
13
  description: Access data on airports from around the world
13
14
  email:
@@ -44,6 +45,7 @@ licenses:
44
45
  - MIT
45
46
  metadata:
46
47
  rubygems_mfa_required: 'true'
48
+ post_install_message:
47
49
  rdoc_options: []
48
50
  require_paths:
49
51
  - lib
@@ -58,7 +60,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
60
  - !ruby/object:Gem::Version
59
61
  version: '0'
60
62
  requirements: []
61
- rubygems_version: 3.6.2
63
+ rubygems_version: 3.5.22
64
+ signing_key:
62
65
  specification_version: 4
63
66
  summary: Access data on airports from around the world
64
67
  test_files: []