summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2022-01-27 09:26:12 +0100
committerGitHub <noreply@github.com>2022-01-27 09:26:12 +0100
commit3fc16c72388c4e0e244e842117d5d0bf6e979691 (patch)
treebdf59c3faca7d0b77d2dec8f973de991d7a8b555
parent0e1d8d0168fc6a6b647cecda0b73d97d1484a563 (diff)
downloadslop-3fc16c72388c4e0e244e842117d5d0bf6e979691.tar.gz
Drop unused test_files directive
RubyGems.org no longer uses test_files for anything.
-rw-r--r--slop.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/slop.gemspec b/slop.gemspec
index b94a1f2..0faafc1 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -10,7 +10,6 @@ Gem::Specification.new do |s|
s.email = 'ljjarvis@gmail.com'
s.homepage = 'http://github.com/leejarvis/slop'
s.files = `git ls-files`.split("\n")
- s.test_files = `git ls-files -- test/*`.split("\n")
s.license = 'MIT'
s.required_ruby_version = '>= 2.0.0'