summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorSean E. Millichamp <sean@bruenor.org>2008-11-13 22:21:57 -0500
committerJames Turnbull <james@lovedthanlost.net>2008-11-14 15:37:53 +1100
commit01976ca87b0931b28381cd494e5b698f3350a20a (patch)
tree5b7bd4ee5b41a68c50059f27bf279095200bd427 /Rakefile
parentc98f7a5fe2917c9486ec5ab2fca5403446d43932 (diff)
downloadpuppet-01976ca87b0931b28381cd494e5b698f3350a20a.tar.gz
puppet-01976ca87b0931b28381cd494e5b698f3350a20a.tar.xz
puppet-01976ca87b0931b28381cd494e5b698f3350a20a.zip
Include spec directory in packages
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 2dc8634c7..e30c70e1c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -24,6 +24,7 @@ project = Rake::RedLabProject.new("puppet") do |p|
'lib/puppet/**/*.rb',
'lib/puppet/**/*.py',
'test/**/*',
+ 'spec/**/*',
'bin/**/*',
'ext/**/*',
'examples/**/*',