ziptz 2.0.2 → 2.0.3
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 +34 -36
- data/README.md +1 -1
- data/data/dst.data +0 -1
- data/data/tz.data +0 -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
|
+
SHA1:
|
|
3
|
+
metadata.gz: c579f2f56d251215b96998e7078b532e330a12cc
|
|
4
|
+
data.tar.gz: e6343639094ab28bb475f12d7584d28b183f74eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e5e1ae30b2c7f321f4bce38fc7ab75a41a447c1ff2d817a58dcc59fe0dc6594137a490b4a4c0c8a135243f3fd199abb942033b37ce560538656f46d85691727
|
|
7
|
+
data.tar.gz: 4a4dd2652823eaa7b0af27102f3a47b2df06dd5d24aaf28f85f7d6a21454fbab53e32390c5e710798e1698bbabd9e243e98ccf2f6bfb303276cab8584db0064c
|
data/Gemfile.lock
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ziptz (2.0.
|
|
4
|
+
ziptz (2.0.3)
|
|
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.1.5)
|
|
10
|
+
activesupport (= 5.1.5)
|
|
11
|
+
activerecord (5.1.5)
|
|
12
|
+
activemodel (= 5.1.5)
|
|
13
|
+
activesupport (= 5.1.5)
|
|
14
|
+
arel (~> 8.0)
|
|
15
|
+
activesupport (5.1.5)
|
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
17
|
-
i18n (
|
|
17
|
+
i18n (~> 0.7)
|
|
18
18
|
minitest (~> 5.1)
|
|
19
19
|
tzinfo (~> 1.1)
|
|
20
|
-
arel (
|
|
20
|
+
arel (8.0.0)
|
|
21
21
|
ast (2.4.0)
|
|
22
|
-
byebug (
|
|
22
|
+
byebug (9.1.0)
|
|
23
23
|
coderay (1.1.2)
|
|
24
24
|
concurrent-ruby (1.0.5)
|
|
25
25
|
diff-lcs (1.3)
|
|
26
|
-
ffi (1.9.
|
|
26
|
+
ffi (1.9.23)
|
|
27
27
|
formatador (0.2.5)
|
|
28
28
|
guard (2.14.2)
|
|
29
29
|
formatador (>= 0.2.4)
|
|
@@ -39,62 +39,60 @@ GEM
|
|
|
39
39
|
guard (~> 2.1)
|
|
40
40
|
guard-compat (~> 1.1)
|
|
41
41
|
rspec (>= 2.99.0, < 4.0)
|
|
42
|
-
i18n (
|
|
42
|
+
i18n (0.9.5)
|
|
43
43
|
concurrent-ruby (~> 1.0)
|
|
44
|
-
jaro_winkler (1.5.1)
|
|
45
44
|
listen (3.1.5)
|
|
46
45
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
47
46
|
rb-inotify (~> 0.9, >= 0.9.7)
|
|
48
47
|
ruby_dep (~> 1.2)
|
|
49
|
-
lumberjack (1.0.
|
|
48
|
+
lumberjack (1.0.12)
|
|
50
49
|
method_source (0.9.0)
|
|
51
50
|
minitest (5.11.3)
|
|
52
|
-
mysql2 (0.
|
|
51
|
+
mysql2 (0.4.10)
|
|
53
52
|
nenv (0.3.0)
|
|
54
53
|
notiffany (0.1.1)
|
|
55
54
|
nenv (~> 0.1)
|
|
56
55
|
shellany (~> 0.0)
|
|
57
56
|
parallel (1.12.1)
|
|
58
|
-
parser (2.5.
|
|
57
|
+
parser (2.5.0.2)
|
|
59
58
|
ast (~> 2.4.0)
|
|
60
|
-
powerpack (0.1.
|
|
59
|
+
powerpack (0.1.1)
|
|
61
60
|
pry (0.11.3)
|
|
62
61
|
coderay (~> 1.1.0)
|
|
63
62
|
method_source (~> 0.9.0)
|
|
64
63
|
rainbow (3.0.0)
|
|
65
|
-
rake (12.3.
|
|
64
|
+
rake (12.3.0)
|
|
66
65
|
rb-fsevent (0.10.3)
|
|
67
66
|
rb-inotify (0.9.10)
|
|
68
67
|
ffi (>= 0.5.0, < 2)
|
|
69
|
-
rspec (3.
|
|
70
|
-
rspec-core (~> 3.
|
|
71
|
-
rspec-expectations (~> 3.
|
|
72
|
-
rspec-mocks (~> 3.
|
|
73
|
-
rspec-core (3.
|
|
74
|
-
rspec-support (~> 3.
|
|
75
|
-
rspec-expectations (3.
|
|
68
|
+
rspec (3.7.0)
|
|
69
|
+
rspec-core (~> 3.7.0)
|
|
70
|
+
rspec-expectations (~> 3.7.0)
|
|
71
|
+
rspec-mocks (~> 3.7.0)
|
|
72
|
+
rspec-core (3.7.1)
|
|
73
|
+
rspec-support (~> 3.7.0)
|
|
74
|
+
rspec-expectations (3.7.0)
|
|
76
75
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
77
|
-
rspec-support (~> 3.
|
|
78
|
-
rspec-mocks (3.
|
|
76
|
+
rspec-support (~> 3.7.0)
|
|
77
|
+
rspec-mocks (3.7.0)
|
|
79
78
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
80
|
-
rspec-support (~> 3.
|
|
81
|
-
rspec-support (3.
|
|
82
|
-
rubocop (0.
|
|
83
|
-
jaro_winkler (~> 1.5.1)
|
|
79
|
+
rspec-support (~> 3.7.0)
|
|
80
|
+
rspec-support (3.7.1)
|
|
81
|
+
rubocop (0.53.0)
|
|
84
82
|
parallel (~> 1.10)
|
|
85
|
-
parser (>= 2.5
|
|
83
|
+
parser (>= 2.5)
|
|
86
84
|
powerpack (~> 0.1)
|
|
87
85
|
rainbow (>= 2.2.2, < 4.0)
|
|
88
86
|
ruby-progressbar (~> 1.7)
|
|
89
87
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
90
|
-
ruby-progressbar (1.
|
|
88
|
+
ruby-progressbar (1.9.0)
|
|
91
89
|
ruby_dep (1.5.0)
|
|
92
90
|
shellany (0.0.1)
|
|
93
91
|
thor (0.20.0)
|
|
94
92
|
thread_safe (0.3.6)
|
|
95
93
|
tzinfo (1.2.5)
|
|
96
94
|
thread_safe (~> 0.1)
|
|
97
|
-
unicode-display_width (1.
|
|
95
|
+
unicode-display_width (1.3.0)
|
|
98
96
|
|
|
99
97
|
PLATFORMS
|
|
100
98
|
ruby
|
|
@@ -111,4 +109,4 @@ DEPENDENCIES
|
|
|
111
109
|
ziptz!
|
|
112
110
|
|
|
113
111
|
BUNDLED WITH
|
|
114
|
-
1.16.
|
|
112
|
+
1.16.1
|
data/README.md
CHANGED
data/data/dst.data
CHANGED
|
@@ -14658,7 +14658,6 @@
|
|
|
14658
14658
|
34039=1
|
|
14659
14659
|
34041=1
|
|
14660
14660
|
34042=1
|
|
14661
|
-
34044=1
|
|
14662
14661
|
34050=1
|
|
14663
14662
|
34051=1
|
|
14664
14663
|
34052=1
|
data/data/tz.data
CHANGED
|
@@ -14658,7 +14658,6 @@
|
|
|
14658
14658
|
34039=0
|
|
14659
14659
|
34041=0
|
|
14660
14660
|
34042=0
|
|
14661
|
-
34044=0
|
|
14662
14661
|
34050=0
|
|
14663
14662
|
34051=0
|
|
14664
14663
|
34052=0
|
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: 2.0.
|
|
4
|
+
version: 2.0.3
|
|
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-10-01 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
|
version: '0'
|
|
53
53
|
requirements: []
|
|
54
54
|
rubyforge_project:
|
|
55
|
-
rubygems_version: 2.
|
|
55
|
+
rubygems_version: 2.6.12
|
|
56
56
|
signing_key:
|
|
57
57
|
specification_version: 4
|
|
58
58
|
summary: TimeZone info for any 5-digit US zip code
|