zip-codes 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/data/US.yml +5 -20
  3. data/lib/zip-codes.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 33b2e012bb36dd74cf6a0d993ee39df445f83aaf8a873d0ebe1ba7741144e4ed
4
- data.tar.gz: 653bd9c361ff8acea4f87cfdcd61a2fd303470b4d146bef43110d5e47e25af3f
3
+ metadata.gz: 40a3220edb2aebec9bc1b272b93b5228b519fb5823207c6633009f53cd3ef8c8
4
+ data.tar.gz: 9eeb03c5ea68db9b04d22d4557c1a03f9d43bb2577575cae5614d9c33141d2cc
5
5
  SHA512:
6
- metadata.gz: '09d52aa05511a33871f9308962adaa942c5e4e1ff7c89de7981598b322abe3b4bc8234fa4733c35a7db700c8c4760a05b6de13c8a5a554818439ad85bb6be655'
7
- data.tar.gz: 0ad7e503b71e2b1050b3d655d28c03a1789aef3b965894dad8287d189b2092659efd9ef27ede1cc9561fe212d85456367dfaa407d20dce1d90e522091b6a7a13
6
+ metadata.gz: 99716d20ceb0b6d97c933b42b6a5fa04814e2e71ba723403a1d0b0365534a7858958d7383bd23d0a6fe502415b1526fdc640e162547fb2ecd7234f73a08b807b
7
+ data.tar.gz: 4e2ce782847ef9be9d08dfd173b77a5f47a4822df0860a7fc3965fe6ebe20b852db6ff2db0667091683eb0e3eff1c11f7c8a63eb1d2187481fef0712d16493ed
data/lib/data/US.yml CHANGED
@@ -11846,6 +11846,11 @@
11846
11846
  :state_name: Arizona
11847
11847
  :city: Tempe
11848
11848
  :time_zone: America/Phoenix
11849
+ '85288':
11850
+ :state_code: AZ
11851
+ :state_name: Arizona
11852
+ :city: Tempe
11853
+ :time_zone: America/Phoenix
11849
11854
  '85289':
11850
11855
  :state_code: AZ
11851
11856
  :state_name: Arizona
@@ -65762,11 +65767,6 @@
65762
65767
  :state_name: Indiana
65763
65768
  :city: Matthews
65764
65769
  :time_zone: America/Indiana/Indianapolis
65765
- '46983':
65766
- :state_code: IN
65767
- :state_name: Indiana
65768
- :city: Sims
65769
- :time_zone: America/New_York
65770
65770
  '46986':
65771
65771
  :state_code: IN
65772
65772
  :state_name: Indiana
@@ -118747,11 +118747,6 @@
118747
118747
  :state_name: North Carolina
118748
118748
  :city: Gaston
118749
118749
  :time_zone: America/New_York
118750
- '27838':
118751
- :state_code: NC
118752
- :state_name: North Carolina
118753
- :city: Gumberry
118754
- :time_zone: America/New_York
118755
118750
  '27842':
118756
118751
  :state_code: NC
118757
118752
  :state_name: North Carolina
@@ -172271,11 +172266,6 @@
172271
172266
  :state_name: South Carolina
172272
172267
  :city: Cameron
172273
172268
  :time_zone: America/New_York
172274
- '29077':
172275
- :state_code: SC
172276
- :state_name: South Carolina
172277
- :city: Lone Star
172278
- :time_zone: America/New_York
172279
172269
  '29135':
172280
172270
  :state_code: SC
172281
172271
  :state_name: South Carolina
@@ -183966,11 +183956,6 @@
183966
183956
  :state_name: Texas
183967
183957
  :city: Dallas
183968
183958
  :time_zone: America/Chicago
183969
- '75286':
183970
- :state_code: TX
183971
- :state_name: Texas
183972
- :city: Dallas
183973
- :time_zone: America/Chicago
183974
183959
  '75287':
183975
183960
  :state_code: TX
183976
183961
  :state_name: Texas
data/lib/zip-codes.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  require 'yaml'
4
4
 
5
5
  module ZipCodes
6
- VERSION = '0.3.3'
6
+ VERSION = '0.3.4'
7
7
 
8
8
  class << self
9
9
  def identify(code)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zip-codes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michał Duda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-15 00:00:00.000000000 Z
11
+ date: 2024-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake