chef-handler-xmpp 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.md +5 -4
  2. metadata +1 -1
data/README.md CHANGED
@@ -18,19 +18,20 @@ Create a recipe called "xmpp_recipe.rb" in the "chef_handler/recipes/" directory
18
18
 
19
19
  # This is a xmpp handler recipe
20
20
  # Place it in the "chef_handler/recipes/" directory
21
-
21
+
22
22
  include_recipe "chef_handler"
23
-
23
+
24
24
  # Install the `xmpp4r` RubyGem during the compile phase
25
25
  chef_gem "xmpp4r"
26
26
  chef_gem "chef-handler-xmpp"
27
-
27
+
28
28
  chef_handler "Chef::Handler::Xmpphandler" do
29
- source "#{node['chef_handler']['handler_path']}/xmpphandler.rb"
29
+ source "#{Gem::Specification.find_by_name('chef-handler-xmpp').lib_dirs_glob}/chef/handler/xmpphandler.rb"
30
30
  action :enable
31
31
  end
32
32
 
33
33
 
34
+
34
35
  Licence
35
36
  =======
36
37
 
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.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: