ziptz 3.0.8 → 3.0.9
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/Gemfile.lock +3 -2
- data/README.md +2 -2
- data/data/tz.data +0 -0
- data/lib/ziptz.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e8e6cc5b647c8f6f556d5e838de048a13b6425e880d0724fc8775d551c22a2c
|
|
4
|
+
data.tar.gz: 908eb605ab26d15d253a00eb400981cdbc106ba3f654337a141ee8d44e4ccece
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f92dd5f3ff91b23c04f133ef1d2535a90e37b952e9a2c2aeba132e4c3af5b6d9cf26e9e2e3708c58c3cb17e7951b589a8abd9046cdf4dc1209e7e2cb8e37191c
|
|
7
|
+
data.tar.gz: 78d00714ac67d62c5b398fe9f207632877a1acdf32d4086e57b4a62f977d4de7b8bb4e8cec181ec570e468b3685931c9dd7ce12353513af8648ba61373b69687
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ziptz (3.0.
|
|
4
|
+
ziptz (3.0.9)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
@@ -112,6 +112,7 @@ GEM
|
|
|
112
112
|
|
|
113
113
|
PLATFORMS
|
|
114
114
|
x86_64-darwin-19
|
|
115
|
+
x86_64-darwin-21
|
|
115
116
|
|
|
116
117
|
DEPENDENCIES
|
|
117
118
|
activerecord
|
|
@@ -130,4 +131,4 @@ DEPENDENCIES
|
|
|
130
131
|
ziptz!
|
|
131
132
|
|
|
132
133
|
BUNDLED WITH
|
|
133
|
-
2.
|
|
134
|
+
2.3.8
|
data/README.md
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
|
|
7
7
|
Get time zone, daylight saving time, and base offset for any US ZIP code.
|
|
8
8
|
|
|
9
|
-
<i>ZIP codes are up to date as of <b>
|
|
9
|
+
<i>ZIP codes are up to date as of <b>April 2022</b>.</i>
|
|
10
10
|
|
|
11
11
|
## Compatibility
|
|
12
12
|
|
|
13
13
|
Ziptz is tested to work with the following versions of Ruby:
|
|
14
14
|
|
|
15
|
-
* Ruby 2.3.x, 2.4.x, 2.5.x, 2.6.x, 2.7.x, 3.
|
|
15
|
+
* Ruby 2.3.x, 2.4.x, 2.5.x, 2.6.x, 2.7.x, 3.x, and TruffleRuby
|
|
16
16
|
|
|
17
17
|
## Installation
|
|
18
18
|
|
data/data/tz.data
CHANGED
|
Binary file
|
data/lib/ziptz.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ziptz
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Keith Morrison
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-04-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Get timezone info for all 5-digit US zip codes
|
|
14
14
|
email: keithm@infused.org
|
|
@@ -52,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
53
|
version: '0'
|
|
54
54
|
requirements: []
|
|
55
|
-
rubygems_version: 3.
|
|
55
|
+
rubygems_version: 3.3.7
|
|
56
56
|
signing_key:
|
|
57
57
|
specification_version: 4
|
|
58
58
|
summary: TimeZone info for any 5-digit US zip code
|