zip-codes 0.3.2 → 0.3.3

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 +45 -0
  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: 79b608ae78efddfad518c37ee7a1e7cda8d493d00cf080071a83bbdde9a7277d
4
- data.tar.gz: 58193818edfcffa6bdcab674d951db708a43b538a77e83360201340c8cfaf32d
3
+ metadata.gz: 33b2e012bb36dd74cf6a0d993ee39df445f83aaf8a873d0ebe1ba7741144e4ed
4
+ data.tar.gz: 653bd9c361ff8acea4f87cfdcd61a2fd303470b4d146bef43110d5e47e25af3f
5
5
  SHA512:
6
- metadata.gz: b10f9cb0d514c0dbd00f1ace17e647f78387babd2cf0bcd821c01cdbb4736f185fcd2865172a00ab22ebdd8a89927b077a6755acfc31008da5e90a3b4b6c2de0
7
- data.tar.gz: d669cba4bc4efae454f7b942a19ed753210a065d61541819f1d19589e44a38b86ae25dd35ed60a2b057f78e782d4dc64ba0ae302232c74fd6603c15d433157ea
6
+ metadata.gz: '09d52aa05511a33871f9308962adaa942c5e4e1ff7c89de7981598b322abe3b4bc8234fa4733c35a7db700c8c4760a05b6de13c8a5a554818439ad85bb6be655'
7
+ data.tar.gz: 0ad7e503b71e2b1050b3d655d28c03a1789aef3b965894dad8287d189b2092659efd9ef27ede1cc9561fe212d85456367dfaa407d20dce1d90e522091b6a7a13
data/lib/data/US.yml CHANGED
@@ -679,6 +679,31 @@
679
679
  :state_name: Puerto Rico
680
680
  :city: Juana Diaz
681
681
  :time_zone: America/Puerto_Rico
682
+ '00802':
683
+ :state_code: VI
684
+ :state_name: Virgin Islands
685
+ :city: Saint Thomas
686
+ :time_zone: America/St_Thomas
687
+ '00820':
688
+ :state_code: VI
689
+ :state_name: Virgin Islands
690
+ :city: Christiansted
691
+ :time_zone: America/St_Thomas
692
+ '00830':
693
+ :state_code: VI
694
+ :state_name: Virgin Islands
695
+ :city: Saint John
696
+ :time_zone: America/St_Thomas
697
+ '00840':
698
+ :state_code: VI
699
+ :state_name: Virgin Islands
700
+ :city: Frederiksted
701
+ :time_zone: America/St_Thomas
702
+ '00850':
703
+ :state_code: VI
704
+ :state_name: Virgin Islands
705
+ :city: Kingshill
706
+ :time_zone: America/St_Thomas
682
707
  '00901':
683
708
  :state_code: PR
684
709
  :state_name: Puerto Rico
@@ -10936,6 +10961,11 @@
10936
10961
  :state_name: Arizona
10937
10962
  :city: Hayden
10938
10963
  :time_zone: America/Phoenix
10964
+ '85191':
10965
+ :state_code: AZ
10966
+ :state_name: Arizona
10967
+ :city: Valley Farms
10968
+ :time_zone: America/Phoenix
10939
10969
  '85192':
10940
10970
  :state_code: AZ
10941
10971
  :state_name: Arizona
@@ -48437,6 +48467,11 @@
48437
48467
  :state_name: Hawaii
48438
48468
  :city: Waipahu
48439
48469
  :time_zone: Pacific/Honolulu
48470
+ '96799':
48471
+ :state_code: AS
48472
+ :state_name: American Samoa
48473
+ :city: Pago Pago
48474
+ :time_zone: Pacific/Pago_Pago
48440
48475
  '96801':
48441
48476
  :state_code: HI
48442
48477
  :state_name: Hawaii
@@ -132102,6 +132137,11 @@
132102
132137
  :state_name: New Mexico
132103
132138
  :city: Los Alamos
132104
132139
  :time_zone: America/Denver
132140
+ '87547':
132141
+ :state_code: NM
132142
+ :state_name: New Mexico
132143
+ :city: White Rock
132144
+ :time_zone: America/Denver
132105
132145
  '88029':
132106
132146
  :state_code: NM
132107
132147
  :state_name: New Mexico
@@ -157992,6 +158032,11 @@
157992
158032
  :state_name: Oregon
157993
158033
  :city: Bend
157994
158034
  :time_zone: America/Los_Angeles
158035
+ '97703':
158036
+ :state_code: OR
158037
+ :state_name: Oregon
158038
+ :city: Bend
158039
+ :time_zone: America/Los_Angeles
157995
158040
  '97707':
157996
158041
  :state_code: OR
157997
158042
  :state_name: Oregon
data/lib/zip-codes.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  require 'yaml'
4
4
 
5
5
  module ZipCodes
6
- VERSION = '0.3.2'
6
+ VERSION = '0.3.3'
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.2
4
+ version: 0.3.3
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-06-26 00:00:00.000000000 Z
11
+ date: 2024-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake