ziptz 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/Gemfile.lock +36 -34
  3. data/lib/ziptz.rb +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: c579f2f56d251215b96998e7078b532e330a12cc
4
- data.tar.gz: e6343639094ab28bb475f12d7584d28b183f74eb
2
+ SHA256:
3
+ metadata.gz: 814770fe08f0cb39bb26e4c328d9b85d24727248f81f4f3aa172c5608fffd812
4
+ data.tar.gz: b7dadedc6229c6f2091c57434b5b30113d84776642a6e7ee9e112211210ec7ae
5
5
  SHA512:
6
- metadata.gz: 4e5e1ae30b2c7f321f4bce38fc7ab75a41a447c1ff2d817a58dcc59fe0dc6594137a490b4a4c0c8a135243f3fd199abb942033b37ce560538656f46d85691727
7
- data.tar.gz: 4a4dd2652823eaa7b0af27102f3a47b2df06dd5d24aaf28f85f7d6a21454fbab53e32390c5e710798e1698bbabd9e243e98ccf2f6bfb303276cab8584db0064c
6
+ metadata.gz: 141c376b7351a1d6e1dc629f0246713967d31f781c8a394bd91c2b6ff9b214c6381ab0e1b45317681694ee21b4100596b49ea898627818096eff22451b4ea0cb
7
+ data.tar.gz: a381d579ecc6609530eb0ba584a75b4ce13559aa61d2331ec9574516f6e864d696cb1386bfb7c39ef8bc32a59cc30d1046dbb7ac2d611d166b9393b979b76377
data/Gemfile.lock CHANGED
@@ -1,29 +1,29 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (2.0.3)
4
+ ziptz (2.0.4)
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.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)
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
24
  concurrent-ruby (1.0.5)
25
25
  diff-lcs (1.3)
26
- ffi (1.9.23)
26
+ ffi (1.9.25)
27
27
  formatador (0.2.5)
28
28
  guard (2.14.2)
29
29
  formatador (>= 0.2.4)
@@ -39,60 +39,62 @@ 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.1.0)
43
43
  concurrent-ruby (~> 1.0)
44
+ jaro_winkler (1.5.1)
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
+ lumberjack (1.0.13)
49
50
  method_source (0.9.0)
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
57
  parallel (1.12.1)
57
- parser (2.5.0.2)
58
+ parser (2.5.1.2)
58
59
  ast (~> 2.4.0)
59
- powerpack (0.1.1)
60
+ powerpack (0.1.2)
60
61
  pry (0.11.3)
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.1)
65
66
  rb-fsevent (0.10.3)
66
67
  rb-inotify (0.9.10)
67
68
  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)
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)
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.58.2)
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
89
  unicode-display_width (~> 1.0, >= 1.0.1)
88
- ruby-progressbar (1.9.0)
90
+ ruby-progressbar (1.10.0)
89
91
  ruby_dep (1.5.0)
90
92
  shellany (0.0.1)
91
93
  thor (0.20.0)
92
94
  thread_safe (0.3.6)
93
95
  tzinfo (1.2.5)
94
96
  thread_safe (~> 0.1)
95
- unicode-display_width (1.3.0)
97
+ unicode-display_width (1.4.0)
96
98
 
97
99
  PLATFORMS
98
100
  ruby
@@ -109,4 +111,4 @@ DEPENDENCIES
109
111
  ziptz!
110
112
 
111
113
  BUNDLED WITH
112
- 1.16.1
114
+ 1.16.4
data/lib/ziptz.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '2.0.3'
4
+ VERSION = '2.0.4'
5
5
 
6
6
  TZ_INFO = {
7
7
  '0' => {name: 'APO/FPO (time zone unknown)', offset: 0},
@@ -11,7 +11,7 @@ class Ziptz
11
11
  '7' => {name: 'America/Denver', offset: -7},
12
12
  '8' => {name: 'America/Los_Angeles', offset: -8},
13
13
  '9' => {name: 'America/Anchorage', offset: -9},
14
- '10' => {name: 'America/Adak', offset: -10},
14
+ '10' => {name: 'Pacific/Honolulu', offset: -10},
15
15
  '11' => {name: 'Pacific/Pago_Pago', offset: -11},
16
16
  '13' => {name: 'Pacific/Majuro', offset: 12},
17
17
  '14' => {name: 'Pacific/Guam', offset: 10},
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.3
4
+ version: 2.0.4
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-01 00:00:00.000000000 Z
11
+ date: 2018-10-12 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.6.12
55
+ rubygems_version: 2.7.6
56
56
  signing_key:
57
57
  specification_version: 4
58
58
  summary: TimeZone info for any 5-digit US zip code