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

- old
+ new

@@ -83,10 +83,11 @@ CONTACT_LOAD_SUCCESS[name] = false end require 'god/contact' load_contact(:campfire) +load_contact(:hipchat) load_contact(:email) load_contact(:jabber) load_contact(:prowl) load_contact(:scout) load_contact(:twitter) @@ -155,10 +156,10 @@ end end module God # The String version number for this package. - VERSION = '0.13.3' + VERSION = '0.13.4' # 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.