Adding rubyforge to the Rakefile handling.

This commit is contained in:
Austin Ziegler 2011-03-22 00:53:43 -04:00
parent a046753c9f
commit 360f31720d

View file

@ -6,6 +6,7 @@ require 'hoe'
Hoe.plugin :doofus Hoe.plugin :doofus
Hoe.plugin :git Hoe.plugin :git
Hoe.plugin :gemspec Hoe.plugin :gemspec
Hoe.plugin :rubyforge
Hoe.spec 'net-ldap' do |spec| Hoe.spec 'net-ldap' do |spec|
spec.rubyforge_name = spec.name spec.rubyforge_name = spec.name