zip-codes 0.3.4 → 0.3.6

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 +5 -30
  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: 40a3220edb2aebec9bc1b272b93b5228b519fb5823207c6633009f53cd3ef8c8
4
- data.tar.gz: 9eeb03c5ea68db9b04d22d4557c1a03f9d43bb2577575cae5614d9c33141d2cc
3
+ metadata.gz: b368f87782268f08c6fc973eb9349a6d4b6553c7f3e35f40249a8335f675f9b9
4
+ data.tar.gz: b7ba34b234b98c5835b87231fba14c4238c550986524cd8c9ab03ec421c6e511
5
5
  SHA512:
6
- metadata.gz: 99716d20ceb0b6d97c933b42b6a5fa04814e2e71ba723403a1d0b0365534a7858958d7383bd23d0a6fe502415b1526fdc640e162547fb2ecd7234f73a08b807b
7
- data.tar.gz: 4e2ce782847ef9be9d08dfd173b77a5f47a4822df0860a7fc3965fe6ebe20b852db6ff2db0667091683eb0e3eff1c11f7c8a63eb1d2187481fef0712d16493ed
6
+ metadata.gz: 1ec72c8ba9c45c4f17c625c424e6b4d7f94992c9213e291efa0ccfe0f180799c1cb19178d959367ea37a2979ea150786561e28cb3e183e634a4c1425cfcc0757
7
+ data.tar.gz: 606a58a550eef2dd6436b29a7046c5ecaf5033f9e89b7f05cc8df8b46ab4e28df6f25ffacf67e400d041d60bd0625ad96d1899c19b3734928122ed74b144e361
data/lib/data/US.yml CHANGED
@@ -19866,11 +19866,6 @@
19866
19866
  :state_name: California
19867
19867
  :city: Garden Grove
19868
19868
  :time_zone: America/Los_Angeles
19869
- '92642':
19870
- :state_code: CA
19871
- :state_name: California
19872
- :city: Garden Grove
19873
- :time_zone: America/Los_Angeles
19874
19869
  '92643':
19875
19870
  :state_code: CA
19876
19871
  :state_name: California
@@ -23606,11 +23601,6 @@
23606
23601
  :state_name: California
23607
23602
  :city: San Diego
23608
23603
  :time_zone: America/Los_Angeles
23609
- '94101':
23610
- :state_code: CA
23611
- :state_name: California
23612
- :city: San Francisco
23613
- :time_zone: America/Los_Angeles
23614
23604
  '94102':
23615
23605
  :state_code: CA
23616
23606
  :state_name: California
@@ -23631,11 +23621,6 @@
23631
23621
  :state_name: California
23632
23622
  :city: San Francisco
23633
23623
  :time_zone: America/Los_Angeles
23634
- '94106':
23635
- :state_code: CA
23636
- :state_name: California
23637
- :city: San Francisco
23638
- :time_zone: America/Los_Angeles
23639
23624
  '94107':
23640
23625
  :state_code: CA
23641
23626
  :state_name: California
@@ -139017,11 +139002,6 @@
139017
139002
  :state_name: New York
139018
139003
  :city: Rochester
139019
139004
  :time_zone: America/New_York
139020
- '14601':
139021
- :state_code: NY
139022
- :state_name: New York
139023
- :city: Rochester
139024
- :time_zone: America/New_York
139025
139005
  '14602':
139026
139006
  :state_code: NY
139027
139007
  :state_name: New York
@@ -182876,6 +182856,11 @@
182876
182856
  :state_name: Texas
182877
182857
  :city: Mc Kinney
182878
182858
  :time_zone: America/Chicago
182859
+ '75072':
182860
+ :state_code: TX
182861
+ :state_name: Texas
182862
+ :city: Mc Kinney
182863
+ :time_zone: America/Chicago
182879
182864
  '75074':
182880
182865
  :state_code: TX
182881
182866
  :state_name: Texas
@@ -183881,11 +183866,6 @@
183881
183866
  :state_name: Texas
183882
183867
  :city: Dallas
183883
183868
  :time_zone: America/Chicago
183884
- '75258':
183885
- :state_code: TX
183886
- :state_name: Texas
183887
- :city: Dallas
183888
- :time_zone: America/Chicago
183889
183869
  '75260':
183890
183870
  :state_code: TX
183891
183871
  :state_name: Texas
@@ -210311,11 +210291,6 @@
210311
210291
  :state_name: Wisconsin
210312
210292
  :city: Woodworth
210313
210293
  :time_zone: America/Chicago
210314
- '53199':
210315
- :state_code: WI
210316
- :state_name: Wisconsin
210317
- :city: Silver Lake
210318
- :time_zone: America/Chicago
210319
210294
  '54201':
210320
210295
  :state_code: WI
210321
210296
  :state_name: Wisconsin
data/lib/zip-codes.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  require 'yaml'
4
4
 
5
5
  module ZipCodes
6
- VERSION = '0.3.4'
6
+ VERSION = '0.3.6'
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.4
4
+ version: 0.3.6
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-16 00:00:00.000000000 Z
11
+ date: 2025-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake