ziptz 1.0.27 → 1.0.28

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: 77f5d58b68f0d6499e3d3f7a62476ef59efc9b78
4
- data.tar.gz: 3ef860feefe361352c49c131fb664cd8b7b1d5b8
3
+ metadata.gz: 2c09b81f3992559905880d1656c6bf347847a10c
4
+ data.tar.gz: c12f1e58de7e581cc58b123d6828b9c6c659f7c8
5
5
  SHA512:
6
- metadata.gz: 3381c550630c91db63262c47652449e0ca29d26b0dd1161566d5f5a2a024aead82f28180f27af1d6efce1c93fbb3c10d723f0e8ea10f0342251de0dd547166e8
7
- data.tar.gz: 6c4034a5063c9315b29b6098a6320afb05ca8780493a69dd09760b52d6824136592fe08d783d5171aa297eb3da53effdc4fa5001e86f07fb6659a1f1f55a5d71
6
+ metadata.gz: e757754352622132bbed1f9aa34238ab167c1f9fbe2a58ee6c6d0d52deda3e51bf0a9806b0f0bcd7b6cc8c76e954db50952dfe4b45da2475995302f527f1e0d5
7
+ data.tar.gz: ea9f4780d76a1ce784a35d44736a53b07762dc7093faba8ed680333d6bdfaf25e7290e5264dae5ffb3831affaaa3128a824d6485d03b135485c29ca43fdce546
@@ -6,13 +6,13 @@ 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.1)
10
+ activesupport (= 5.1.1)
11
+ activerecord (5.1.1)
12
+ activemodel (= 5.1.1)
13
+ activesupport (= 5.1.1)
14
14
  arel (~> 8.0)
15
- activesupport (5.1.2)
15
+ activesupport (5.1.1)
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.6)
41
+ i18n (0.8.4)
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.3)
49
- mysql2 (0.4.8)
48
+ minitest (5.10.2)
49
+ mysql2 (0.4.6)
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.12.0)
54
+ parallel (1.11.2)
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.10.2)
66
- rb-inotify (0.9.10)
67
- ffi (>= 0.5.0, < 2)
65
+ rb-fsevent (0.9.8)
66
+ rb-inotify (0.9.8)
67
+ ffi (>= 0.5.0)
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.3.0)
96
+ unicode-display_width (1.2.1)
97
97
 
98
98
  PLATFORMS
99
99
  ruby
@@ -109,4 +109,4 @@ DEPENDENCIES
109
109
  ziptz!
110
110
 
111
111
  BUNDLED WITH
112
- 1.15.3
112
+ 1.13.7
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>September 2017</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>October 2017</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
@@ -15156,6 +15156,7 @@
15156
15156
  35481=6
15157
15157
  35482=6
15158
15158
  35486=6
15159
+ 35487=6
15159
15160
  35490=6
15160
15161
  35491=6
15161
15162
  35501=6
@@ -39926,8 +39927,6 @@
39926
39927
  96388=0
39927
39928
  96389=0
39928
39929
  96401=0
39929
- 96427=0
39930
- 96447=0
39931
39930
  96501=0
39932
39931
  96502=0
39933
39932
  96504=0
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '1.0.27'
4
+ VERSION = '1.0.28'
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.27
4
+ version: 1.0.28
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-09-06 00:00:00.000000000 Z
11
+ date: 2017-10-20 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