ziptz 1.1.35 → 1.1.36

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
- SHA256:
3
- metadata.gz: 6e279e132f7a31445e494a1af7af823a33eda4b5534b8c32d1d24f3a57725fe0
4
- data.tar.gz: 62958f9602698893c07c9d157864fc56e2aea548341bebc4f794164bea1416c8
2
+ SHA1:
3
+ metadata.gz: 87c4079b4cf48a075ddbc3f119d5f94a6fa03407
4
+ data.tar.gz: 75ca6464e35174be83c695aeef1c2222bd046330
5
5
  SHA512:
6
- metadata.gz: 70ffbc92f207ebd236ee35e7727a79ff35dc4de310fc8331d61cda2b744b5dbe9922e96091999127ed055c6a4006099638c5e4e892ff9db876795f2995a9c6f7
7
- data.tar.gz: 975ee0ecfc153c9982787ddc1919eccc37334d8be9ed736da55f80242a8977864450073dec81177d63ab118b62b2b9887435b9671882b4796f6fa18bac38574c
6
+ metadata.gz: d7e8d45a187e35e83d226e079f724b9af5154fa5ac449a93f5c8274351247245d0a1745bf4690efd073dbd3bbcc51bf1cf0273d215775a2857fd04b0aae112ac
7
+ data.tar.gz: 647de35560e8b1644d5676d99ec95ec0867af2c13731705032a4d5af36c9239d9d84f77d43b4b0a8d41d85650ef20cd742d1b5e87b3f48a87328e3654ab2dd8b
@@ -6,20 +6,20 @@ PATH
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
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)
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)
@@ -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 (1.0.1)
42
+ i18n (0.9.5)
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.13)
48
+ lumberjack (1.0.12)
49
49
  method_source (0.9.0)
50
50
  minitest (5.11.3)
51
- mysql2 (0.5.1)
51
+ mysql2 (0.4.10)
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.1.0)
57
+ parser (2.5.0.2)
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.1)
64
+ rake (12.3.0)
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.55.0)
81
+ rubocop (0.53.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.2)
95
+ unicode-display_width (1.3.0)
96
96
 
97
97
  PLATFORMS
98
98
  ruby
data/README.md CHANGED
@@ -4,9 +4,9 @@
4
4
  [![Dependency Status](http://img.shields.io/gemnasium/infused/ziptz.svg?style=flat)](https://gemnasium.com/infused/ziptz)
5
5
  [![Total Downloads](https://img.shields.io/gem/dt/ziptz.svg)](https://rubygems.org/gems/ziptz/)
6
6
 
7
- Get the time zone for any US ZIP code.
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>May 2018</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>June 2018</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
@@ -26,9 +26,9 @@ Get the time zone offset for any ZIP code:
26
26
 
27
27
  z.time_zone_offset('97213') #=> -8
28
28
 
29
- <em>Note that offsets do not include daylight savings time.</em>
29
+ <em>Note that offsets do not include daylight saving time.</em>
30
30
 
31
- Determine if the ZIP code uses Daylight Savings Time:
31
+ Determine if the ZIP code uses Daylight Saving Time:
32
32
 
33
33
  z.time_zone_uses_dst?('97213') #=> true
34
34
 
@@ -30753,6 +30753,7 @@
30753
30753
  72102=1
30754
30754
  72103=1
30755
30755
  72104=1
30756
+ 72105=1
30756
30757
  72106=1
30757
30758
  72107=1
30758
30759
  72108=1
@@ -31055,6 +31056,7 @@
31055
31056
  72640=1
31056
31057
  72641=1
31057
31058
  72642=1
31059
+ 72643=1
31058
31060
  72644=1
31059
31061
  72645=1
31060
31062
  72648=1
@@ -31090,6 +31092,7 @@
31090
31092
  72704=1
31091
31093
  72711=1
31092
31094
  72712=1
31095
+ 72713=1
31093
31096
  72714=1
31094
31097
  72715=1
31095
31098
  72716=1
@@ -32010,6 +32013,7 @@
32010
32013
  75033=1
32011
32014
  75034=1
32012
32015
  75035=1
32016
+ 75036=1
32013
32017
  75038=1
32014
32018
  75039=1
32015
32019
  75040=1
@@ -32041,6 +32045,7 @@
32041
32045
  75069=1
32042
32046
  75070=1
32043
32047
  75071=1
32048
+ 75072=1
32044
32049
  75074=1
32045
32050
  75075=1
32046
32051
  75076=1
@@ -37027,6 +37032,7 @@
37027
37032
  88589=1
37028
37033
  88590=1
37029
37034
  88595=1
37035
+ 88888=1
37030
37036
  88901=1
37031
37037
  88905=1
37032
37038
  89001=1
@@ -37983,6 +37989,7 @@
37983
37989
  92182=1
37984
37990
  92186=1
37985
37991
  92187=1
37992
+ 92190=1
37986
37993
  92191=1
37987
37994
  92192=1
37988
37995
  92193=1
@@ -30753,6 +30753,7 @@
30753
30753
  72102=6
30754
30754
  72103=6
30755
30755
  72104=6
30756
+ 72105=6
30756
30757
  72106=6
30757
30758
  72107=6
30758
30759
  72108=6
@@ -31055,6 +31056,7 @@
31055
31056
  72640=6
31056
31057
  72641=6
31057
31058
  72642=6
31059
+ 72643=6
31058
31060
  72644=6
31059
31061
  72645=6
31060
31062
  72648=6
@@ -31090,6 +31092,7 @@
31090
31092
  72704=6
31091
31093
  72711=6
31092
31094
  72712=6
31095
+ 72713=6
31093
31096
  72714=6
31094
31097
  72715=6
31095
31098
  72716=6
@@ -32010,6 +32013,7 @@
32010
32013
  75033=6
32011
32014
  75034=6
32012
32015
  75035=6
32016
+ 75036=6
32013
32017
  75038=6
32014
32018
  75039=6
32015
32019
  75040=6
@@ -32041,6 +32045,7 @@
32041
32045
  75069=6
32042
32046
  75070=6
32043
32047
  75071=6
32048
+ 75072=6
32044
32049
  75074=6
32045
32050
  75075=6
32046
32051
  75076=6
@@ -37027,6 +37032,7 @@
37027
37032
  88589=7
37028
37033
  88590=7
37029
37034
  88595=7
37035
+ 88888=8
37030
37036
  88901=8
37031
37037
  88905=8
37032
37038
  89001=8
@@ -37983,6 +37989,7 @@
37983
37989
  92182=8
37984
37990
  92186=8
37985
37991
  92187=8
37992
+ 92190=8
37986
37993
  92191=8
37987
37994
  92192=8
37988
37995
  92193=8
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '1.1.35'
4
+ VERSION = '1.1.36'
5
5
 
6
6
  TZ_INFO = {
7
7
  '0' => {name: 'APO/FPO (time zone unknown)', offset: 0},
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.authors = ['Keith Morrison']
8
8
  s.email = 'keithm@infused.org'
9
9
  s.homepage = 'http://github.com/infused/ziptz'
10
- s.summary = 'TimeZone for any 5-digit US zip code'
10
+ s.summary = 'TimeZone info for any 5-digit US zip code'
11
11
  s.description = 'Get timezone info for all 5-digit US zip codes'
12
12
  s.license = 'MIT'
13
13
 
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.35
4
+ version: 1.1.36
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-05-03 00:00:00.000000000 Z
11
+ date: 2018-06-04 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,9 +52,9 @@ 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
- summary: TimeZone for any 5-digit US zip code
58
+ summary: TimeZone info for any 5-digit US zip code
59
59
  test_files:
60
60
  - spec/ziptz_spec.rb