Skip to content

Commit d4eb3c0

Browse files
author
David Heinemeier Hansson
committed
Forgot to resolve one file
1 parent 02d610b commit d4eb3c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

activesupport/Rakefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,8 @@ end
6666

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

7873
desc "Publish the API documentation"

0 commit comments

Comments
 (0)