diff options
author | Ezra Zygmuntowicz <ez@engineyard.com> | 2008-10-04 17:25:19 -0700 |
---|---|---|
committer | Ezra Zygmuntowicz <ez@engineyard.com> | 2008-10-04 17:25:19 -0700 |
commit | d39f54afd8c6d14035d35b71031400370a7aceaf (patch) | |
tree | 371145dc23436af5f7c66eb1b6f8e57153b633b5 /Rakefile | |
parent | 1fd7173fed447b2d4e401c7dedf66131288151b6 (diff) | |
download | chef-d39f54afd8c6d14035d35b71031400370a7aceaf.tar.gz |
Adding Portage package provider first pass. Seems to work.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ spec = Gem::Specification.new do |s| s.executables = %w( chef-client chef-indexer chef-server chef-solo ) s.require_path = 'lib' - s.files = %w(LICENSE README.txt Rakefile) + Dir.glob("{lib,specs}/**/*") + s.files = %w(LICENSE README.txt Rakefile) + Dir.glob("{lib,specs,config,examples}/**/*") end Rake::GemPackageTask.new(spec) do |pkg| |