Update the list of files packaged in the gemspec.

This commit is contained in:
Robert Haines 2021-06-27 11:30:09 +01:00
parent 81d95ad0a3
commit f005ca2864
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ Gem::Specification.new do |s|
s.homepage = 'http://github.com/rubyzip/rubyzip'
s.platform = Gem::Platform::RUBY
s.summary = 'rubyzip is a ruby module for reading and writing zip files'
s.files = Dir.glob('{samples,lib}/**/*.rb') + %w[README.md TODO Rakefile]
s.files = Dir.glob('{samples,lib}/**/*.rb') +
%w[README.md Changelog.md Rakefile rubyzip.gemspec]
s.require_paths = ['lib']
s.license = 'BSD-2-Clause'