From 360f31720d1bfdac74f86da59eb099c43e6c404a Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Tue, 22 Mar 2011 00:53:43 -0400 Subject: [PATCH] Adding rubyforge to the Rakefile handling. --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index bb9306b..a1168f9 100644 --- a/Rakefile +++ b/Rakefile @@ -6,6 +6,7 @@ require 'hoe' Hoe.plugin :doofus Hoe.plugin :git Hoe.plugin :gemspec +Hoe.plugin :rubyforge Hoe.spec 'net-ldap' do |spec| spec.rubyforge_name = spec.name