vagrant_hook 0.1.3 → 0.1.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 41013f91effcc4a751e9b1a61ed66b16feb7d5a2
4
- data.tar.gz: 261cdb98c3a0a2cace659be465aaad959c2620aa
3
+ metadata.gz: 3bc54f82e98e5c9703152cd82475795840948606
4
+ data.tar.gz: 5233cd2ac56111d68282e69343584e4fc93973ca
5
5
  SHA512:
6
- metadata.gz: b9fca21164dcc48ecbbb9b519f5f6636d2227dad8998aa0bdd9f470cf9ce8ffecd5ed7a6272f5ee5fdf9c849328d2967291a7fdb6885e8a121b51028ef0d1822
7
- data.tar.gz: 7e7efa5500029919d5c7848ac4d533202621b7a58cf58b71b2e895f3e9819e91b717d7fd21058abb2a2c1612dc57bae0da3657d391a5e87854437ca6d842a6fe
6
+ metadata.gz: 431151641040ef3186d99bbc529e0929ac0fc4cf2f4e2c1b20eccc4c77f9a499693cc3f695d56979b7b26ebe97e1f04fbebba4a9f98ce98e08a64081dd3351ce
7
+ data.tar.gz: 705c0a1d051fe3639ef2b06b2fb59f5953d4463f792e6ae3ad5372b29dad31e88f2bba8d1ea205fe8d66d6a01f5f98315ae73ae474d6b9f729fccc6fcc945e2a
@@ -28,7 +28,6 @@ module VagrantPlugins
28
28
  callbacks = @callbacks_list.call
29
29
 
30
30
  callbacks.each do | clbk |
31
- puts env.to_yaml
32
31
  clbk[:mproc].call(env)
33
32
  end
34
33
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module VagrantHook
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant_hook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ruben
@@ -54,6 +54,7 @@ files:
54
54
  - lib/vagrant_hook/plugin.rb
55
55
  - lib/vagrant_hook/version.rb
56
56
  - pkg/vagrant_hook-0.1.2.gem
57
+ - pkg/vagrant_hook-0.1.3.gem
57
58
  - vagrant_hook.gemspec
58
59
  homepage: http://www.github.com/lqbweb
59
60
  licenses: []