GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Forgot to resolve one file
dhh (author)
Thu Sep 04 07:31:40 -0700 2008
commit  d4eb3c0b7d13d3898c14d6ea7bfbc1853394f4e8
tree    bdd234543b5d5efc27beab27bd4c9dc170b5ee1e
parent  02d610b1b74e5340eed0b432ea82d0f81f210884
...
66
67
68
69
70
71
72
73
74
75
76
77
78
...
66
67
68
 
 
 
 
69
70
 
71
72
73
0
@@ -66,13 +66,8 @@ end
0
 
0
 desc "Publish the beta gem"
0
 task :pgem => [:package] do
0
-<<<<<<< HEAD:activesupport/Rakefile
0
- Rake::SshFilePublisher.new("wrath.rubyonrails.org", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
0
- `ssh wrath.rubyonrails.org './gemupdate.sh'`
0
-=======
0
   Rake::SshFilePublisher.new("david@greed.loudthinking.com", "/u/sites/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
0
   `ssh david@greed.loudthinking.com '/u/sites/gems/gemupdate.sh'`
0
->>>>>>> e8bf065... Use personal server as temporary gem testing site until wrath get its shit together:activesupport/Rakefile
0
 end
0
 
0
 desc "Publish the API documentation"

Comments

    No one has commented yet.