Add server detail
diff --git a/tools/pubsub2rake.rb b/tools/pubsub2rake.rb
index 084183d..fdc8635 100755
--- a/tools/pubsub2rake.rb
+++ b/tools/pubsub2rake.rb
@@ -33,7 +33,7 @@
           request.basic_auth *creds if creds
           http.request request do |response|
             response.each_header do |h,v|
-              puts stamp [h,v].inspect if h.start_with? 'x-'
+              puts stamp [h,v].inspect if h.start_with? 'x-' or h == 'server'
             end
             body = ''
             response.read_body do |chunk|