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