Skip to content

Commit

Permalink
Remove test_files
Browse files Browse the repository at this point in the history
Refactor files
  • Loading branch information
ericproulx committed Oct 21, 2023
1 parent 4e2a2ff commit fb7b741
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions grape.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rack', '>= 1.3.0'
s.add_runtime_dependency 'rack-accept'

s.files = %w[CHANGELOG.md CONTRIBUTING.md README.md grape.png UPGRADING.md LICENSE]
s.files += %w[grape.gemspec]
s.files += Dir['lib/**/*']
s.test_files = Dir['spec/**/*']
s.files = Dir['lib/**/*', 'CHANGELOG.md', 'CONTRIBUTING.md', 'README.md', 'grape.png', 'UPGRADING.md', 'LICENSE', 'grape.gemspec']
s.require_paths = ['lib']
s.required_ruby_version = '>= 2.6.0'
end

0 comments on commit fb7b741

Please sign in to comment.