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.
- checksums.yaml +4 -4
- data/lib/data/US.yml +45 -0
- data/lib/zip-codes.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 33b2e012bb36dd74cf6a0d993ee39df445f83aaf8a873d0ebe1ba7741144e4ed
|
4
|
+
data.tar.gz: 653bd9c361ff8acea4f87cfdcd61a2fd303470b4d146bef43110d5e47e25af3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
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.
|
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-
|
11
|
+
date: 2024-07-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|