Skip to content

Commit

Permalink
Update filespec to be more selective in its inclusivity
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Hain <shain@chef.io>
  • Loading branch information
scotthain committed Feb 1, 2018
1 parent 3487fc5 commit d6745b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixlib-install.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.summary = "A library for interacting with Chef Software Inc's software distribution systems."
spec.homepage = "https://chef.io"

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.files = %w{LICENSE PRODUCT_MATRIX.md README.md Gemfile Rakefile} + Dir.glob("*.gemspec") + Dir.glob("{bin,lib,support}/**/*")
spec.executables = ["mixlib-install"]
spec.require_paths = ["lib"]

Expand Down

0 comments on commit d6745b5

Please sign in to comment.