tasks/rubyforge.rake in addressable-2.1.2 vs tasks/rubyforge.rake in addressable-2.2.0
- old
+ new
@@ -24,10 +24,10 @@
end
end
namespace :doc do
desc "Publish RDoc to RubyForge"
- task :release => ["doc:rdoc"] do
+ task :release => ["doc"] do
require "rake/contrib/sshpublisher"
require "yaml"
config = YAML.load(
File.read(File.expand_path('~/.rubyforge/user-config.yml'))