lib/pitchfork/const.rb in pitchfork-0.12.0 vs lib/pitchfork/const.rb in pitchfork-0.13.0

- old
+ new

@@ -1,5 +1,6 @@ # -*- encoding: binary -*- +# frozen_string_literal: true module Pitchfork module Const # :nodoc: # default TCP listen host address (0.0.0.0, all interfaces) DEFAULT_HOST = "0.0.0.0"