lib/gelf.rb in gelf_redux-3.2.2 vs lib/gelf.rb in gelf_redux-4.0.0

- old
+ new

@@ -2,14 +2,15 @@ require 'socket' require 'zlib' require 'digest/md5' module GELF - SPEC_VERSION = '1.0' + SPEC_VERSION = '1.1' module Protocol UDP = 0 TCP = 1 - HTTPS = 2 + HTTP = 2 + HTTPS = 3 end end require 'gelf/severity' require 'gelf/notifier'