lib/activehook/server/send.rb in activehook-server-0.1.0 vs lib/activehook/server/send.rb in activehook-server-0.1.1

- old
+ new

@@ -2,10 +2,10 @@ module Server class Send REQUEST_HEADERS = { "Content-Type" => "application/json", "Accept" => "application/json", - "User-Agent" => "ActiveHook/#{VERSION}" + "User-Agent" => "ActiveHook/#{ActiveHook::Server::VERSION}" }.freeze attr_accessor :hook attr_reader :response_time, :status, :response