ziptz 3.0.1 → 3.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +49 -50
- data/README.md +1 -1
- 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: c562016cc9a2102761b6aa2795fad8025a7962862fb1670c56d120b56e6b8cec
|
4
|
+
data.tar.gz: 5059d1624e6511be486e2f73468910bdc76cf3c92c22e8e193c957b9dd2859d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 733c558aca0c3e55bed843fe1a84a396d6e976f8b3c812d63d8a127d20d9e53c704428bda050ad7c8e7a01aa5dd4518ff03e29c4220b9c7d8e2ca7a284eaf5c2
|
7
|
+
data.tar.gz: e5692cc22d2f735b5012376636cca6d397a6b4fa16806163612a703ce38846736de2413bf24cc27ea869e7bbb4859fa7c6209aedc98c7f57e441332f6d25e91d
|
data/Gemfile.lock
CHANGED
@@ -1,28 +1,28 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ziptz (3.0.
|
4
|
+
ziptz (3.0.1)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
activemodel (6.
|
10
|
-
activesupport (= 6.
|
11
|
-
activerecord (6.
|
12
|
-
activemodel (= 6.
|
13
|
-
activesupport (= 6.
|
14
|
-
activesupport (6.
|
9
|
+
activemodel (6.1.3.1)
|
10
|
+
activesupport (= 6.1.3.1)
|
11
|
+
activerecord (6.1.3.1)
|
12
|
+
activemodel (= 6.1.3.1)
|
13
|
+
activesupport (= 6.1.3.1)
|
14
|
+
activesupport (6.1.3.1)
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
16
|
-
i18n (>=
|
17
|
-
minitest (
|
18
|
-
tzinfo (~>
|
19
|
-
zeitwerk (~> 2.
|
20
|
-
ast (2.4.
|
16
|
+
i18n (>= 1.6, < 2)
|
17
|
+
minitest (>= 5.1)
|
18
|
+
tzinfo (~> 2.0)
|
19
|
+
zeitwerk (~> 2.3)
|
20
|
+
ast (2.4.2)
|
21
21
|
byebug (11.1.3)
|
22
22
|
coderay (1.1.3)
|
23
|
-
concurrent-ruby (1.1.
|
23
|
+
concurrent-ruby (1.1.8)
|
24
24
|
diff-lcs (1.4.4)
|
25
|
-
ffi (1.
|
25
|
+
ffi (1.15.0)
|
26
26
|
formatador (0.2.5)
|
27
27
|
guard (2.16.2)
|
28
28
|
formatador (>= 0.2.4)
|
@@ -38,81 +38,80 @@ GEM
|
|
38
38
|
guard (~> 2.1)
|
39
39
|
guard-compat (~> 1.1)
|
40
40
|
rspec (>= 2.99.0, < 4.0)
|
41
|
-
i18n (1.8.
|
41
|
+
i18n (1.8.10)
|
42
42
|
concurrent-ruby (~> 1.0)
|
43
|
-
io-console (0.5.
|
44
|
-
irb (1.
|
43
|
+
io-console (0.5.9)
|
44
|
+
irb (1.3.5)
|
45
45
|
reline (>= 0.1.5)
|
46
|
-
listen (3.
|
46
|
+
listen (3.5.1)
|
47
47
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
48
48
|
rb-inotify (~> 0.9, >= 0.9.10)
|
49
49
|
lumberjack (1.2.8)
|
50
50
|
method_source (1.0.0)
|
51
|
-
minitest (5.14.
|
51
|
+
minitest (5.14.4)
|
52
52
|
mysql2 (0.5.3)
|
53
53
|
nenv (0.3.0)
|
54
54
|
notiffany (0.1.3)
|
55
55
|
nenv (~> 0.1)
|
56
56
|
shellany (~> 0.0)
|
57
|
-
parallel (1.
|
58
|
-
parser (
|
57
|
+
parallel (1.20.1)
|
58
|
+
parser (3.0.1.0)
|
59
59
|
ast (~> 2.4.1)
|
60
|
-
pry (0.
|
60
|
+
pry (0.14.1)
|
61
61
|
coderay (~> 1.1)
|
62
62
|
method_source (~> 1.0)
|
63
63
|
rainbow (3.0.0)
|
64
|
-
rake (13.0.
|
64
|
+
rake (13.0.3)
|
65
65
|
rb-fsevent (0.10.4)
|
66
66
|
rb-inotify (0.10.1)
|
67
67
|
ffi (~> 1.0)
|
68
|
-
regexp_parser (1.
|
69
|
-
reline (0.
|
68
|
+
regexp_parser (2.1.1)
|
69
|
+
reline (0.2.5)
|
70
70
|
io-console (~> 0.5)
|
71
|
-
rexml (3.2.
|
71
|
+
rexml (3.2.5)
|
72
72
|
rspec (3.10.0)
|
73
73
|
rspec-core (~> 3.10.0)
|
74
74
|
rspec-expectations (~> 3.10.0)
|
75
75
|
rspec-mocks (~> 3.10.0)
|
76
|
-
rspec-core (3.10.
|
76
|
+
rspec-core (3.10.1)
|
77
77
|
rspec-support (~> 3.10.0)
|
78
|
-
rspec-expectations (3.10.
|
78
|
+
rspec-expectations (3.10.1)
|
79
79
|
diff-lcs (>= 1.2.0, < 2.0)
|
80
80
|
rspec-support (~> 3.10.0)
|
81
|
-
rspec-mocks (3.10.
|
81
|
+
rspec-mocks (3.10.2)
|
82
82
|
diff-lcs (>= 1.2.0, < 2.0)
|
83
83
|
rspec-support (~> 3.10.0)
|
84
|
-
rspec-support (3.10.
|
85
|
-
rubocop (
|
84
|
+
rspec-support (3.10.2)
|
85
|
+
rubocop (1.13.0)
|
86
86
|
parallel (~> 1.10)
|
87
|
-
parser (>=
|
87
|
+
parser (>= 3.0.0.0)
|
88
88
|
rainbow (>= 2.2.2, < 4.0)
|
89
|
-
regexp_parser (>= 1.8)
|
89
|
+
regexp_parser (>= 1.8, < 3.0)
|
90
90
|
rexml
|
91
|
-
rubocop-ast (>=
|
91
|
+
rubocop-ast (>= 1.2.0, < 2.0)
|
92
92
|
ruby-progressbar (~> 1.7)
|
93
|
-
unicode-display_width (>= 1.4.0, <
|
94
|
-
rubocop-ast (1.1
|
93
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
94
|
+
rubocop-ast (1.4.1)
|
95
95
|
parser (>= 2.7.1.5)
|
96
|
-
rubocop-performance (1.
|
97
|
-
rubocop (>=
|
96
|
+
rubocop-performance (1.11.1)
|
97
|
+
rubocop (>= 1.7.0, < 2.0)
|
98
98
|
rubocop-ast (>= 0.4.0)
|
99
|
-
rubocop-rspec (
|
100
|
-
rubocop (~> 0
|
101
|
-
rubocop-ast (>=
|
102
|
-
ruby-progressbar (1.
|
99
|
+
rubocop-rspec (2.3.0)
|
100
|
+
rubocop (~> 1.0)
|
101
|
+
rubocop-ast (>= 1.1.0)
|
102
|
+
ruby-progressbar (1.11.0)
|
103
103
|
shellany (0.0.1)
|
104
|
-
thor (1.0
|
105
|
-
thread_safe (0.3.6)
|
104
|
+
thor (1.1.0)
|
106
105
|
tty-cursor (0.7.1)
|
107
106
|
tty-spinner (0.9.3)
|
108
107
|
tty-cursor (~> 0.7)
|
109
|
-
tzinfo (
|
110
|
-
|
111
|
-
unicode-display_width (
|
112
|
-
zeitwerk (2.4.
|
108
|
+
tzinfo (2.0.4)
|
109
|
+
concurrent-ruby (~> 1.0)
|
110
|
+
unicode-display_width (2.0.0)
|
111
|
+
zeitwerk (2.4.2)
|
113
112
|
|
114
113
|
PLATFORMS
|
115
|
-
|
114
|
+
x86_64-darwin-19
|
116
115
|
|
117
116
|
DEPENDENCIES
|
118
117
|
activerecord
|
@@ -131,4 +130,4 @@ DEPENDENCIES
|
|
131
130
|
ziptz!
|
132
131
|
|
133
132
|
BUNDLED WITH
|
134
|
-
2.
|
133
|
+
2.2.16
|
data/README.md
CHANGED
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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Keith Morrison
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-05-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
|
- !ruby/object:Gem::Version
|
53
53
|
version: '0'
|
54
54
|
requirements: []
|
55
|
-
rubygems_version: 3.
|
55
|
+
rubygems_version: 3.2.15
|
56
56
|
signing_key:
|
57
57
|
specification_version: 4
|
58
58
|
summary: TimeZone info for any 5-digit US zip code
|