ziptz 2.0.4 → 2.0.5

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: 814770fe08f0cb39bb26e4c328d9b85d24727248f81f4f3aa172c5608fffd812
4
- data.tar.gz: b7dadedc6229c6f2091c57434b5b30113d84776642a6e7ee9e112211210ec7ae
3
+ metadata.gz: 105020d61dd444a9833ee0e94f5e4dd9754f495e5b6582d404dde871a2468772
4
+ data.tar.gz: 5edc8d27790ad99b53762eb2445a3fc26466522f9855f809688cce278caf7668
5
5
  SHA512:
6
- metadata.gz: 141c376b7351a1d6e1dc629f0246713967d31f781c8a394bd91c2b6ff9b214c6381ab0e1b45317681694ee21b4100596b49ea898627818096eff22451b4ea0cb
7
- data.tar.gz: a381d579ecc6609530eb0ba584a75b4ce13559aa61d2331ec9574516f6e864d696cb1386bfb7c39ef8bc32a59cc30d1046dbb7ac2d611d166b9393b979b76377
6
+ metadata.gz: 9a8e7e3d28611add5ecd190de04a27ff1c1b782eec1cbe4e7e989a805a93b51fc207091e3e3c444a5825f65a33540fdd6ddfbb1e1fe01e114e9cc54fdbd1a7c5
7
+ data.tar.gz: a209e046245421197785973e4750dd9320e8f0d71ee5018ba030d5ffdafe59cf4cbdcf6dd90ca5034cb05fe0099462b9c77e5fe37b50d2385e959eeff218a39f
data/Gemfile.lock CHANGED
@@ -6,24 +6,24 @@ PATH
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activemodel (5.2.1)
10
- activesupport (= 5.2.1)
11
- activerecord (5.2.1)
12
- activemodel (= 5.2.1)
13
- activesupport (= 5.2.1)
14
- arel (>= 9.0)
15
- activesupport (5.2.1)
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 (>= 0.7, < 2)
17
+ i18n (~> 0.7)
18
18
  minitest (~> 5.1)
19
19
  tzinfo (~> 1.1)
20
- arel (9.0.0)
20
+ arel (8.0.0)
21
21
  ast (2.4.0)
22
- byebug (10.0.2)
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.25)
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 (1.1.0)
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.13)
48
+ lumberjack (1.0.12)
50
49
  method_source (0.9.0)
51
50
  minitest (5.11.3)
52
- mysql2 (0.5.2)
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.1.2)
57
+ parser (2.5.0.2)
59
58
  ast (~> 2.4.0)
60
- powerpack (0.1.2)
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.1)
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.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.1)
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.8.0)
78
- rspec-mocks (3.8.0)
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.8.0)
81
- rspec-support (3.8.0)
82
- rubocop (0.58.2)
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, != 2.5.1.1)
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.10.0)
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.4.0)
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.4
112
+ 1.16.6
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>October 2018</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>November 2018</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
data/data/dst.data CHANGED
@@ -3251,6 +3251,7 @@
3251
3251
  09211=1
3252
3252
  09213=1
3253
3253
  09214=1
3254
+ 09216=1
3254
3255
  09226=1
3255
3256
  09227=1
3256
3257
  09245=1
@@ -3275,9 +3276,11 @@
3275
3276
  09315=1
3276
3277
  09316=1
3277
3278
  09317=1
3279
+ 09318=1
3278
3280
  09319=1
3279
3281
  09320=1
3280
3282
  09321=1
3283
+ 09322=1
3281
3284
  09328=1
3282
3285
  09330=1
3283
3286
  09333=1
@@ -3316,6 +3319,7 @@
3316
3319
  09469=1
3317
3320
  09470=1
3318
3321
  09494=1
3322
+ 09496=1
3319
3323
  09497=1
3320
3324
  09498=1
3321
3325
  09501=1
@@ -23629,6 +23633,7 @@
23629
23633
  55128=1
23630
23634
  55129=1
23631
23635
  55130=1
23636
+ 55131=1
23632
23637
  55133=1
23633
23638
  55144=1
23634
23639
  55145=1
@@ -24505,6 +24510,7 @@
24505
24510
  56967=1
24506
24511
  56968=1
24507
24512
  56969=1
24513
+ 56970=1
24508
24514
  56972=1
24509
24515
  56998=1
24510
24516
  56999=1
@@ -32030,6 +32036,7 @@
32030
32036
  75056=1
32031
32037
  75057=1
32032
32038
  75058=1
32039
+ 75059=1
32033
32040
  75060=1
32034
32041
  75061=1
32035
32042
  75062=1
@@ -39929,6 +39936,7 @@
39929
39936
  96367=1
39930
39937
  96368=1
39931
39938
  96370=1
39939
+ 96371=1
39932
39940
  96372=1
39933
39941
  96373=1
39934
39942
  96374=1
data/data/tz.data CHANGED
@@ -3251,6 +3251,7 @@
3251
3251
  09211=0
3252
3252
  09213=0
3253
3253
  09214=0
3254
+ 09216=0
3254
3255
  09226=0
3255
3256
  09227=0
3256
3257
  09245=0
@@ -3275,9 +3276,11 @@
3275
3276
  09315=0
3276
3277
  09316=0
3277
3278
  09317=0
3279
+ 09318=0
3278
3280
  09319=0
3279
3281
  09320=0
3280
3282
  09321=0
3283
+ 09322=0
3281
3284
  09328=0
3282
3285
  09330=0
3283
3286
  09333=0
@@ -3316,6 +3319,7 @@
3316
3319
  09469=0
3317
3320
  09470=0
3318
3321
  09494=0
3322
+ 09496=0
3319
3323
  09497=0
3320
3324
  09498=0
3321
3325
  09501=0
@@ -23629,6 +23633,7 @@
23629
23633
  55128=6
23630
23634
  55129=6
23631
23635
  55130=6
23636
+ 55131=6
23632
23637
  55133=6
23633
23638
  55144=6
23634
23639
  55145=6
@@ -24505,6 +24510,7 @@
24505
24510
  56967=5
24506
24511
  56968=5
24507
24512
  56969=5
24513
+ 56970=5
24508
24514
  56972=5
24509
24515
  56998=5
24510
24516
  56999=5
@@ -32030,6 +32036,7 @@
32030
32036
  75056=6
32031
32037
  75057=6
32032
32038
  75058=6
32039
+ 75059=6
32033
32040
  75060=6
32034
32041
  75061=6
32035
32042
  75062=6
@@ -39929,6 +39936,7 @@
39929
39936
  96367=0
39930
39937
  96368=0
39931
39938
  96370=0
39939
+ 96371=0
39932
39940
  96372=0
39933
39941
  96373=0
39934
39942
  96374=0
data/lib/ziptz.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '2.0.4'
4
+ VERSION = '2.0.5'
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.4
4
+ version: 2.0.5
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-10-12 00:00:00.000000000 Z
11
+ date: 2018-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
@@ -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.7.6
55
+ rubygems_version: 2.7.7
56
56
  signing_key:
57
57
  specification_version: 4
58
58
  summary: TimeZone info for any 5-digit US zip code