summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2015-02-03 15:59:31 -0800
committerRyan Davis <ryand@zenspider.com>2015-02-03 15:59:31 -0800
commit0c118366f42dbfaa42da351b4589189bb4718ed8 (patch)
treebcff524e8e4bdbedd588cfdba052e2bd3b8bf33e /Rakefile
parent7755dc2c8894c07fb204ea8c862f00926b729862 (diff)
downloadhoe-0c118366f42dbfaa42da351b4589189bb4718ed8.tar.gz
prepped for releasev3.13.1
[git-p4: depot-paths = "//src/hoe/dev/": change = 9999]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 1a6be05..8881f19 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,6 +7,8 @@ Hoe.plugin :seattlerb
Hoe.plugin :isolate
Hoe.plugin :rdoc
+Hoe.add_include_dirs "../../minitest/dev/lib"
+
Hoe.spec "hoe" do
developer "Ryan Davis", "ryand-ruby@zenspider.com"