ziptz 1.0.32 → 1.0.33

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
  SHA1:
3
- metadata.gz: a7260c901a834790040ff96414b5a6c959eebf26
4
- data.tar.gz: 1b5a08cd62df81cecce49934b846e8ef65ebe88f
3
+ metadata.gz: 74567cf74d2950711d56fa8c399a939c421ac917
4
+ data.tar.gz: 91b531aab889a07f780ae7a7535f28dc9cd6060d
5
5
  SHA512:
6
- metadata.gz: dbf7f2dbffb0cd276909c59d3a05f04546e77f7cda9a43e8dd052c2e8a3e2625aaf21a2bebf35bfc6af60c51b8f33148892c3e75dd5dac39e5ee109c3f2cd465
7
- data.tar.gz: ff7267b9ad6ab6f592b661d454c9727808aceb7ecfcee75d56f748b86257546709168624cb253397b54a89a825df2daf851a86a2b4e657a6fdd57ee3b68afc50
6
+ metadata.gz: 27dce9a2eb0426b741242f069769ec356dc8ce33e0272d5877e07e79dd3077a0c8631a060ae1e262e9c30b7cf8dd55f8cac1138d81c5fa8924d22f3cf4efe898
7
+ data.tar.gz: 7d38861416966c61cb1498b63a24a1a09e56e71519da34b431c3197a657ebe6d478a07076a53c81b2152247381312d5536068599752b3f12877cc716c815a1be
data/Gemfile.lock CHANGED
@@ -6,28 +6,28 @@ PATH
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activemodel (5.1.2)
10
- activesupport (= 5.1.2)
11
- activerecord (5.1.2)
12
- activemodel (= 5.1.2)
13
- activesupport (= 5.1.2)
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
14
  arel (~> 8.0)
15
- activesupport (5.1.2)
15
+ activesupport (5.1.5)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (~> 0.7)
18
18
  minitest (~> 5.1)
19
19
  tzinfo (~> 1.1)
20
20
  arel (8.0.0)
21
- ast (2.3.0)
22
- coderay (1.1.1)
21
+ ast (2.4.0)
22
+ coderay (1.1.2)
23
23
  concurrent-ruby (1.0.5)
24
24
  diff-lcs (1.3)
25
- ffi (1.9.18)
25
+ ffi (1.9.23)
26
26
  formatador (0.2.5)
27
- guard (2.14.1)
27
+ guard (2.14.2)
28
28
  formatador (>= 0.2.4)
29
29
  listen (>= 2.7, < 4.0)
30
- lumberjack (~> 1.0)
30
+ lumberjack (>= 1.0.12, < 2.0)
31
31
  nenv (~> 0.1)
32
32
  notiffany (~> 0.0)
33
33
  pry (>= 0.9.12)
@@ -38,60 +38,58 @@ GEM
38
38
  guard (~> 2.1)
39
39
  guard-compat (~> 1.1)
40
40
  rspec (>= 2.99.0, < 4.0)
41
- i18n (0.8.6)
41
+ i18n (0.9.5)
42
+ concurrent-ruby (~> 1.0)
42
43
  listen (3.1.5)
43
44
  rb-fsevent (~> 0.9, >= 0.9.4)
44
45
  rb-inotify (~> 0.9, >= 0.9.7)
45
46
  ruby_dep (~> 1.2)
46
47
  lumberjack (1.0.12)
47
- method_source (0.8.2)
48
- minitest (5.10.3)
49
- mysql2 (0.4.8)
48
+ method_source (0.9.0)
49
+ minitest (5.11.3)
50
+ mysql2 (0.4.10)
50
51
  nenv (0.3.0)
51
52
  notiffany (0.1.1)
52
53
  nenv (~> 0.1)
53
54
  shellany (~> 0.0)
54
- parallel (1.12.0)
55
- parser (2.4.0.0)
56
- ast (~> 2.2)
55
+ parallel (1.12.1)
56
+ parser (2.5.0.2)
57
+ ast (~> 2.4.0)
57
58
  powerpack (0.1.1)
58
- pry (0.10.4)
59
+ pry (0.11.3)
59
60
  coderay (~> 1.1.0)
60
- method_source (~> 0.8.1)
61
- slop (~> 3.4)
62
- rainbow (2.2.2)
63
- rake
64
- rake (12.0.0)
65
- rb-fsevent (0.10.2)
61
+ method_source (~> 0.9.0)
62
+ rainbow (3.0.0)
63
+ rake (12.3.0)
64
+ rb-fsevent (0.10.3)
66
65
  rb-inotify (0.9.10)
67
66
  ffi (>= 0.5.0, < 2)
68
- rspec (3.6.0)
69
- rspec-core (~> 3.6.0)
70
- rspec-expectations (~> 3.6.0)
71
- rspec-mocks (~> 3.6.0)
72
- rspec-core (3.6.0)
73
- rspec-support (~> 3.6.0)
74
- rspec-expectations (3.6.0)
67
+ rspec (3.7.0)
68
+ rspec-core (~> 3.7.0)
69
+ rspec-expectations (~> 3.7.0)
70
+ rspec-mocks (~> 3.7.0)
71
+ rspec-core (3.7.1)
72
+ rspec-support (~> 3.7.0)
73
+ rspec-expectations (3.7.0)
75
74
  diff-lcs (>= 1.2.0, < 2.0)
76
- rspec-support (~> 3.6.0)
77
- rspec-mocks (3.6.0)
75
+ rspec-support (~> 3.7.0)
76
+ rspec-mocks (3.7.0)
78
77
  diff-lcs (>= 1.2.0, < 2.0)
79
- rspec-support (~> 3.6.0)
80
- rspec-support (3.6.0)
81
- rubocop (0.49.1)
78
+ rspec-support (~> 3.7.0)
79
+ rspec-support (3.7.1)
80
+ rubocop (0.53.0)
82
81
  parallel (~> 1.10)
83
- parser (>= 2.3.3.1, < 3.0)
82
+ parser (>= 2.5)
84
83
  powerpack (~> 0.1)
85
- rainbow (>= 1.99.1, < 3.0)
84
+ rainbow (>= 2.2.2, < 4.0)
86
85
  ruby-progressbar (~> 1.7)
87
86
  unicode-display_width (~> 1.0, >= 1.0.1)
88
- ruby-progressbar (1.8.1)
87
+ ruby-progressbar (1.9.0)
89
88
  ruby_dep (1.5.0)
90
89
  shellany (0.0.1)
91
- slop (3.6.0)
92
- thor (0.19.4)
90
+ thor (0.20.0)
93
91
  thread_safe (0.3.6)
94
- tzinfo (1.2.3)
92
+ tzinfo (1.2.5)
95
93
  thread_safe (~> 0.1)
96
94
  unicode-display_width (1.3.0)
97
95
 
@@ -109,4 +107,4 @@ DEPENDENCIES
109
107
  ziptz!
110
108
 
111
109
  BUNDLED WITH
112
- 1.15.3
110
+ 1.16.1
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Get the time zone for any US ZIP code.
8
8
 
9
- <i>ZIP codes are up to date as of <b>February 2018</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>March 2018</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
data/data/ziptz.data CHANGED
@@ -2464,7 +2464,6 @@
2464
2464
  06912=5
2465
2465
  06913=5
2466
2466
  06914=5
2467
- 06921=5
2468
2467
  06926=5
2469
2468
  06927=5
2470
2469
  07001=5
@@ -3189,7 +3188,6 @@
3189
3188
  08906=5
3190
3189
  08933=5
3191
3190
  08989=5
3192
- 09001=5
3193
3191
  09002=5
3194
3192
  09003=0
3195
3193
  09004=0
@@ -3227,7 +3225,6 @@
3227
3225
  09094=0
3228
3226
  09095=0
3229
3227
  09096=0
3230
- 09103=0
3231
3228
  09104=0
3232
3229
  09107=0
3233
3230
  09112=0
@@ -3529,8 +3526,11 @@
3529
3526
  09861=0
3530
3527
  09862=0
3531
3528
  09863=0
3529
+ 09864=0
3532
3530
  09865=0
3531
+ 09867=0
3533
3532
  09868=0
3533
+ 09869=0
3534
3534
  09870=0
3535
3535
  09873=0
3536
3536
  09874=0
@@ -8195,7 +8195,6 @@
8195
8195
  20406=5
8196
8196
  20407=5
8197
8197
  20408=5
8198
- 20409=5
8199
8198
  20410=5
8200
8199
  20411=5
8201
8200
  20412=5
@@ -41263,7 +41262,6 @@
41263
41262
  99103=8
41264
41263
  99104=8
41265
41264
  99105=8
41266
- 99107=8
41267
41265
  99109=8
41268
41266
  99110=8
41269
41267
  99111=8
data/lib/ziptz.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '1.0.32'
4
+ VERSION = '1.0.33'
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: 1.0.32
4
+ version: 1.0.33
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-02-07 00:00:00.000000000 Z
11
+ date: 2018-03-05 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
  version: '0'
52
52
  requirements: []
53
53
  rubyforge_project:
54
- rubygems_version: 2.6.11
54
+ rubygems_version: 2.6.12
55
55
  signing_key:
56
56
  specification_version: 4
57
57
  summary: TimeZone for any 5-digit US zip code