zip-codes 0.3.6 → 0.3.7
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 +4 -4
- data/lib/data/US.yml +13 -13
- 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: 472fed617957218417148f815fa9b05e875e6214699daddb498dea4a1704f356
|
4
|
+
data.tar.gz: a481d8f5c18a7df246d76619280503093bcb37449e757a1b23242bc81cef3845
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '008b0f9de0814f8df37bd00ab39ec827d004be3a10c514a80242ec268a7d1610d303bc49c49a60ecb8718f8d51a654454dbfb4ed0f47210f322268d64bd06d9b'
|
7
|
+
data.tar.gz: 67acd0747ec5cebdaa15b70a8007efe179989d8a2704118d149cb1bc2c821f8b7f8302a44cabeda80f2a80e7851b1e11e5c3954e68fd48400e909c27259d2342
|
data/lib/data/US.yml
CHANGED
@@ -48136,67 +48136,67 @@
|
|
48136
48136
|
:state_code: GU
|
48137
48137
|
:state_name: Guam
|
48138
48138
|
:city: Hagatna
|
48139
|
-
:time_zone:
|
48139
|
+
:time_zone: Pacific/Guam
|
48140
48140
|
'96912':
|
48141
48141
|
:state_code: GU
|
48142
48142
|
:state_name: Guam
|
48143
48143
|
:city: Dededo
|
48144
|
-
:time_zone:
|
48144
|
+
:time_zone: Pacific/Guam
|
48145
48145
|
'96913':
|
48146
48146
|
:state_code: GU
|
48147
48147
|
:state_name: Guam
|
48148
48148
|
:city: Barrigada
|
48149
|
-
:time_zone:
|
48149
|
+
:time_zone: Pacific/Guam
|
48150
48150
|
'96915':
|
48151
48151
|
:state_code: GU
|
48152
48152
|
:state_name: Guam
|
48153
48153
|
:city: Santa
|
48154
|
-
:time_zone:
|
48154
|
+
:time_zone: Pacific/Guam
|
48155
48155
|
'96916':
|
48156
48156
|
:state_code: GU
|
48157
48157
|
:state_name: Guam
|
48158
48158
|
:city: Merizo
|
48159
|
-
:time_zone:
|
48159
|
+
:time_zone: Pacific/Guam
|
48160
48160
|
'96917':
|
48161
48161
|
:state_code: GU
|
48162
48162
|
:state_name: Guam
|
48163
48163
|
:city: Inarajan
|
48164
|
-
:time_zone:
|
48164
|
+
:time_zone: Pacific/Guam
|
48165
48165
|
'96919':
|
48166
48166
|
:state_code: GU
|
48167
48167
|
:state_name: Guam
|
48168
48168
|
:city: Agana
|
48169
|
-
:time_zone:
|
48169
|
+
:time_zone: Pacific/Guam
|
48170
48170
|
'96921':
|
48171
48171
|
:state_code: GU
|
48172
48172
|
:state_name: Guam
|
48173
48173
|
:city: Barrigada
|
48174
|
-
:time_zone:
|
48174
|
+
:time_zone: Pacific/Guam
|
48175
48175
|
'96923':
|
48176
48176
|
:state_code: GU
|
48177
48177
|
:state_name: Guam
|
48178
48178
|
:city: Mangilao
|
48179
|
-
:time_zone:
|
48179
|
+
:time_zone: Pacific/Guam
|
48180
48180
|
'96928':
|
48181
48181
|
:state_code: GU
|
48182
48182
|
:state_name: Guam
|
48183
48183
|
:city: Agat
|
48184
|
-
:time_zone:
|
48184
|
+
:time_zone: Pacific/Guam
|
48185
48185
|
'96929':
|
48186
48186
|
:state_code: GU
|
48187
48187
|
:state_name: Guam
|
48188
48188
|
:city: Yigo
|
48189
|
-
:time_zone:
|
48189
|
+
:time_zone: Pacific/Guam
|
48190
48190
|
'96931':
|
48191
48191
|
:state_code: GU
|
48192
48192
|
:state_name: Guam
|
48193
48193
|
:city: Tamuning
|
48194
|
-
:time_zone:
|
48194
|
+
:time_zone: Pacific/Guam
|
48195
48195
|
'96932':
|
48196
48196
|
:state_code: GU
|
48197
48197
|
:state_name: Guam
|
48198
48198
|
:city: Hagatna
|
48199
|
-
:time_zone:
|
48199
|
+
:time_zone: Pacific/Guam
|
48200
48200
|
'96704':
|
48201
48201
|
:state_code: HI
|
48202
48202
|
:state_name: Hawaii
|
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.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michał Duda
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|