lib/god/contacts/webhook.rb in god-0.13.4 vs lib/god/contacts/webhook.rb in god-0.13.5

- old
+ new

@@ -39,9 +39,10 @@ :host => host } uri = URI.parse(arg(:url)) http = Net::HTTP.new(uri.host, uri.port) + http.use_ssl = true if uri.scheme == "https" req = nil res = nil case arg(:format)