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 a9d9ded1cd..ebd6d192bb 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -51,7 +51,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 chef-resource-inspector }
+ s.executables = %w{ knife }
s.require_paths = %w{ lib }
s.files = %w{Gemfile Rakefile LICENSE README.md} + Dir.glob("{lib,tasks,spec}/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) } + Dir.glob("*.gemspec")