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

- old
+ new

@@ -88,13 +88,15 @@ load_contact(:hipchat) load_contact(:email) load_contact(:jabber) load_contact(:prowl) load_contact(:scout) +load_contact(:statsd) load_contact(:twitter) load_contact(:webhook) load_contact(:airbrake) +load_contact(:slack) $:.unshift File.join(File.dirname(__FILE__), *%w[.. ext god]) # App wide logging system LOG = God::Logger.new @@ -156,10 +158,10 @@ end end module God # The String version number for this package. - VERSION = '0.13.4' + VERSION = '0.13.5' # The Integer number of lines of backlog to keep for the logger. LOG_BUFFER_SIZE_DEFAULT = 100 # An Array of directory paths to be used as the default PID file directory.