lib/chef/handler/status_notifier.rb in chef-handler-status_notifier-0.0.1 vs lib/chef/handler/status_notifier.rb in chef-handler-status_notifier-0.0.2

- old
+ new

@@ -1,6 +1,7 @@ require 'rubygems' -require 'chef/log' +require 'chef/handler' +require 'chef' require 'hipchat' require 'slack-notifier' class StatusNotifierHandler < Chef::Handler