We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233d156 commit 0b52e2bCopy full SHA for 0b52e2b
1 file changed
free_zipcode_data.gemspec
@@ -5,6 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
require 'free_zipcode_data/version'
6
7
Gem::Specification.new do |spec|
8
+ spec.metadata = { 'rubygems_mfa_required' => 'true' }
9
spec.name = 'free_zipcode_data'
10
spec.version = FreeZipcodeData::VERSION
11
spec.authors = ['Chris Blackburn', 'Chris McKnight']
@@ -20,7 +21,6 @@ Gem::Specification.new do |spec|
20
21
spec.required_ruby_version = Gem::Requirement.new(">= #{Bundler.root.join('.ruby-version').read.strip}")
22
spec.files = `git ls-files -z`.split("\x0")
23
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
24
spec.require_paths = ['lib']
25
26
spec.add_development_dependency 'bundler'
0 commit comments