diff options
author | Julian C. Dunn <jdunn@getchef.com> | 2014-11-26 18:28:26 -0500 |
---|---|---|
committer | Julian C. Dunn <jdunn@getchef.com> | 2014-11-26 18:28:26 -0500 |
commit | 6dba6d4c961e8dc0861dffc046aedeb52caa241d (patch) | |
tree | 03ed3c605b5ccce50725a3d55f79adf9465f0935 /chef.gemspec | |
parent | 3ad740754507629a73525ffdcc0b3eb06f177001 (diff) | |
download | chef-6dba6d4c961e8dc0861dffc046aedeb52caa241d.tar.gz |
Remove all parts of 'shef'
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 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) } |