Skip to content

Commit

Permalink
Fix license filename in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
unused committed Sep 22, 2024
1 parent 24f8107 commit 869f678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-map.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Gem::Specification.new do |spec|
# Specify which files should be added to the gem when it is released. The
# `git ls-files -z` loads the files in the RubyGem that have been added into
# git.
spec.files = Dir['LICENSE.txt', 'CHANGELOG.md', 'README.md', 'lib/**/*']
spec.extra_rdoc_files = ['LICENSE.txt', 'README.md']
spec.files = Dir['LICENSE', 'CHANGELOG.md', 'README.md', 'lib/**/*']
spec.extra_rdoc_files = ['LICENSE', 'README.md']
spec.require_paths = ['lib']
spec.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 869f678

Please sign in to comment.