summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 5f99dd72fb..614744fb6f 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")