summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2009-06-17 13:39:04 -0800
committerRyan Davis <ryand@zenspider.com>2009-06-17 13:39:04 -0800
commitfc78269b5a727cf21e45990893fca317a0ebafbb (patch)
tree444eed6c7dd37f9f0c573387f5c68c78487d3aa6 /Rakefile
parent897df3779cc8c12b87f9c65ef12423ca47addd00 (diff)
downloadhoe-fc78269b5a727cf21e45990893fca317a0ebafbb.tar.gz
+ Switched to seattlerb plugin
[git-p4: depot-paths = "//src/hoe/dev/": change = 5058]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 7f564d6..2c3174b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,9 +1,10 @@
# -*- ruby -*-
+$: << 'lib'
+
require './lib/hoe.rb'
-Hoe.plugin :perforce
-Hoe.plugin :minitest
+Hoe.plugin :seattlerb
Hoe.spec "hoe" do
developer "Ryan Davis", "ryand-ruby@zenspider.com"
@@ -15,4 +16,4 @@ Hoe.spec "hoe" do
pluggable!
end
-# vim: syntax=Ruby
+# vim: syntax=ruby