Update the list of files packaged in the gemspec.
This commit is contained in:
parent
81d95ad0a3
commit
f005ca2864
|
@ -10,7 +10,8 @@ Gem::Specification.new do |s|
|
||||||
s.homepage = 'http://github.com/rubyzip/rubyzip'
|
s.homepage = 'http://github.com/rubyzip/rubyzip'
|
||||||
s.platform = Gem::Platform::RUBY
|
s.platform = Gem::Platform::RUBY
|
||||||
s.summary = 'rubyzip is a ruby module for reading and writing zip files'
|
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.require_paths = ['lib']
|
||||||
s.license = 'BSD-2-Clause'
|
s.license = 'BSD-2-Clause'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue