From cd6051ed36544bb87fb4742c4d0d22e6d771a856 Mon Sep 17 00:00:00 2001 From: Ben Bleything Date: Tue, 22 Feb 2011 14:35:54 -0800 Subject: [PATCH] add git, doofus, and seattlerb Hoe plugins --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 5febf6d..53b3a44 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,8 @@ require 'rubygems' require 'hoe' +Hoe.plugin :git, :doofus, :seattlerb + Hoe.spec 'midiator' do developer 'Ben Bleything', 'ben@bleything.net'