Skip to content

Commit 3641a96

Browse files
authored
Merge pull request #405 from rubyzip/remove-test-files
Remove test files from gem
2 parents e79d9ea + 74d4bec commit 3641a96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rubyzip.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Gem::Specification.new do |s|
1313
s.platform = Gem::Platform::RUBY
1414
s.summary = 'rubyzip is a ruby module for reading and writing zip files'
1515
s.files = Dir.glob('{samples,lib}/**/*.rb') + %w[README.md TODO Rakefile]
16-
s.test_files = Dir.glob('test/**/*')
1716
s.require_paths = ['lib']
1817
s.license = 'BSD 2-Clause'
1918
s.metadata = {

0 commit comments

Comments
 (0)