Skip to content

Commit

Permalink
Merge pull request #405 from rubyzip/remove-test-files
Browse files Browse the repository at this point in the history
Remove test files from gem
  • Loading branch information
jdleesmiller committed Sep 25, 2019
2 parents e79d9ea + 74d4bec commit 3641a96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rubyzip.gemspec
Expand Up @@ -13,7 +13,6 @@ Gem::Specification.new do |s|
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.test_files = Dir.glob('test/**/*')
s.require_paths = ['lib']
s.license = 'BSD 2-Clause'
s.metadata = {
Expand Down

0 comments on commit 3641a96

Please sign in to comment.