Skip to content

Commit

Permalink
Drop unused directive from gemspec
Browse files Browse the repository at this point in the history
RubyGems.org are not using test_files for anything.
  • Loading branch information
olleolleolle authored Jan 24, 2022
1 parent 1b0b5e1 commit 51b4ff7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sepa_king.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Gem::Specification.new do |s|
s.license = 'MIT'

s.files = `git ls-files`.split($/)
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ['lib']

s.required_ruby_version = '>= 2.6'
Expand Down

0 comments on commit 51b4ff7

Please sign in to comment.