From fc78269b5a727cf21e45990893fca317a0ebafbb Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Wed, 17 Jun 2009 13:39:04 -0800 Subject: + Switched to seattlerb plugin [git-p4: depot-paths = "//src/hoe/dev/": change = 5058] --- Rakefile | 7 ++++--- 1 file 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 -- cgit v1.2.1