Skip to content

Commit

Permalink
Remove uneeded files for gem distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
tancnle committed Sep 2, 2019
1 parent 46bfe6d commit f99ca0e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pact-support.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.0"

spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.files = `git ls-files lib LICENSE.txt README.md`.split($RS)
spec.require_paths = ["lib"]

spec.add_runtime_dependency "randexp", "~> 0.1.7"
Expand Down

0 comments on commit f99ca0e

Please sign in to comment.