ziptz 2.0.2 → 2.0.3

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
- SHA256:
3
- metadata.gz: eb4a040a495a6e662dd381cd1139ad36adf6bd02b2ef74cacab9c8c17d94fdfe
4
- data.tar.gz: 1bf6d78106c9fd549c178a3b091d2ed7bc3f13b7d535eaf3e5a511ebf8614644
2
+ SHA1:
3
+ metadata.gz: c579f2f56d251215b96998e7078b532e330a12cc
4
+ data.tar.gz: e6343639094ab28bb475f12d7584d28b183f74eb
5
5
  SHA512:
6
- metadata.gz: 1cd28d0d78664eb7b4a050f7d1e732a8be9fbed14d233b1837e6b202ece32d7722223e6643f785dd0e89580708148b2767b39151cfcab7adcd1da3e2a39d0ed8
7
- data.tar.gz: b52d7e5a0977761a97f35a29b4a573f7bb7f4f717f3f1db79dc87d1534a64531e467be10b724e69ba232e22e031bb43359dc53daeb651a9dd8388d7954a342b8
6
+ metadata.gz: 4e5e1ae30b2c7f321f4bce38fc7ab75a41a447c1ff2d817a58dcc59fe0dc6594137a490b4a4c0c8a135243f3fd199abb942033b37ce560538656f46d85691727
7
+ data.tar.gz: 4a4dd2652823eaa7b0af27102f3a47b2df06dd5d24aaf28f85f7d6a21454fbab53e32390c5e710798e1698bbabd9e243e98ccf2f6bfb303276cab8584db0064c
data/Gemfile.lock CHANGED
@@ -1,29 +1,29 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (2.0.2)
4
+ ziptz (2.0.3)
5
5
 
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.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>September 2018</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>October 2018</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
data/data/dst.data CHANGED
@@ -14658,7 +14658,6 @@
14658
14658
  34039=1
14659
14659
  34041=1
14660
14660
  34042=1
14661
- 34044=1
14662
14661
  34050=1
14663
14662
  34051=1
14664
14663
  34052=1
data/data/tz.data CHANGED
@@ -14658,7 +14658,6 @@
14658
14658
  34039=0
14659
14659
  34041=0
14660
14660
  34042=0
14661
- 34044=0
14662
14661
  34050=0
14663
14662
  34051=0
14664
14663
  34052=0
data/lib/ziptz.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '2.0.2'
4
+ VERSION = '2.0.3'
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.2
4
+ version: 2.0.3
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-09-05 00:00:00.000000000 Z
11
+ date: 2018-10-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
@@ -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.6.12
56
56
  signing_key:
57
57
  specification_version: 4
58
58
  summary: TimeZone info for any 5-digit US zip code