Adding rubyforge to the Rakefile handling.
This commit is contained in:
parent
a046753c9f
commit
360f31720d
1
Rakefile
1
Rakefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue