From 36c2c011348d8779449e315934f80b189fcc1845 Mon Sep 17 00:00:00 2001 From: Jay Mundrawala Date: Tue, 21 Oct 2014 13:32:56 -0700 Subject: Only include chef-service-manager on windows --- chef.gemspec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'chef.gemspec') diff --git a/chef.gemspec b/chef.gemspec index 427657f678..e7b6aa35ff 100644 --- a/chef.gemspec +++ b/chef.gemspec @@ -46,10 +46,7 @@ Gem::Specification.new do |s| %w(rspec-core rspec-expectations rspec-mocks).each { |gem| s.add_development_dependency gem, "~> 2.14.0" } s.bindir = "bin" - # chef-service-manager is a windows only executable. - # However gemspec doesn't give us a way to have this executable only - # on windows. So we're including this in all platforms. - s.executables = %w( chef-client chef-solo knife chef-shell shef chef-apply chef-service-manager chef-windows-service ) + s.executables = %w( chef-client chef-solo knife chef-shell shef 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