Skip to content

Commit 0b52e2b

Browse files
author
Chris Blackburn
committed
Update MFA
1 parent 233d156 commit 0b52e2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

free_zipcode_data.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55
require 'free_zipcode_data/version'
66

77
Gem::Specification.new do |spec|
8+
spec.metadata = { 'rubygems_mfa_required' => 'true' }
89
spec.name = 'free_zipcode_data'
910
spec.version = FreeZipcodeData::VERSION
1011
spec.authors = ['Chris Blackburn', 'Chris McKnight']
@@ -20,7 +21,6 @@ Gem::Specification.new do |spec|
2021
spec.required_ruby_version = Gem::Requirement.new(">= #{Bundler.root.join('.ruby-version').read.strip}")
2122
spec.files = `git ls-files -z`.split("\x0")
2223
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
23-
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
2424
spec.require_paths = ['lib']
2525

2626
spec.add_development_dependency 'bundler'

0 commit comments

Comments
 (0)