lib/gelf.rb in gelf_redux-3.1.2 vs lib/gelf.rb in gelf_redux-3.2.1

- old
+ new

@@ -6,9 +6,10 @@ module GELF SPEC_VERSION = '1.0' module Protocol UDP = 0 TCP = 1 + HTTPS = 2 end end require 'gelf/severity' require 'gelf/notifier'