From c2aadf89353601e00afd672fc2c353b25ee4e7fa Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 8 Dec 2011 14:03:42 +0100 Subject: updates the host and port of publish_docs, and changes the release instructions to use the task rather than curl (thanks to Vijay Dev for spotting this one) --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index e59abd5758..bfabb2559c 100755 --- a/Rakefile +++ b/Rakefile @@ -189,7 +189,7 @@ end # desc 'Publishes docs, run this AFTER a new stable tag has been pushed' task :publish_docs do - Net::HTTP.new('rails-hooks.hashref.com').start do |http| + Net::HTTP.new('api.rubyonrails.org', 8080).start do |http| request = Net::HTTP::Post.new('/rails-master-hook') response = http.request(request) puts response.body -- cgit v1.2.3