ziptz 2.0.9 → 2.0.11

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: d1a39669070a99e4f31efc23528de3667e702ec233328e6e72a8f4247d7abffa
4
- data.tar.gz: 774801b3a97e64a4fcb7dad7ae30646a814014afc4f347df277b99704f0e50be
3
+ metadata.gz: 8111f7e575c43d3f5c1e4ed3cd81e3594032db5f17aa91857b784ad062098b29
4
+ data.tar.gz: 141365240e2935ba31b21126eaa059bf9e5f566616ad9e4b8bc69e17e6d6474c
5
5
  SHA512:
6
- metadata.gz: 45da0176be8589e96ae2ed11d94be845f4cce8a37d05ab7a80b09774a0a743a68ddd5881029e86ca8873d30b681ca80bf711105abfcec6a716246470b383ea4e
7
- data.tar.gz: c3bcace1f27376831468d3663d9cfaa49e20bd52b4e466c672d180b5ce4004c5832a07ce8b3ef50deef2120ff7667c6d8aa3cecf5681047f412016609b1a9154
6
+ metadata.gz: dda9edf9d8a50e0afc4c08cdcfc67962ded0e0ba3296b33d0a387cdf5e1ef8b305369ac4b68573ac02ae8232aaf42dcddcbaa7bb0733f362edc5e2d0d0ca3e41
7
+ data.tar.gz: c9192692280115f4d7ec53791b5d771643f301a7f04395d95122dadb5a7dee8bfc587d03bf969b7b1fb420e1d576648aa9e0035b597ce76b3970c53915c4a6db
data/Gemfile.lock CHANGED
@@ -1,31 +1,31 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (2.0.8)
4
+ ziptz (2.0.11)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
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)
9
+ activemodel (5.2.2)
10
+ activesupport (= 5.2.2)
11
+ activerecord (5.2.2)
12
+ activemodel (= 5.2.2)
13
+ activesupport (= 5.2.2)
14
+ arel (>= 9.0)
15
+ activesupport (5.2.2)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
- i18n (~> 0.7)
17
+ i18n (>= 0.7, < 2)
18
18
  minitest (~> 5.1)
19
19
  tzinfo (~> 1.1)
20
- arel (8.0.0)
20
+ arel (9.0.0)
21
21
  ast (2.4.0)
22
- byebug (9.1.0)
22
+ byebug (10.0.2)
23
23
  coderay (1.1.2)
24
- concurrent-ruby (1.0.5)
24
+ concurrent-ruby (1.1.4)
25
25
  diff-lcs (1.3)
26
- ffi (1.9.23)
26
+ ffi (1.10.0)
27
27
  formatador (0.2.5)
28
- guard (2.14.2)
28
+ guard (2.15.0)
29
29
  formatador (>= 0.2.4)
30
30
  listen (>= 2.7, < 4.0)
31
31
  lumberjack (>= 1.0.12, < 2.0)
@@ -39,62 +39,64 @@ GEM
39
39
  guard (~> 2.1)
40
40
  guard-compat (~> 1.1)
41
41
  rspec (>= 2.99.0, < 4.0)
42
- i18n (0.9.5)
42
+ i18n (1.5.3)
43
43
  concurrent-ruby (~> 1.0)
44
+ jaro_winkler (1.5.2)
44
45
  listen (3.1.5)
45
46
  rb-fsevent (~> 0.9, >= 0.9.4)
46
47
  rb-inotify (~> 0.9, >= 0.9.7)
47
48
  ruby_dep (~> 1.2)
48
- lumberjack (1.0.12)
49
- method_source (0.9.0)
49
+ lumberjack (1.0.13)
50
+ method_source (0.9.2)
50
51
  minitest (5.11.3)
51
- mysql2 (0.4.10)
52
+ mysql2 (0.5.2)
52
53
  nenv (0.3.0)
53
54
  notiffany (0.1.1)
54
55
  nenv (~> 0.1)
55
56
  shellany (~> 0.0)
56
- parallel (1.12.1)
57
- parser (2.5.0.2)
57
+ parallel (1.13.0)
58
+ parser (2.6.0.0)
58
59
  ast (~> 2.4.0)
59
- powerpack (0.1.1)
60
- pry (0.11.3)
60
+ powerpack (0.1.2)
61
+ pry (0.12.2)
61
62
  coderay (~> 1.1.0)
62
63
  method_source (~> 0.9.0)
63
64
  rainbow (3.0.0)
64
- rake (12.3.0)
65
+ rake (12.3.2)
65
66
  rb-fsevent (0.10.3)
66
- rb-inotify (0.9.10)
67
- ffi (>= 0.5.0, < 2)
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)
67
+ rb-inotify (0.10.0)
68
+ ffi (~> 1.0)
69
+ rspec (3.8.0)
70
+ rspec-core (~> 3.8.0)
71
+ rspec-expectations (~> 3.8.0)
72
+ rspec-mocks (~> 3.8.0)
73
+ rspec-core (3.8.0)
74
+ rspec-support (~> 3.8.0)
75
+ rspec-expectations (3.8.2)
75
76
  diff-lcs (>= 1.2.0, < 2.0)
76
- rspec-support (~> 3.7.0)
77
- rspec-mocks (3.7.0)
77
+ rspec-support (~> 3.8.0)
78
+ rspec-mocks (3.8.0)
78
79
  diff-lcs (>= 1.2.0, < 2.0)
79
- rspec-support (~> 3.7.0)
80
- rspec-support (3.7.1)
81
- rubocop (0.53.0)
80
+ rspec-support (~> 3.8.0)
81
+ rspec-support (3.8.0)
82
+ rubocop (0.63.1)
83
+ jaro_winkler (~> 1.5.1)
82
84
  parallel (~> 1.10)
83
- parser (>= 2.5)
85
+ parser (>= 2.5, != 2.5.1.1)
84
86
  powerpack (~> 0.1)
85
87
  rainbow (>= 2.2.2, < 4.0)
86
88
  ruby-progressbar (~> 1.7)
87
- unicode-display_width (~> 1.0, >= 1.0.1)
88
- rubocop-rspec (1.26.0)
89
- rubocop (>= 0.53.0)
90
- ruby-progressbar (1.9.0)
89
+ unicode-display_width (~> 1.4.0)
90
+ rubocop-rspec (1.32.0)
91
+ rubocop (>= 0.60.0)
92
+ ruby-progressbar (1.10.0)
91
93
  ruby_dep (1.5.0)
92
94
  shellany (0.0.1)
93
- thor (0.20.0)
95
+ thor (0.20.3)
94
96
  thread_safe (0.3.6)
95
97
  tzinfo (1.2.5)
96
98
  thread_safe (~> 0.1)
97
- unicode-display_width (1.3.0)
99
+ unicode-display_width (1.4.1)
98
100
 
99
101
  PLATFORMS
100
102
  ruby
@@ -113,4 +115,4 @@ DEPENDENCIES
113
115
  ziptz!
114
116
 
115
117
  BUNDLED WITH
116
- 1.17.3
118
+ 2.0.1
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>March 2019</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>May 2019</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
data/data/dst.data CHANGED
@@ -3243,6 +3243,7 @@
3243
3243
  09160=1
3244
3244
  09161=1
3245
3245
  09170=1
3246
+ 09171=1
3246
3247
  09172=1
3247
3248
  09173=1
3248
3249
  09174=1
@@ -3347,6 +3348,7 @@
3347
3348
  09509=1
3348
3349
  09510=1
3349
3350
  09511=1
3351
+ 09512=1
3350
3352
  09513=1
3351
3353
  09517=1
3352
3354
  09520=1
@@ -3571,6 +3573,8 @@
3571
3573
  09902=1
3572
3574
  09903=1
3573
3575
  09904=1
3576
+ 09906=1
3577
+ 09907=1
3574
3578
  09908=1
3575
3579
  09909=1
3576
3580
  09910=1
@@ -14700,8 +14704,10 @@
14700
14704
  34055=1
14701
14705
  34058=1
14702
14706
  34060=1
14707
+ 34066=1
14703
14708
  34067=1
14704
14709
  34068=1
14710
+ 34069=1
14705
14711
  34078=1
14706
14712
  34080=1
14707
14713
  34081=1
data/data/tz.data CHANGED
@@ -3243,6 +3243,7 @@
3243
3243
  09160=0
3244
3244
  09161=0
3245
3245
  09170=0
3246
+ 09171=0
3246
3247
  09172=0
3247
3248
  09173=0
3248
3249
  09174=0
@@ -3347,6 +3348,7 @@
3347
3348
  09509=0
3348
3349
  09510=0
3349
3350
  09511=0
3351
+ 09512=0
3350
3352
  09513=0
3351
3353
  09517=0
3352
3354
  09520=0
@@ -3571,6 +3573,8 @@
3571
3573
  09902=5
3572
3574
  09903=5
3573
3575
  09904=5
3576
+ 09906=5
3577
+ 09907=5
3574
3578
  09908=5
3575
3579
  09909=5
3576
3580
  09910=5
@@ -14700,8 +14704,10 @@
14700
14704
  34055=0
14701
14705
  34058=0
14702
14706
  34060=0
14707
+ 34066=0
14703
14708
  34067=0
14704
14709
  34068=0
14710
+ 34069=0
14705
14711
  34078=0
14706
14712
  34080=0
14707
14713
  34081=0
data/lib/ziptz.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '2.0.9'.freeze
4
+ VERSION = '2.0.11'.freeze
5
5
 
6
6
  TZ_INFO = {
7
7
  '0' => {name: 'APO/FPO (time zone unknown)', offset: 0},
data/spec/spec_helper.rb CHANGED
@@ -2,8 +2,6 @@ require 'ziptz'
2
2
  require 'yaml'
3
3
  require 'rspec'
4
4
 
5
- Encoding.default_external = 'UTF-8' if defined?(Encoding)
6
-
7
5
  RSpec.configure do |config|
8
6
 
9
7
  end
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.9
4
+ version: 2.0.11
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-03-01 00:00:00.000000000 Z
11
+ date: 2019-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
@@ -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.2
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