ziptz 2.0.13 → 2.0.14

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 72973320e13a5a4c4356e14344e14e7837e906d5e2ec9d3bbbd9d16099572816
4
- data.tar.gz: a3579132181b258bbb2739afae37d05dca964f5b6d10fb065a305e40c1781cb9
3
+ metadata.gz: 5dfcb4643d68116de17556c618e01b6c9ea06b0bcf0858db0f5268741fca53bf
4
+ data.tar.gz: c2b06ec80ab1a9e07810db034cb44848aabccc93db4f348debb47186d15309aa
5
5
  SHA512:
6
- metadata.gz: 40ebf00788b9436ea940e649cc6fd3a338ad8d3fdec170b1a4438522587b47aff0db7f1ff5e84a159958a8cb98326e21660a26d03e45ecc1ee7ebba209050dfc
7
- data.tar.gz: 69262cd17c8b74c18e3f1748273427248759391cfa5d3a518c5964d5be36cd60334e248be62fff44ca22d6dcfd5ff954036491736dca6baeb9990d47840f1db3
6
+ metadata.gz: c8944fccf83591bb210047fa630a948800cc8e0025f943c1354d1b6bd4f4a29ca7d614be611b3f75994bb1a9fd441d4fc6c32fd143ecda1f6fc197aaffff597e
7
+ data.tar.gz: fcb8c7dffb167fa2480ea74a96e4a88e22cef7037e2dac2b06d72e91ac2201108a3d6d7c67d413e8ba20fe90b5f6002b1bc9bdc06b6cea9a645942cf8063f209
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (2.0.12)
4
+ ziptz (2.0.14)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -23,7 +23,7 @@ GEM
23
23
  coderay (1.1.2)
24
24
  concurrent-ruby (1.1.5)
25
25
  diff-lcs (1.3)
26
- ffi (1.10.0)
26
+ ffi (1.11.1)
27
27
  formatador (0.2.5)
28
28
  guard (2.15.0)
29
29
  formatador (>= 0.2.4)
@@ -56,12 +56,11 @@ GEM
56
56
  nenv (~> 0.1)
57
57
  shellany (~> 0.0)
58
58
  parallel (1.17.0)
59
- parser (2.6.2.1)
59
+ parser (2.6.3.0)
60
60
  ast (~> 2.4.0)
61
61
  pry (0.12.2)
62
62
  coderay (~> 1.1.0)
63
63
  method_source (~> 0.9.0)
64
- psych (3.1.0)
65
64
  rainbow (3.0.0)
66
65
  rake (12.3.2)
67
66
  rb-fsevent (0.10.3)
@@ -73,26 +72,25 @@ GEM
73
72
  rspec-mocks (~> 3.8.0)
74
73
  rspec-core (3.8.0)
75
74
  rspec-support (~> 3.8.0)
76
- rspec-expectations (3.8.2)
75
+ rspec-expectations (3.8.3)
77
76
  diff-lcs (>= 1.2.0, < 2.0)
78
77
  rspec-support (~> 3.8.0)
79
78
  rspec-mocks (3.8.0)
80
79
  diff-lcs (>= 1.2.0, < 2.0)
81
80
  rspec-support (~> 3.8.0)
82
81
  rspec-support (3.8.0)
83
- rubocop (0.67.2)
82
+ rubocop (0.71.0)
84
83
  jaro_winkler (~> 1.5.1)
85
84
  parallel (~> 1.10)
86
- parser (>= 2.5, != 2.5.1.1)
87
- psych (>= 3.1.0)
85
+ parser (>= 2.6)
88
86
  rainbow (>= 2.2.2, < 4.0)
89
87
  ruby-progressbar (~> 1.7)
90
- unicode-display_width (>= 1.4.0, < 1.6)
91
- rubocop-performance (1.1.0)
92
- rubocop (>= 0.67.0)
93
- rubocop-rspec (1.32.0)
88
+ unicode-display_width (>= 1.4.0, < 1.7)
89
+ rubocop-performance (1.3.0)
90
+ rubocop (>= 0.68.0)
91
+ rubocop-rspec (1.33.0)
94
92
  rubocop (>= 0.60.0)
95
- ruby-progressbar (1.10.0)
93
+ ruby-progressbar (1.10.1)
96
94
  ruby_dep (1.5.0)
97
95
  shellany (0.0.1)
98
96
  thor (0.20.3)
@@ -102,7 +100,7 @@ GEM
102
100
  tty-cursor (~> 0.7)
103
101
  tzinfo (1.2.5)
104
102
  thread_safe (~> 0.1)
105
- unicode-display_width (1.5.0)
103
+ unicode-display_width (1.6.0)
106
104
 
107
105
  PLATFORMS
108
106
  ruby
@@ -124,4 +122,4 @@ DEPENDENCIES
124
122
  ziptz!
125
123
 
126
124
  BUNDLED WITH
127
- 1.17.3
125
+ 1.17.2
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Get time zone and daylight saving time for any US ZIP code.
8
8
 
9
- <i>ZIP codes are up to date as of <b>July 2019</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>August 2019</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
@@ -3414,14 +3414,12 @@
3414
3414
  09634=1
3415
3415
  09635=1
3416
3416
  09636=1
3417
- 09641=1
3418
3417
  09642=1
3419
3418
  09643=1
3420
3419
  09645=1
3421
3420
  09647=1
3422
3421
  09648=1
3423
3422
  09649=1
3424
- 09665=1
3425
3423
  09701=1
3426
3424
  09702=1
3427
3425
  09703=1
@@ -27424,7 +27422,6 @@
27424
27422
  63178=1
27425
27423
  63179=1
27426
27424
  63180=1
27427
- 63182=1
27428
27425
  63188=1
27429
27426
  63195=1
27430
27427
  63197=1
@@ -3414,14 +3414,12 @@
3414
3414
  09634=0
3415
3415
  09635=0
3416
3416
  09636=0
3417
- 09641=0
3418
3417
  09642=0
3419
3418
  09643=0
3420
3419
  09645=0
3421
3420
  09647=0
3422
3421
  09648=0
3423
3422
  09649=0
3424
- 09665=0
3425
3423
  09701=0
3426
3424
  09702=0
3427
3425
  09703=0
@@ -27424,7 +27422,6 @@
27424
27422
  63178=6
27425
27423
  63179=6
27426
27424
  63180=6
27427
- 63182=6
27428
27425
  63188=6
27429
27426
  63195=6
27430
27427
  63197=6
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '2.0.13'.freeze
4
+ VERSION = '2.0.14'.freeze
5
5
 
6
6
  TZ_INFO = {
7
7
  '0' => {name: 'APO/FPO (time zone unknown)', offset: 0},
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.13
4
+ version: 2.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Morrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-01 00:00:00.000000000 Z
11
+ date: 2019-07-31 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
  - !ruby/object:Gem::Version
52
52
  version: '0'
53
53
  requirements: []
54
- rubygems_version: 3.0.4
54
+ rubygems_version: 3.0.3
55
55
  signing_key:
56
56
  specification_version: 4
57
57
  summary: TimeZone info for any 5-digit US zip code