ziptz 3.0.14 → 3.0.16

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: 372ef38f0c4e8ed63c3900c03db78d49da5c29b5d6fe77ead5a6bb24c6e64c83
4
- data.tar.gz: aac9536367dcf11bebcdd3c7f5ef3424e03c5bc990b78e71d85cf011106d6559
3
+ metadata.gz: 7b5051aeedbe24e87177cbb254d033f2207af1210d8eeca7dc80b0eee8373d6b
4
+ data.tar.gz: cd88b03ebeaf71a93d7a1d88508a5f16413ac292bc10390a1d6373a4d5eea08e
5
5
  SHA512:
6
- metadata.gz: 052e856902965d561588d4cc72281899bd810fb138042d8886d1b059043bd42392763d3254acf50d1bb4f87abee6327b1706f917a04028a03c60c27b15012bc2
7
- data.tar.gz: 14d99c920782a412f3e05f8d82121caff5d5efd805a1c2f65935edc633927fd4123282570139f68c084143c98f3b986f9c8853214c6a5d04c655893d6c4fb16b
6
+ metadata.gz: d3a51bb8ce5b700f59ed697d7ab93583800c9b2e038a988303fcaa097c123ba14e60845dd0a4d81a2e61afff1d6321f4f3a0d1ec8dbd129907c3546199412bdc
7
+ data.tar.gz: 533c93935b8f1d87f91434190a4bb8104d440d7db72759beda5ba1f67e85ee19d463860c670796968b16b75c1234e7a9c3252ec117a72082b53b4146bed6cca3
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Get time zone, daylight saving time, and base offset for any US ZIP code.
8
8
 
9
- <i>ZIP codes are up to date as of <b>November 2022</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>June 2023</b>.</i>
10
10
 
11
11
  ## Compatibility
12
12
 
data/data/tz.data CHANGED
Binary file
data/lib/ziptz.rb CHANGED
@@ -2,7 +2,7 @@ require 'yaml'
2
2
  require 'zlib'
3
3
 
4
4
  class Ziptz
5
- VERSION = '3.0.14'.freeze
5
+ VERSION = '3.0.16'.freeze
6
6
 
7
7
  def self.instance
8
8
  @instance ||= new
data/ziptz.gemspec CHANGED
@@ -13,8 +13,7 @@ Gem::Specification.new do |s|
13
13
 
14
14
  s.rdoc_options = ['--charset=UTF-8']
15
15
  s.extra_rdoc_files = ['README.md', 'LICENSE']
16
- s.files = Dir['[A-Z]*', '{data,lib,spec}/**/*', 'ziptz.gemspec']
17
- s.test_files = Dir.glob('spec/**/*_spec.rb')
16
+ s.files = Dir['README.md', 'LICENSE', '{data,lib,spec}/**/*', 'ziptz.gemspec']
18
17
  s.require_paths = ['lib']
19
18
  s.required_ruby_version = '>= 2.0.0'
20
19
  s.metadata['rubygems_mfa_required'] = 'true'
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: 3.0.14
4
+ version: 3.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Morrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-19 00:00:00.000000000 Z
11
+ date: 2023-06-13 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
@@ -18,15 +18,10 @@ extra_rdoc_files:
18
18
  - README.md
19
19
  - LICENSE
20
20
  files:
21
- - Gemfile
22
- - Gemfile.lock
23
- - Guardfile
24
21
  - LICENSE
25
22
  - README.md
26
- - Rakefile
27
23
  - data/tz.data
28
24
  - data/tzm.data
29
- - database.yml
30
25
  - lib/ziptz.rb
31
26
  - spec/spec_helper.rb
32
27
  - spec/ziptz_spec.rb
@@ -56,5 +51,4 @@ rubygems_version: 3.4.13
56
51
  signing_key:
57
52
  specification_version: 4
58
53
  summary: TimeZone info for any 5-digit US zip code
59
- test_files:
60
- - spec/ziptz_spec.rb
54
+ test_files: []
data/Gemfile DELETED
@@ -1,18 +0,0 @@
1
- gemspec
2
- source 'https://rubygems.org'
3
-
4
- group :development, :test do
5
- gem 'activerecord'
6
- gem 'bundler'
7
- gem 'byebug'
8
- gem 'guard'
9
- gem 'guard-rspec'
10
- gem 'irb'
11
- gem 'mysql2'
12
- gem 'rake'
13
- gem 'rspec'
14
- gem 'rubocop'
15
- gem 'rubocop-performance'
16
- gem 'rubocop-rspec'
17
- gem 'tty-spinner'
18
- end
data/Gemfile.lock DELETED
@@ -1,138 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- ziptz (3.0.14)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- activemodel (7.0.4.3)
10
- activesupport (= 7.0.4.3)
11
- activerecord (7.0.4.3)
12
- activemodel (= 7.0.4.3)
13
- activesupport (= 7.0.4.3)
14
- activesupport (7.0.4.3)
15
- concurrent-ruby (~> 1.0, >= 1.0.2)
16
- i18n (>= 1.6, < 2)
17
- minitest (>= 5.1)
18
- tzinfo (~> 2.0)
19
- ast (2.4.2)
20
- byebug (11.1.3)
21
- coderay (1.1.3)
22
- concurrent-ruby (1.2.2)
23
- diff-lcs (1.5.0)
24
- ffi (1.15.5)
25
- formatador (1.1.0)
26
- guard (2.18.0)
27
- formatador (>= 0.2.4)
28
- listen (>= 2.7, < 4.0)
29
- lumberjack (>= 1.0.12, < 2.0)
30
- nenv (~> 0.1)
31
- notiffany (~> 0.0)
32
- pry (>= 0.13.0)
33
- shellany (~> 0.0)
34
- thor (>= 0.18.1)
35
- guard-compat (1.2.1)
36
- guard-rspec (4.7.3)
37
- guard (~> 2.1)
38
- guard-compat (~> 1.1)
39
- rspec (>= 2.99.0, < 4.0)
40
- i18n (1.13.0)
41
- concurrent-ruby (~> 1.0)
42
- io-console (0.6.0)
43
- irb (1.6.4)
44
- reline (>= 0.3.0)
45
- json (2.6.3)
46
- listen (3.8.0)
47
- rb-fsevent (~> 0.10, >= 0.10.3)
48
- rb-inotify (~> 0.9, >= 0.9.10)
49
- lumberjack (1.2.8)
50
- method_source (1.0.0)
51
- minitest (5.18.0)
52
- mysql2 (0.5.5)
53
- nenv (0.3.0)
54
- notiffany (0.1.3)
55
- nenv (~> 0.1)
56
- shellany (~> 0.0)
57
- parallel (1.23.0)
58
- parser (3.2.2.1)
59
- ast (~> 2.4.1)
60
- pry (0.14.2)
61
- coderay (~> 1.1)
62
- method_source (~> 1.0)
63
- rainbow (3.1.1)
64
- rake (13.0.6)
65
- rb-fsevent (0.11.2)
66
- rb-inotify (0.10.1)
67
- ffi (~> 1.0)
68
- regexp_parser (2.8.0)
69
- reline (0.3.3)
70
- io-console (~> 0.5)
71
- rexml (3.2.5)
72
- rspec (3.12.0)
73
- rspec-core (~> 3.12.0)
74
- rspec-expectations (~> 3.12.0)
75
- rspec-mocks (~> 3.12.0)
76
- rspec-core (3.12.2)
77
- rspec-support (~> 3.12.0)
78
- rspec-expectations (3.12.3)
79
- diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.12.0)
81
- rspec-mocks (3.12.5)
82
- diff-lcs (>= 1.2.0, < 2.0)
83
- rspec-support (~> 3.12.0)
84
- rspec-support (3.12.0)
85
- rubocop (1.51.0)
86
- json (~> 2.3)
87
- parallel (~> 1.10)
88
- parser (>= 3.2.0.0)
89
- rainbow (>= 2.2.2, < 4.0)
90
- regexp_parser (>= 1.8, < 3.0)
91
- rexml (>= 3.2.5, < 4.0)
92
- rubocop-ast (>= 1.28.0, < 2.0)
93
- ruby-progressbar (~> 1.7)
94
- unicode-display_width (>= 2.4.0, < 3.0)
95
- rubocop-ast (1.28.1)
96
- parser (>= 3.2.1.0)
97
- rubocop-capybara (2.18.0)
98
- rubocop (~> 1.41)
99
- rubocop-factory_bot (2.23.1)
100
- rubocop (~> 1.33)
101
- rubocop-performance (1.17.1)
102
- rubocop (>= 1.7.0, < 2.0)
103
- rubocop-ast (>= 0.4.0)
104
- rubocop-rspec (2.22.0)
105
- rubocop (~> 1.33)
106
- rubocop-capybara (~> 2.17)
107
- rubocop-factory_bot (~> 2.22)
108
- ruby-progressbar (1.13.0)
109
- shellany (0.0.1)
110
- thor (1.2.2)
111
- tty-cursor (0.7.1)
112
- tty-spinner (0.9.3)
113
- tty-cursor (~> 0.7)
114
- tzinfo (2.0.6)
115
- concurrent-ruby (~> 1.0)
116
- unicode-display_width (2.4.2)
117
-
118
- PLATFORMS
119
- arm64-darwin-22
120
-
121
- DEPENDENCIES
122
- activerecord
123
- bundler
124
- byebug
125
- guard
126
- guard-rspec
127
- irb
128
- mysql2
129
- rake
130
- rspec
131
- rubocop
132
- rubocop-performance
133
- rubocop-rspec
134
- tty-spinner
135
- ziptz!
136
-
137
- BUNDLED WITH
138
- 2.4.13
data/Guardfile DELETED
@@ -1,8 +0,0 @@
1
- # A sample Guardfile
2
- # More info at https://github.com/guard/guard#readme
3
-
4
- guard :rspec, cmd: 'bundle exec rspec' do
5
- watch(%r{^spec/.+_spec\.rb$})
6
- watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
7
- watch('spec/spec_helper.rb') { 'spec' }
8
- end
data/Rakefile DELETED
@@ -1,18 +0,0 @@
1
- require 'bundler/setup'
2
- Bundler.setup(:default, :development)
3
-
4
- require 'rspec/core/rake_task'
5
- RSpec::Core::RakeTask.new :spec do |t|
6
- t.rspec_opts = %w[--color]
7
- end
8
-
9
- RSpec::Core::RakeTask.new :specdoc do |t|
10
- t.rspec_opts = %w[-fl]
11
- end
12
-
13
- task default: :spec
14
-
15
- desc 'Open an irb session preloaded with this library'
16
- task :console do
17
- sh 'irb -r rubygems -I lib -r ziptz.rb'
18
- end
data/database.yml DELETED
@@ -1,3 +0,0 @@
1
- adapter: mysql2
2
- username: root
3
- database: zip_codes