From 6dba6d4c961e8dc0861dffc046aedeb52caa241d Mon Sep 17 00:00:00 2001 From: "Julian C. Dunn" Date: Wed, 26 Nov 2014 18:28:26 -0500 Subject: Remove all parts of 'shef' --- chef.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chef.gemspec') diff --git a/chef.gemspec b/chef.gemspec index 67cd29a930..2390d88365 100644 --- a/chef.gemspec +++ b/chef.gemspec @@ -46,7 +46,7 @@ Gem::Specification.new do |s| %w(rspec-core rspec-expectations rspec-mocks).each { |gem| s.add_development_dependency gem, "~> 3.0" } s.bindir = "bin" - s.executables = %w( chef-client chef-solo knife chef-shell shef chef-apply ) + s.executables = %w( chef-client chef-solo knife chef-shell chef-apply ) s.require_path = 'lib' s.files = %w(Rakefile LICENSE README.md CONTRIBUTING.md) + Dir.glob("{distro,lib,tasks,spec}/**/*", File::FNM_DOTMATCH).reject {|f| File.directory?(f) } -- cgit v1.2.1