From 3fc16c72388c4e0e244e842117d5d0bf6e979691 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 27 Jan 2022 09:26:12 +0100 Subject: Drop unused test_files directive RubyGems.org no longer uses test_files for anything. --- slop.gemspec | 1 - 1 file changed, 1 deletion(-) 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' -- cgit v1.2.1