ziptz 1.0.34 → 1.0.35
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 +5 -5
- data/Gemfile.lock +14 -14
- data/README.md +1 -1
- data/data/ziptz.data +3 -1
- data/lib/ziptz.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: cbf7ce26a19ab1ad0d5c27399f66f729e6a92cbf57c44a69e7185864c94dfecb
|
|
4
|
+
data.tar.gz: 9cf8fc7770a54fc40b774f3639abd478f70f48b1f37e16fa127e9bd9724b6c0f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '09c0d953e8cf7e9fc9354679783c840192a59b92ad61ff28c47d28d1f09f506fa4dc51fba63ac90e96fc73b7063f5b612b8c3567ac0e2f4fa59d6308a3721904'
|
|
7
|
+
data.tar.gz: 3222840332701b0bf91bb7e94c2b679a8975737307ff726178bd9a4b82c9da7cc8abb27479a4e72c6d2882029833844b20070ee6efea971ccb41fb96e5d8b54f
|
data/Gemfile.lock
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ziptz (1.0.
|
|
4
|
+
ziptz (1.0.35)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
|
-
activemodel (5.
|
|
10
|
-
activesupport (= 5.
|
|
11
|
-
activerecord (5.
|
|
12
|
-
activemodel (= 5.
|
|
13
|
-
activesupport (= 5.
|
|
14
|
-
arel (
|
|
15
|
-
activesupport (5.
|
|
9
|
+
activemodel (5.2.0)
|
|
10
|
+
activesupport (= 5.2.0)
|
|
11
|
+
activerecord (5.2.0)
|
|
12
|
+
activemodel (= 5.2.0)
|
|
13
|
+
activesupport (= 5.2.0)
|
|
14
|
+
arel (>= 9.0)
|
|
15
|
+
activesupport (5.2.0)
|
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
17
17
|
i18n (>= 0.7, < 2)
|
|
18
18
|
minitest (~> 5.1)
|
|
19
19
|
tzinfo (~> 1.1)
|
|
20
|
-
arel (
|
|
20
|
+
arel (9.0.0)
|
|
21
21
|
ast (2.4.0)
|
|
22
22
|
coderay (1.1.2)
|
|
23
23
|
concurrent-ruby (1.0.5)
|
|
@@ -38,7 +38,7 @@ GEM
|
|
|
38
38
|
guard (~> 2.1)
|
|
39
39
|
guard-compat (~> 1.1)
|
|
40
40
|
rspec (>= 2.99.0, < 4.0)
|
|
41
|
-
i18n (1.0.
|
|
41
|
+
i18n (1.0.1)
|
|
42
42
|
concurrent-ruby (~> 1.0)
|
|
43
43
|
listen (3.1.5)
|
|
44
44
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
@@ -47,13 +47,13 @@ GEM
|
|
|
47
47
|
lumberjack (1.0.13)
|
|
48
48
|
method_source (0.9.0)
|
|
49
49
|
minitest (5.11.3)
|
|
50
|
-
mysql2 (0.5.
|
|
50
|
+
mysql2 (0.5.1)
|
|
51
51
|
nenv (0.3.0)
|
|
52
52
|
notiffany (0.1.1)
|
|
53
53
|
nenv (~> 0.1)
|
|
54
54
|
shellany (~> 0.0)
|
|
55
55
|
parallel (1.12.1)
|
|
56
|
-
parser (2.5.0
|
|
56
|
+
parser (2.5.1.0)
|
|
57
57
|
ast (~> 2.4.0)
|
|
58
58
|
powerpack (0.1.1)
|
|
59
59
|
pry (0.11.3)
|
|
@@ -77,7 +77,7 @@ GEM
|
|
|
77
77
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
78
78
|
rspec-support (~> 3.7.0)
|
|
79
79
|
rspec-support (3.7.1)
|
|
80
|
-
rubocop (0.
|
|
80
|
+
rubocop (0.55.0)
|
|
81
81
|
parallel (~> 1.10)
|
|
82
82
|
parser (>= 2.5)
|
|
83
83
|
powerpack (~> 0.1)
|
|
@@ -91,7 +91,7 @@ GEM
|
|
|
91
91
|
thread_safe (0.3.6)
|
|
92
92
|
tzinfo (1.2.5)
|
|
93
93
|
thread_safe (~> 0.1)
|
|
94
|
-
unicode-display_width (1.3.
|
|
94
|
+
unicode-display_width (1.3.2)
|
|
95
95
|
|
|
96
96
|
PLATFORMS
|
|
97
97
|
ruby
|
data/README.md
CHANGED
data/data/ziptz.data
CHANGED
|
@@ -24503,7 +24503,10 @@
|
|
|
24503
24503
|
56945=5
|
|
24504
24504
|
56950=5
|
|
24505
24505
|
56965=5
|
|
24506
|
+
56966=5
|
|
24506
24507
|
56967=5
|
|
24508
|
+
56968=5
|
|
24509
|
+
56969=5
|
|
24507
24510
|
56972=5
|
|
24508
24511
|
56998=5
|
|
24509
24512
|
56999=5
|
|
@@ -30750,7 +30753,6 @@
|
|
|
30750
30753
|
72102=6
|
|
30751
30754
|
72103=6
|
|
30752
30755
|
72104=6
|
|
30753
|
-
72105=6
|
|
30754
30756
|
72106=6
|
|
30755
30757
|
72107=6
|
|
30756
30758
|
72108=6
|
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: 1.0.
|
|
4
|
+
version: 1.0.35
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Keith Morrison
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-05-02 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
|
|
@@ -51,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
51
51
|
version: '0'
|
|
52
52
|
requirements: []
|
|
53
53
|
rubyforge_project:
|
|
54
|
-
rubygems_version: 2.6
|
|
54
|
+
rubygems_version: 2.7.6
|
|
55
55
|
signing_key:
|
|
56
56
|
specification_version: 4
|
|
57
57
|
summary: TimeZone for any 5-digit US zip code
|