chef-handler-xmpp 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/chef/handler/xmpphandler.rb +2 -3
  2. metadata +1 -1
@@ -8,11 +8,10 @@ class Chef
8
8
  class Xmpphandler < Chef::Handler
9
9
  def report
10
10
  if run_status.success?
11
- # text = "Chef complete on #{node.name} in #{run_status.elapsed_time}"
11
+ text = "Chef complete on #{node.name} in #{run_status.elapsed_time}"
12
12
  else
13
- # text = "Chef failed on #{node.name} with #{run_status.exception}"
13
+ text = "Chef failed on #{node.name} with #{run_status.exception}"
14
14
  end
15
- text = "testing"
16
15
 
17
16
  jid = "chef010101@gmail.com"
18
17
  pwd = "starblue45"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-handler-xmpp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: