We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e79d9ea + 74d4bec commit 3641a96Copy full SHA for 3641a96
rubyzip.gemspec
@@ -13,7 +13,6 @@ Gem::Specification.new do |s|
13
s.platform = Gem::Platform::RUBY
14
s.summary = 'rubyzip is a ruby module for reading and writing zip files'
15
s.files = Dir.glob('{samples,lib}/**/*.rb') + %w[README.md TODO Rakefile]
16
- s.test_files = Dir.glob('test/**/*')
17
s.require_paths = ['lib']
18
s.license = 'BSD 2-Clause'
19
s.metadata = {
0 commit comments