ziptz 2.1.7 → 2.1.8

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
  SHA256:
3
- metadata.gz: 02bc845573311ab82762b1ec21b973705d9ff1daba576d5363fead6db4ce5895
4
- data.tar.gz: 9617fbed4a57d9918ffbd345f5bac3dac326b70a3319022d658eac375b2b8dce
3
+ metadata.gz: 5dd97f760f0ba59d304c4444d9a156117ec7a0603d329d0c176a7c39d75c7e8e
4
+ data.tar.gz: 1505f07dc5662e8d0952589011006dbdc60705739e829822a676f3d2640a74a2
5
5
  SHA512:
6
- metadata.gz: 05cef21b19a1649a4c47f13b653dc4f84397ba2b7a8a8cb67d24034cb29d12ac88446d143260f00bb1f7263111a6e99ad5b3a79936f379b168d01870776ad4b6
7
- data.tar.gz: 99dc5e7e7ae4e1a65779b8596298e0c676a93dc11dd3bfefdeb7ffe560ea73f80f99d4840d84ce199472bd49d652c700732f888c51ee8743df1ed3f147bfdd59
6
+ metadata.gz: 420bf9382484a923daa55b062ca4e2493959d532b58c0363e82ed767a87683217e939fb1be7ddefe194fa48ab570ffabfa1db7d6b36c668329c661398dead825
7
+ data.tar.gz: add80be0a28baaa305a18af687ec51887942b16b402e6c78847d0797149d7c9cd91c008fe53fa3054428fe3853ea7f12dbc85d00d8b9f16fcc4b60d94f011ddb
@@ -1,22 +1,22 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (2.1.7)
4
+ ziptz (2.1.8)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activemodel (6.0.1)
10
- activesupport (= 6.0.1)
11
- activerecord (6.0.1)
12
- activemodel (= 6.0.1)
13
- activesupport (= 6.0.1)
14
- activesupport (6.0.1)
9
+ activemodel (6.0.0)
10
+ activesupport (= 6.0.0)
11
+ activerecord (6.0.0)
12
+ activemodel (= 6.0.0)
13
+ activesupport (= 6.0.0)
14
+ activesupport (6.0.0)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 0.7, < 2)
17
17
  minitest (~> 5.1)
18
18
  tzinfo (~> 1.1)
19
- zeitwerk (~> 2.2)
19
+ zeitwerk (~> 2.1, >= 2.1.8)
20
20
  ast (2.4.0)
21
21
  byebug (11.0.1)
22
22
  coderay (1.1.2)
@@ -24,7 +24,7 @@ GEM
24
24
  diff-lcs (1.3)
25
25
  ffi (1.11.1)
26
26
  formatador (0.2.5)
27
- guard (2.16.1)
27
+ guard (2.15.1)
28
28
  formatador (>= 0.2.4)
29
29
  listen (>= 2.7, < 4.0)
30
30
  lumberjack (>= 1.0.12, < 2.0)
@@ -41,13 +41,13 @@ GEM
41
41
  i18n (1.7.0)
42
42
  concurrent-ruby (~> 1.0)
43
43
  irb (1.0.0)
44
- jaro_winkler (1.5.4)
44
+ jaro_winkler (1.5.3)
45
45
  listen (3.2.0)
46
46
  rb-fsevent (~> 0.10, >= 0.10.3)
47
47
  rb-inotify (~> 0.9, >= 0.9.10)
48
48
  lumberjack (1.0.13)
49
49
  method_source (0.9.2)
50
- minitest (5.13.0)
50
+ minitest (5.12.2)
51
51
  mysql2 (0.5.2)
52
52
  nenv (0.3.0)
53
53
  notiffany (0.1.3)
@@ -77,7 +77,7 @@ GEM
77
77
  diff-lcs (>= 1.2.0, < 2.0)
78
78
  rspec-support (~> 3.9.0)
79
79
  rspec-support (3.9.0)
80
- rubocop (0.76.0)
80
+ rubocop (0.75.0)
81
81
  jaro_winkler (~> 1.5.1)
82
82
  parallel (~> 1.10)
83
83
  parser (>= 2.6)
@@ -98,7 +98,7 @@ GEM
98
98
  tzinfo (1.2.5)
99
99
  thread_safe (~> 0.1)
100
100
  unicode-display_width (1.6.0)
101
- zeitwerk (2.2.1)
101
+ zeitwerk (2.1.10)
102
102
 
103
103
  PLATFORMS
104
104
  ruby
@@ -120,4 +120,4 @@ DEPENDENCIES
120
120
  ziptz!
121
121
 
122
122
  BUNDLED WITH
123
- 2.0.2
123
+ 2.1.0.pre.2
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 2020</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>July 2020</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
@@ -34654,7 +34654,6 @@
34654
34654
  80248=1
34655
34655
  80249=1
34656
34656
  80250=1
34657
- 80251=1
34658
34657
  80256=1
34659
34658
  80257=1
34660
34659
  80259=1
@@ -35382,7 +35381,6 @@
35382
35381
  83227=1
35383
35382
  83228=1
35384
35383
  83229=1
35385
- 83230=1
35386
35384
  83232=1
35387
35385
  83233=1
35388
35386
  83234=1
@@ -34654,7 +34654,6 @@
34654
34654
  80248=America/Denver
34655
34655
  80249=America/Denver
34656
34656
  80250=America/Denver
34657
- 80251=America/Denver
34658
34657
  80256=America/Denver
34659
34658
  80257=America/Denver
34660
34659
  80259=America/Denver
@@ -35382,7 +35381,6 @@
35382
35381
  83227=America/Denver
35383
35382
  83228=America/Denver
35384
35383
  83229=America/Denver
35385
- 83230=America/Denver
35386
35384
  83232=America/Denver
35387
35385
  83233=America/Denver
35388
35386
  83234=America/Denver
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  class Ziptz
4
- VERSION = '2.1.7'.freeze
4
+ VERSION = '2.1.8'.freeze
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: 2.1.7
4
+ version: 2.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Morrison
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-05 00:00:00.000000000 Z
11
+ date: 2020-07-03 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
@@ -37,7 +37,7 @@ homepage: http://github.com/infused/ziptz
37
37
  licenses:
38
38
  - MIT
39
39
  metadata: {}
40
- post_install_message:
40
+ post_install_message:
41
41
  rdoc_options:
42
42
  - "--charset=UTF-8"
43
43
  require_paths:
@@ -53,8 +53,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  requirements: []
56
- rubygems_version: 3.0.3
57
- signing_key:
56
+ rubygems_version: 3.0.6
57
+ signing_key:
58
58
  specification_version: 4
59
59
  summary: TimeZone info for any 5-digit US zip code
60
60
  test_files: