Skip to content

Commit

Permalink
gemspec test_files
Browse files Browse the repository at this point in the history
slim down gem, given test_files is not used (rubygems/guides#90)
  • Loading branch information
dpep committed Oct 2, 2022
1 parent 85ffada commit a74e63e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meddleware.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.7'

s.files = Dir.glob('lib/**/*')
s.test_files = Dir.glob('spec/**/*_spec.rb')

s.add_development_dependency 'byebug'
s.add_development_dependency 'codecov'
Expand Down

0 comments on commit a74e63e

Please sign in to comment.