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