summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>2006-12-13 21:34:32 +0000
committermpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>2006-12-13 21:34:32 +0000
commit40c0905b175a050433862f700ac8e244e3cbbcbc (patch)
treea0c6de8e7ed0a0276c48420f5c119273915f2c8c
parentc35988aafbbbe3882ff1a5a7ff3ee472f77fb4c1 (diff)
downloadpuppet-40c0905b175a050433862f700ac8e244e3cbbcbc.tar.gz
puppet-40c0905b175a050433862f700ac8e244e3cbbcbc.tar.xz
puppet-40c0905b175a050433862f700ac8e244e3cbbcbc.zip
Fix up the filelist for gems, so that all of lib/puppet gets put into the gem, not just the top-level .rb files
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1919 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e9cd4a077..a5a2f9b66 100644
--- a/Rakefile
+++ b/Rakefile
@@ -21,7 +21,7 @@ project = Rake::RedLabProject.new("puppet") do |p|
'install.rb',
'[A-Z]*',
'lib/puppet.rb',
- 'lib/puppet/*.rb',
+ 'lib/puppet/**/*.rb',
'test/**/*.rb',
'bin/**/*',
'ext/**/*',