Skip to content

Commit

Permalink
Merge pull request #43 from chef/boilerplate
Browse files Browse the repository at this point in the history
Slim the install down by removing test files from the gem file
  • Loading branch information
tas50 committed Nov 5, 2019
2 parents 8f25c12 + eae7ae3 commit d4053e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
File renamed without changes.
4 changes: 1 addition & 3 deletions knife-vrealize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/chef/knife-vrealize"
spec.license = "Apache-2.0"

spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.files = Dir["lib/**/*"] + %w{LICENSE}
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.4"
Expand Down

0 comments on commit d4053e6

Please sign in to comment.