Skip to content

Commit

Permalink
No need to ship our specs and cukes :)
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Mar 11, 2018
1 parent 449d293 commit 1378af6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions simplecov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Gem::Specification.new do |gem|

gem.add_development_dependency "bundler", "~> 1.9"

gem.files = `git ls-files`.split("\n") - %w[cucumber.yml]
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
gem.files = Dir["{lib}/**/*.*", "bin/*", "LICENSE", "*.md", "doc/*"]
gem.require_paths = ["lib"]
end

0 comments on commit 1378af6

Please sign in to comment.