提交 15c3fc8d 编写于 作者: J Jeremy Kemper

Add dummy pdoc task to railties

上级 e96d557b
......@@ -332,12 +332,17 @@ end
# Publishing -------------------------------------------------------
desc "Publish the API documentation"
desc "Publish the rails gem"
task :pgem => [:gem] do
Rake::SshFilePublisher.new("wrath.rubyonrails.org", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
`ssh wrath.rubyonrails.org './gemupdate.sh'`
end
desc "Publish the API documentation"
task :pdoc => :rdoc do
# railties API isn't separately published
end
desc "Publish the release files to RubyForge."
task :release => [ :package ] do
require 'rubyforge'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册