ziptz 1.1.36 → 1.1.37

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
- SHA1:
3
- metadata.gz: 87c4079b4cf48a075ddbc3f119d5f94a6fa03407
4
- data.tar.gz: 75ca6464e35174be83c695aeef1c2222bd046330
2
+ SHA256:
3
+ metadata.gz: a7d2f0fd9f3aaf2040ec18fd975aeca7314596292bf22912e379043f08e8ffc6
4
+ data.tar.gz: 07de026ce831cc3010aead537f8e6b6da68dc0ce236192f20f34963a7694e38d
5
5
  SHA512:
6
- metadata.gz: d7e8d45a187e35e83d226e079f724b9af5154fa5ac449a93f5c8274351247245d0a1745bf4690efd073dbd3bbcc51bf1cf0273d215775a2857fd04b0aae112ac
7
- data.tar.gz: 647de35560e8b1644d5676d99ec95ec0867af2c13731705032a4d5af36c9239d9d84f77d43b4b0a8d41d85650ef20cd742d1b5e87b3f48a87328e3654ab2dd8b
6
+ metadata.gz: b200931cd9d4160b668a9782f1808e5b3627d28212a980456d31945f57b34f53ad7e0c722d1e97b2326bfcfed7e4de43af4e20088c3af4bd5461fa4d71ac8514
7
+ data.tar.gz: 3ce4426bdb6c1ed6b87425c566588d117029bf7319954704da1444d0000d6ef3ace01c7c02579eb5e5ccce19b67aed7bb88e9288f77b6b22e742e6315c2ad810
data/Gemfile.lock CHANGED
@@ -1,25 +1,25 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (1.1.35)
4
+ ziptz (1.1.37)
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.0)
10
+ activesupport (= 5.2.0)
11
+ activerecord (5.2.0)
12
+ activemodel (= 5.2.0)
13
+ activesupport (= 5.2.0)
14
+ arel (>= 9.0)
15
+ activesupport (5.2.0)
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)
@@ -39,29 +39,29 @@ 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.0.1)
43
43
  concurrent-ruby (~> 1.0)
44
44
  listen (3.1.5)
45
45
  rb-fsevent (~> 0.9, >= 0.9.4)
46
46
  rb-inotify (~> 0.9, >= 0.9.7)
47
47
  ruby_dep (~> 1.2)
48
- lumberjack (1.0.12)
48
+ lumberjack (1.0.13)
49
49
  method_source (0.9.0)
50
50
  minitest (5.11.3)
51
- mysql2 (0.4.10)
51
+ mysql2 (0.5.1)
52
52
  nenv (0.3.0)
53
53
  notiffany (0.1.1)
54
54
  nenv (~> 0.1)
55
55
  shellany (~> 0.0)
56
56
  parallel (1.12.1)
57
- parser (2.5.0.2)
57
+ parser (2.5.1.0)
58
58
  ast (~> 2.4.0)
59
59
  powerpack (0.1.1)
60
60
  pry (0.11.3)
61
61
  coderay (~> 1.1.0)
62
62
  method_source (~> 0.9.0)
63
63
  rainbow (3.0.0)
64
- rake (12.3.0)
64
+ rake (12.3.1)
65
65
  rb-fsevent (0.10.3)
66
66
  rb-inotify (0.9.10)
67
67
  ffi (>= 0.5.0, < 2)
@@ -78,7 +78,7 @@ GEM
78
78
  diff-lcs (>= 1.2.0, < 2.0)
79
79
  rspec-support (~> 3.7.0)
80
80
  rspec-support (3.7.1)
81
- rubocop (0.53.0)
81
+ rubocop (0.55.0)
82
82
  parallel (~> 1.10)
83
83
  parser (>= 2.5)
84
84
  powerpack (~> 0.1)
@@ -92,7 +92,7 @@ GEM
92
92
  thread_safe (0.3.6)
93
93
  tzinfo (1.2.5)
94
94
  thread_safe (~> 0.1)
95
- unicode-display_width (1.3.0)
95
+ unicode-display_width (1.3.2)
96
96
 
97
97
  PLATFORMS
98
98
  ruby
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>June 2018</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>July 2018</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
data/data/dst.data CHANGED
@@ -30753,7 +30753,6 @@
30753
30753
  72102=1
30754
30754
  72103=1
30755
30755
  72104=1
30756
- 72105=1
30757
30756
  72106=1
30758
30757
  72107=1
30759
30758
  72108=1
@@ -34634,7 +34633,6 @@
34634
34633
  80249=1
34635
34634
  80250=1
34636
34635
  80251=1
34637
- 80252=1
34638
34636
  80256=1
34639
34637
  80257=1
34640
34638
  80259=1
@@ -37989,7 +37987,6 @@
37989
37987
  92182=1
37990
37988
  92186=1
37991
37989
  92187=1
37992
- 92190=1
37993
37990
  92191=1
37994
37991
  92192=1
37995
37992
  92193=1
data/data/tz.data CHANGED
@@ -30753,7 +30753,6 @@
30753
30753
  72102=6
30754
30754
  72103=6
30755
30755
  72104=6
30756
- 72105=6
30757
30756
  72106=6
30758
30757
  72107=6
30759
30758
  72108=6
@@ -34634,7 +34633,6 @@
34634
34633
  80249=7
34635
34634
  80250=7
34636
34635
  80251=7
34637
- 80252=7
34638
34636
  80256=7
34639
34637
  80257=7
34640
34638
  80259=7
@@ -37989,7 +37987,6 @@
37989
37987
  92182=8
37990
37988
  92186=8
37991
37989
  92187=8
37992
- 92190=8
37993
37990
  92191=8
37994
37991
  92192=8
37995
37992
  92193=8
@@ -41441,7 +41438,7 @@
41441
41438
  99530=9
41442
41439
  99540=9
41443
41440
  99545=9
41444
- 99546=9
41441
+ 99546=10
41445
41442
  99547=9
41446
41443
  99548=9
41447
41444
  99549=9
data/lib/ziptz.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '1.1.36'
4
+ VERSION = '1.1.37'
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.1.36
4
+ version: 1.1.37
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-06-04 00:00:00.000000000 Z
11
+ date: 2018-07-02 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