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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/data/US.yml +13 -13
  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: b368f87782268f08c6fc973eb9349a6d4b6553c7f3e35f40249a8335f675f9b9
4
- data.tar.gz: b7ba34b234b98c5835b87231fba14c4238c550986524cd8c9ab03ec421c6e511
3
+ metadata.gz: 472fed617957218417148f815fa9b05e875e6214699daddb498dea4a1704f356
4
+ data.tar.gz: a481d8f5c18a7df246d76619280503093bcb37449e757a1b23242bc81cef3845
5
5
  SHA512:
6
- metadata.gz: 1ec72c8ba9c45c4f17c625c424e6b4d7f94992c9213e291efa0ccfe0f180799c1cb19178d959367ea37a2979ea150786561e28cb3e183e634a4c1425cfcc0757
7
- data.tar.gz: 606a58a550eef2dd6436b29a7046c5ecaf5033f9e89b7f05cc8df8b46ab4e28df6f25ffacf67e400d041d60bd0625ad96d1899c19b3734928122ed74b144e361
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: Chamorro/Guam
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: Chamorro/Guam
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: Chamorro/Guam
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: Chamorro/Guam
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: Chamorro/Guam
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: Chamorro/Guam
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: Chamorro/Guam
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: Chamorro/Guam
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: Chamorro/Guam
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: Chamorro/Guam
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: Chamorro/Guam
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: Chamorro/Guam
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: Chamorro/Guam
48199
+ :time_zone: Pacific/Guam
48200
48200
  '96704':
48201
48201
  :state_code: HI
48202
48202
  :state_name: Hawaii
data/lib/zip-codes.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  require 'yaml'
4
4
 
5
5
  module ZipCodes
6
- VERSION = '0.3.6'
6
+ VERSION = '0.3.7'
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.6
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-01-20 00:00:00.000000000 Z
11
+ date: 2025-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake