summaryrefslogtreecommitdiffstats
path: root/tasks/rake/gem.rake
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-01-06 17:09:39 +1100
committerJames Turnbull <james@lovedthanlost.net>2010-01-06 17:09:39 +1100
commitd0efcc6175beed99e719ed0a56286da4693a71f2 (patch)
tree2e11184e88e86823fc7883546df4b12b028ced12 /tasks/rake/gem.rake
parent8a6d66ef5cbde0740f5e5fbf1e8cbf15cb3a6d39 (diff)
downloadpuppet-d0efcc6175beed99e719ed0a56286da4693a71f2.tar.gz
puppet-d0efcc6175beed99e719ed0a56286da4693a71f2.tar.xz
puppet-d0efcc6175beed99e719ed0a56286da4693a71f2.zip
Added tasks directory to Rakefile and gem task file lists
Diffstat (limited to 'tasks/rake/gem.rake')
-rw-r--r--tasks/rake/gem.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/rake/gem.rake b/tasks/rake/gem.rake
index 8da196209..7ef4472c1 100644
--- a/tasks/rake/gem.rake
+++ b/tasks/rake/gem.rake
@@ -7,6 +7,7 @@ GEM_FILES = FileList[
'man/**/*',
'examples/**/*',
'ext/**/*',
+ 'tasks/**/*',
'test/**/*',
'spec/**/*'
]