ziptz 2.1.11 → 2.1.12
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 +29 -28
- 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: 60d9ef20e0a7251d71f855cdab77efb8695b82d2d272858820b39078b6ff7944
|
|
4
|
+
data.tar.gz: dd14da69a27887426253b8022f510bc17ed13dbe562b9e518d68975f6827487d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a08164484502e1cd36b89ccf121436b565a12c61ace2228669c465bce62a90339b7d5146cbffec65949381c746b9f389f7a64d273beea195562871755adb1abe
|
|
7
|
+
data.tar.gz: fce4735778dedada5cc177a4e8c12f826203918b740774789b1a811169bca28c2b58af31e9b31f1655a84268fa07c95bdfdbe920af2da2f85e4e0a394c5660ac
|
data/Gemfile.lock
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ziptz (2.1.
|
|
4
|
+
ziptz (2.1.12)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
|
-
activemodel (6.0.3.
|
|
10
|
-
activesupport (= 6.0.3.
|
|
11
|
-
activerecord (6.0.3.
|
|
12
|
-
activemodel (= 6.0.3.
|
|
13
|
-
activesupport (= 6.0.3.
|
|
14
|
-
activesupport (6.0.3.
|
|
9
|
+
activemodel (6.0.3.4)
|
|
10
|
+
activesupport (= 6.0.3.4)
|
|
11
|
+
activerecord (6.0.3.4)
|
|
12
|
+
activemodel (= 6.0.3.4)
|
|
13
|
+
activesupport (= 6.0.3.4)
|
|
14
|
+
activesupport (6.0.3.4)
|
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
16
16
|
i18n (>= 0.7, < 2)
|
|
17
17
|
minitest (~> 5.1)
|
|
@@ -55,7 +55,7 @@ GEM
|
|
|
55
55
|
nenv (~> 0.1)
|
|
56
56
|
shellany (~> 0.0)
|
|
57
57
|
parallel (1.19.2)
|
|
58
|
-
parser (2.7.
|
|
58
|
+
parser (2.7.2.0)
|
|
59
59
|
ast (~> 2.4.1)
|
|
60
60
|
pry (0.13.1)
|
|
61
61
|
coderay (~> 1.1)
|
|
@@ -65,39 +65,40 @@ GEM
|
|
|
65
65
|
rb-fsevent (0.10.4)
|
|
66
66
|
rb-inotify (0.10.1)
|
|
67
67
|
ffi (~> 1.0)
|
|
68
|
-
regexp_parser (1.8.
|
|
69
|
-
reline (0.1.
|
|
68
|
+
regexp_parser (1.8.2)
|
|
69
|
+
reline (0.1.7)
|
|
70
70
|
io-console (~> 0.5)
|
|
71
71
|
rexml (3.2.4)
|
|
72
|
-
rspec (3.
|
|
73
|
-
rspec-core (~> 3.
|
|
74
|
-
rspec-expectations (~> 3.
|
|
75
|
-
rspec-mocks (~> 3.
|
|
76
|
-
rspec-core (3.
|
|
77
|
-
rspec-support (~> 3.
|
|
78
|
-
rspec-expectations (3.
|
|
72
|
+
rspec (3.10.0)
|
|
73
|
+
rspec-core (~> 3.10.0)
|
|
74
|
+
rspec-expectations (~> 3.10.0)
|
|
75
|
+
rspec-mocks (~> 3.10.0)
|
|
76
|
+
rspec-core (3.10.0)
|
|
77
|
+
rspec-support (~> 3.10.0)
|
|
78
|
+
rspec-expectations (3.10.0)
|
|
79
79
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
80
|
-
rspec-support (~> 3.
|
|
81
|
-
rspec-mocks (3.
|
|
80
|
+
rspec-support (~> 3.10.0)
|
|
81
|
+
rspec-mocks (3.10.0)
|
|
82
82
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
83
|
-
rspec-support (~> 3.
|
|
84
|
-
rspec-support (3.
|
|
85
|
-
rubocop (0.
|
|
83
|
+
rspec-support (~> 3.10.0)
|
|
84
|
+
rspec-support (3.10.0)
|
|
85
|
+
rubocop (0.93.1)
|
|
86
86
|
parallel (~> 1.10)
|
|
87
87
|
parser (>= 2.7.1.5)
|
|
88
88
|
rainbow (>= 2.2.2, < 4.0)
|
|
89
|
-
regexp_parser (>= 1.
|
|
89
|
+
regexp_parser (>= 1.8)
|
|
90
90
|
rexml
|
|
91
|
-
rubocop-ast (>= 0.
|
|
91
|
+
rubocop-ast (>= 0.6.0)
|
|
92
92
|
ruby-progressbar (~> 1.7)
|
|
93
93
|
unicode-display_width (>= 1.4.0, < 2.0)
|
|
94
|
-
rubocop-ast (
|
|
94
|
+
rubocop-ast (1.1.0)
|
|
95
95
|
parser (>= 2.7.1.5)
|
|
96
96
|
rubocop-performance (1.8.1)
|
|
97
97
|
rubocop (>= 0.87.0)
|
|
98
98
|
rubocop-ast (>= 0.4.0)
|
|
99
|
-
rubocop-rspec (1.
|
|
99
|
+
rubocop-rspec (1.44.1)
|
|
100
100
|
rubocop (~> 0.87)
|
|
101
|
+
rubocop-ast (>= 0.7.1)
|
|
101
102
|
ruby-progressbar (1.10.1)
|
|
102
103
|
shellany (0.0.1)
|
|
103
104
|
thor (1.0.1)
|
|
@@ -108,7 +109,7 @@ GEM
|
|
|
108
109
|
tzinfo (1.2.7)
|
|
109
110
|
thread_safe (~> 0.1)
|
|
110
111
|
unicode-display_width (1.7.0)
|
|
111
|
-
zeitwerk (2.4.
|
|
112
|
+
zeitwerk (2.4.1)
|
|
112
113
|
|
|
113
114
|
PLATFORMS
|
|
114
115
|
ruby
|
|
@@ -130,4 +131,4 @@ DEPENDENCIES
|
|
|
130
131
|
ziptz!
|
|
131
132
|
|
|
132
133
|
BUNDLED WITH
|
|
133
|
-
1.
|
|
134
|
+
2.1.4
|
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: 2.1.
|
|
4
|
+
version: 2.1.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Keith Morrison
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-11-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
|
|
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
requirements: []
|
|
56
|
-
rubygems_version: 3.
|
|
56
|
+
rubygems_version: 3.1.2
|
|
57
57
|
signing_key:
|
|
58
58
|
specification_version: 4
|
|
59
59
|
summary: TimeZone info for any 5-digit US zip code
|