Skip to content

Commit

Permalink
Forgot to resolve one file
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Sep 4, 2008
1 parent 02d610b commit d4eb3c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions activesupport/Rakefile
Expand Up @@ -66,13 +66,8 @@ end

desc "Publish the beta gem"
task :pgem => [:package] do
<<<<<<< HEAD:activesupport/Rakefile
Rake::SshFilePublisher.new("wrath.rubyonrails.org", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
`ssh wrath.rubyonrails.org './gemupdate.sh'`
=======
Rake::SshFilePublisher.new("david@greed.loudthinking.com", "/u/sites/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
`ssh david@greed.loudthinking.com '/u/sites/gems/gemupdate.sh'`
>>>>>>> e8bf065... Use personal server as temporary gem testing site until wrath get its shit together:activesupport/Rakefile
end

desc "Publish the API documentation"
Expand Down

0 comments on commit d4eb3c0

Please sign in to comment.