vagrant-box-updater2 0.0.7 → 0.0.8

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: 3455aa1bdadcd242869f525a3cebeb7e08bb27db
4
- data.tar.gz: 4dc8a02a4d52f2a19a3752bf38dcb2c46eac3793
3
+ metadata.gz: ae2f5c7f2a08266d3e2dbe4c63cb8cd7eb9c6c40
4
+ data.tar.gz: acab23bf24c572a692556290592794ed80873bff
5
5
  SHA512:
6
- metadata.gz: fe1161894390f4dce71fb4f9d3c8e1bf5c1d38a2061972cdd195fa8359b01d91f3f74ad72599eb6c88a0b7d33a8b970bc01bc0e244b1d1e919274672a1038ec1
7
- data.tar.gz: 6cf16a716ed5c1973a3b2fb45d61976b7706fc68b0e70a7db8d0d91d86d06aa0d1d4769a7066bb01131c031a4e6d66a8d2bb9594023491ba60d7bbcca4b6e584
6
+ metadata.gz: a195d3ef17067bacfe1b697a96db12436705886d1f431051f9ae44b816279cf847b76b32ceed667e01dd9b4bc44bd0b5ea714580bcbdaf181ad19b2c1c5a4f62
7
+ data.tar.gz: f9a3afb3d7b07d5cab9dfd758bed106b77e52069612cc06bb5d4df091cb78a760c86a8f31ae9722637a69a642124048ba4ac3392f60bed479db2e792a3bd01b2
@@ -18,7 +18,6 @@ module VagrantPlugins
18
18
  action_hook(:do_before_boot, :machine_action_up) do |hook|
19
19
  require_relative 'action/up_box'
20
20
  hook.prepend(VagrantPlugins::BoxUpdater::Action::UpBox)
21
- hook.prepend(V)
22
21
  end
23
22
 
24
23
  action_hook 'on_update' do |hook|
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module BoxUpdater
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-box-updater2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ruslan Lutsenko