Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update publish locations
  • Loading branch information
rtomayko committed Jul 12, 2008
1 parent 800af07 commit c9e5021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -11,9 +11,9 @@ Project.new "Date::Performance" do |p|
p.author = 'Ryan Tomayko <r@tomayko.com>'
p.rubyforge_project = 'wink'

p.remote_dist_location = "tomayko.com:/dist/#{p.package_name}"
p.remote_branch_location = "tomayko.com:/src/#{p.package_name}.git"
p.remote_doc_location = "tomayko.com:/src/#{p.package_name}"
p.remote_dist_location = "gus@tomayko.com:/dist/#{p.package_name}"
p.remote_branch_location = "gus@tomayko.com:/src/#{p.package_name}.git"
p.remote_doc_location = "gus@tomayko.com:/src/#{p.package_name}"
end

task :default => [ :compile, :test ]
Expand Down

0 comments on commit c9e5021

Please sign in to comment.