Skip to content

Commit

Permalink
Add dummy pdoc task to railties
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jun 19, 2008
1 parent e96d557 commit 15c3fc8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion railties/Rakefile
Expand Up @@ -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'
Expand Down

0 comments on commit 15c3fc8

Please sign in to comment.