Skip to content

Commit

Permalink
Updated gemspec to not include test files.
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Aug 19, 2023
1 parent 6b2cf5c commit 877fccf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions webmock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'webrick'
s.add_development_dependency 'rspec-retry'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ['lib']
s.files = Dir["CHANGELOG.md", "LICENSE", "README.md", "lib/**/*"]
s.require_path = "lib"
end

0 comments on commit 877fccf

Please sign in to comment.