ziptz 1.0.29 → 1.0.30

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 00dcbf6e4429d67ea50c3b791c065bbd24ca69e2
4
- data.tar.gz: e4a90891cc547463188ccaf10eac0e7a2061b603
3
+ metadata.gz: 756f908ef2d6971eca02b6e5575039ff8f7b29ff
4
+ data.tar.gz: 01603c53132c7f6743ab3f3f32966972d52ded11
5
5
  SHA512:
6
- metadata.gz: 948198c7b900c22d678ddad596c2080713e5aa48f584f94f2b519c481198e2cc3ce3b2394184ed8edbc34e0105946dbedfee20ee29f46e9a818fb80e5aa38a96
7
- data.tar.gz: a587e2f038a189b634aaca1409f6a347da3eb7e85844d59700b7d7bb19c8b8af69b576d13649d5e682ab2fe43e59ac225f45d9bc923362e10c60dd9e536031db
6
+ metadata.gz: 88a0b5f35f23b2fb2238dd90d0b38159a04d4152a114f158b32aa44ceb6ccd11732ba51578e6704334b84b00ff11456f02172a53b5557a500c3a3cefa104f4e1
7
+ data.tar.gz: ad9767a12334d5e083901c925fc13e3d2a3eae6e05dc4438fa8bcd50f0cbd7ae27ad75aa260626f02dee427c3742e8ee2e6e5fd78f737bb851eb526cdf62cef2
data/Gemfile.lock CHANGED
@@ -1,18 +1,18 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (1.0.28)
4
+ ziptz (1.0.30)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activemodel (5.1.1)
10
- activesupport (= 5.1.1)
11
- activerecord (5.1.1)
12
- activemodel (= 5.1.1)
13
- activesupport (= 5.1.1)
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)
14
14
  arel (~> 8.0)
15
- activesupport (5.1.1)
15
+ activesupport (5.1.2)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (~> 0.7)
18
18
  minitest (~> 5.1)
@@ -38,20 +38,20 @@ GEM
38
38
  guard (~> 2.1)
39
39
  guard-compat (~> 1.1)
40
40
  rspec (>= 2.99.0, < 4.0)
41
- i18n (0.8.4)
41
+ i18n (0.8.6)
42
42
  listen (3.1.5)
43
43
  rb-fsevent (~> 0.9, >= 0.9.4)
44
44
  rb-inotify (~> 0.9, >= 0.9.7)
45
45
  ruby_dep (~> 1.2)
46
46
  lumberjack (1.0.12)
47
47
  method_source (0.8.2)
48
- minitest (5.10.2)
49
- mysql2 (0.4.6)
48
+ minitest (5.10.3)
49
+ mysql2 (0.4.8)
50
50
  nenv (0.3.0)
51
51
  notiffany (0.1.1)
52
52
  nenv (~> 0.1)
53
53
  shellany (~> 0.0)
54
- parallel (1.11.2)
54
+ parallel (1.12.0)
55
55
  parser (2.4.0.0)
56
56
  ast (~> 2.2)
57
57
  powerpack (0.1.1)
@@ -62,9 +62,9 @@ GEM
62
62
  rainbow (2.2.2)
63
63
  rake
64
64
  rake (12.0.0)
65
- rb-fsevent (0.9.8)
66
- rb-inotify (0.9.8)
67
- ffi (>= 0.5.0)
65
+ rb-fsevent (0.10.2)
66
+ rb-inotify (0.9.10)
67
+ ffi (>= 0.5.0, < 2)
68
68
  rspec (3.6.0)
69
69
  rspec-core (~> 3.6.0)
70
70
  rspec-expectations (~> 3.6.0)
@@ -93,7 +93,7 @@ GEM
93
93
  thread_safe (0.3.6)
94
94
  tzinfo (1.2.3)
95
95
  thread_safe (~> 0.1)
96
- unicode-display_width (1.2.1)
96
+ unicode-display_width (1.3.0)
97
97
 
98
98
  PLATFORMS
99
99
  ruby
@@ -109,4 +109,4 @@ DEPENDENCIES
109
109
  ziptz!
110
110
 
111
111
  BUNDLED WITH
112
- 1.13.7
112
+ 1.15.3
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>November 2017</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>December 2017</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
data/data/ziptz.data CHANGED
@@ -3520,9 +3520,13 @@
3520
3520
  09853=0
3521
3521
  09854=0
3522
3522
  09855=0
3523
+ 09856=0
3524
+ 09857=0
3523
3525
  09858=0
3524
3526
  09859=0
3527
+ 09860=0
3525
3528
  09861=0
3529
+ 09862=0
3526
3530
  09863=0
3527
3531
  09865=0
3528
3532
  09868=0
data/lib/ziptz.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '1.0.29'
4
+ VERSION = '1.0.30'
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.29
4
+ version: 1.0.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Morrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-22 00:00:00.000000000 Z
11
+ date: 2017-12-08 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