vagrant-ebcommon 0.4.1 → 0.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1bc5b754d67042d96898ef1f40e7ad07b0dbbd16
4
- data.tar.gz: b22718188431c1a35287ac27212488f8cf455f79
3
+ metadata.gz: dd9fc1a431da6d7ce20cc54c747d589b14a97e15
4
+ data.tar.gz: ab7217b1f378e20510587589b32491ccd40f7ba7
5
5
  SHA512:
6
- metadata.gz: 046450f57fc434dc9a989f19f181264506efdc2d088dfa0fbb8931733de7f2d182dccabca5424f3663a4fd9df00d483223be788c2c2294bf250362f04b6c767f
7
- data.tar.gz: e54c06a92d976a396d183ccb8193855fee1918dc55b468f0ea46ee6fb63f96562c520bdd84cef3cc6b123c7f4a08b149ad722b9494456ca52459fabc66fa4d46
6
+ metadata.gz: 7c85d90d18e7077fd54a1f51e55ed71eff75f1123e0c43c1b187d59628e271d252dcac9d0e2161a9299f434fccba06084a2cb7daa09f7d130b59fa52e777e77b
7
+ data.tar.gz: 722a28ccef7b5398bfff34764855a4051c476af6e769c63a19980ad03a0192c070632694f869ffb07776a93a87118585d45df46340219dbfb16799c476e17604
@@ -50,6 +50,7 @@ module VagrantPlugins
50
50
  target_directory = File.join @ebcommon.git_hook_root_dir, repo_path, '.git', 'hooks'
51
51
  if File.directory? target_directory
52
52
  git_hooks.each do |hook|
53
+ @env[:ui].success "Copying over git hook: #{hook} to #{target_directory}"
53
54
  source = File.join plugin_hooks_dir, hook
54
55
  FileUtils.cp source, target_directory
55
56
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Ebcommon
3
- VERSION = "0.4.1"
3
+ VERSION = "0.4.2"
4
4
  end
5
5
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-ebcommon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Hahn