vagrant-notify 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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/vagrant-notify/plugin.rb +1 -1
- data/lib/vagrant-notify/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b92afa6ddcd75d898cddd0a6aa0d782b0402092
|
4
|
+
data.tar.gz: 9bfa48cd8650a092d9daa36f3e8ddce83bcb32aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: baddaf5a7b7d1978c9ab1db6dfc61ba0b429231926d07135ea67d1b4434ae47be30cb3e7355ec5afa219adc9ab4b94b9a9e84e4080a4f2912ee7d22d017041df
|
7
|
+
data.tar.gz: df8160d0754c78384a47c4623e14bdb9b5a7f39cf9a87dd82382b4b039a5ff167b3c94830697d872a07db470a6d861e21859ebf80f43097cf48624aef00f2754
|
data/Gemfile.lock
CHANGED
@@ -23,7 +23,7 @@ module Vagrant
|
|
23
23
|
|
24
24
|
action_hook 'stop-server-after-halting', :machine_action_halt do |hook|
|
25
25
|
require_relative './action'
|
26
|
-
hook.
|
26
|
+
hook.before Vagrant::Action::Builtin::GracefulHalt, Vagrant::Notify::Action.action_stop_server
|
27
27
|
end
|
28
28
|
|
29
29
|
# TODO: This should be generic, we don't want to hard code every single
|