summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2009-12-29 14:44:23 -0800
committerRyan Davis <ryand@zenspider.com>2009-12-29 14:44:23 -0800
commit4fde44a89f568d5037f10546b7101c33ac527d09 (patch)
tree04572031a5366ccf5d918beee56574e61b4afa96 /Rakefile
parenta50dc1113389e4ee6bdf3a6d9ec41efdcdd47da0 (diff)
downloadhoe-4fde44a89f568d5037f10546b7101c33ac527d09.tar.gz
Added plugins task to help keep readme up to date
[git-p4: depot-paths = "//src/hoe/dev/": change = 5576]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 0f85c25..48d8d18 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,6 +16,11 @@ Hoe.spec "hoe" do
pluggable!
end
+task :plugins do
+ puts `find lib/hoe -name \*.rb | xargs grep -h module.Hoe::`.
+ gsub(/module/, '*')
+end
+
[:redocs, :docs].each do |t|
task t do
cp "Hoe.pdf", "doc"