From e96049fa3a84cfabc8a8a61c418b56eab5183a6d Mon Sep 17 00:00:00 2001 From: mpalmer Date: Tue, 12 Dec 2006 22:19:36 +0000 Subject: Change the filelist slightly so that the externally-included lib/rake doesn't end up in the gem git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1913 980ebf18-57e1-0310-9a29-db15c13687c0 --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index f9fd7bedc..e9cd4a077 100644 --- a/Rakefile +++ b/Rakefile @@ -20,7 +20,8 @@ project = Rake::RedLabProject.new("puppet") do |p| p.filelist = [ 'install.rb', '[A-Z]*', - 'lib/**/*.rb', + 'lib/puppet.rb', + 'lib/puppet/*.rb', 'test/**/*.rb', 'bin/**/*', 'ext/**/*', -- cgit