Skip to content

Commit

Permalink
Fix spec from renamed license file
Browse files Browse the repository at this point in the history
  • Loading branch information
unused committed Oct 28, 2024
1 parent 2c258f5 commit 998d758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-map.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
# `git ls-files -z` loads the files in the RubyGem that have been added into
# git.
spec.files = Dir['LICENSE', 'CHANGELOG.md', 'README.md', 'lib/**/*']
spec.extra_rdoc_files = ['LICENSE', 'README.md']
spec.extra_rdoc_files = ['LICENSE.txt', 'README.md']
spec.require_paths = ['lib']
spec.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 998d758

Please sign in to comment.