diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-04-12 13:51:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-12 13:51:59 -0700 |
commit | 6ad8977212291ead5e73190e0cb02f8a95060696 (patch) | |
tree | 735c0b7a42a4d6295750ace3f2071ebb38558b36 /chef.gemspec | |
parent | 0e18f7d437076945c80ac97b3cce0c45bf449cab (diff) | |
parent | ddb7b55b316ae1698ffc224cf9270af9dcec7c7c (diff) | |
download | chef-6ad8977212291ead5e73190e0cb02f8a95060696.tar.gz |
Merge pull request #7151 from chef/tm/ship_resource_inspector
ship resource-inspector
Diffstat (limited to 'chef.gemspec')
-rw-r--r-- | chef.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec index b748de4ea4..b829d96e22 100644 --- a/chef.gemspec +++ b/chef.gemspec @@ -55,7 +55,7 @@ Gem::Specification.new do |s| s.add_dependency "bundler", ">= 1.10" s.bindir = "bin" - s.executables = %w{ chef-client chef-solo knife chef-shell chef-apply } + s.executables = %w{ chef-client chef-solo knife chef-shell chef-apply chef-resource-inspector } s.require_paths = %w{ lib } s.files = %w{Gemfile Rakefile LICENSE README.md CONTRIBUTING.md VERSION} + Dir.glob("{distro,lib,lib-backcompat,tasks,acceptance,spec}/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) } + Dir.glob("*.gemspec") |