summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2012-03-06 17:48:42 -0800
committerRyan Davis <ryand@zenspider.com>2012-03-06 17:48:42 -0800
commit418c117d00fab37c7b46e88d7ed9406220436afd (patch)
treed1764564533fd10b3e3c739587697a495e9a2a9a
parentf1d9ba83e04d16d929f87eb886c07f66e02b3d06 (diff)
downloadhoe-418c117d00fab37c7b46e88d7ed9406220436afd.tar.gz
+ Added dev dependency for rcov when the plugin is loaded.
[git-p4: depot-paths = "//src/hoe/dev/": change = 7147]
-rw-r--r--lib/hoe/rcov.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/hoe/rcov.rb b/lib/hoe/rcov.rb
index a3a019c..607414e 100644
--- a/lib/hoe/rcov.rb
+++ b/lib/hoe/rcov.rb
@@ -6,6 +6,10 @@
# rcov:: Analyze code coverage with tests
module Hoe::RCov
+ def initialize_rcov
+ dependency "rcov", "~> 0.9", :development
+ end
+
##
# Define tasks for plugin.