zip-codes 0.3.3 → 0.3.5

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 +10 -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: 545c509cebc0a8d933447756a80c0d72337cca9fe3ca08bd2bded839c580dffe
4
+ data.tar.gz: 62b8b6c89a66e0fb56552e5faf9effddd0d0587991acf9f555b0b1bb653a50c5
5
5
  SHA512:
6
- metadata.gz: '09d52aa05511a33871f9308962adaa942c5e4e1ff7c89de7981598b322abe3b4bc8234fa4733c35a7db700c8c4760a05b6de13c8a5a554818439ad85bb6be655'
7
- data.tar.gz: 0ad7e503b71e2b1050b3d655d28c03a1789aef3b965894dad8287d189b2092659efd9ef27ede1cc9561fe212d85456367dfaa407d20dce1d90e522091b6a7a13
6
+ metadata.gz: f96039e867141e6a8aeb4aaa67e6b02b70398704a022fe06c6ba37aca6275701c9a60babbc524cd7696bf38d2e47fc48ff5f2d3f9ea37b2ac6746aaa2b083774
7
+ data.tar.gz: ec705f1dc3a1737b8047fbbfbc63432fe32ccd5be2ebbbc0fa37ac49f6762d03a819a061aae8463db3e06b4474e9c626ece9a26d24c721a921f27b0cc7cad3ab
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
@@ -182886,6 +182876,11 @@
182886
182876
  :state_name: Texas
182887
182877
  :city: Mc Kinney
182888
182878
  :time_zone: America/Chicago
182879
+ '75072':
182880
+ :state_code: TX
182881
+ :state_name: Texas
182882
+ :city: Mc Kinney
182883
+ :time_zone: America/Chicago
182889
182884
  '75074':
182890
182885
  :state_code: TX
182891
182886
  :state_name: Texas
@@ -183966,11 +183961,6 @@
183966
183961
  :state_name: Texas
183967
183962
  :city: Dallas
183968
183963
  :time_zone: America/Chicago
183969
- '75286':
183970
- :state_code: TX
183971
- :state_name: Texas
183972
- :city: Dallas
183973
- :time_zone: America/Chicago
183974
183964
  '75287':
183975
183965
  :state_code: TX
183976
183966
  :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.5'
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.5
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-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake