summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Davis <ryand-ruby@zenspider.com>2022-10-19 10:00:54 -0800
committerRyan Davis <ryand-ruby@zenspider.com>2022-10-19 10:00:54 -0800
commite9045496d7f74267405e4121422dbcfaef75d519 (patch)
tree3cc660350fb9bfea9ce7ee2c2a132f3c324b0f63 /Rakefile
parent435e819126befb27b1d15f52c988b5ce0830d526 (diff)
downloadhoe-e9045496d7f74267405e4121422dbcfaef75d519.tar.gz
+ Removed dead rcov plugin and added (simple)cov plugin.
[git-p4: depot-paths = "//src/hoe/dev/": change = 13573]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 504827d..8914444 100644
--- a/Rakefile
+++ b/Rakefile
@@ -6,6 +6,7 @@ require "./lib/hoe.rb"
Hoe.plugin :seattlerb
Hoe.plugin :isolate
Hoe.plugin :rdoc
+Hoe.plugin :cov
Hoe.spec "hoe" do
developer "Ryan Davis", "ryand-ruby@zenspider.com"