vagrant-libvirt 0.0.42 → 0.0.43

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: d032026c991c626b3b48677af7e977cb9ed3092c
4
- data.tar.gz: 36104f3a0e77326d19665b97ec4854443959914d
3
+ metadata.gz: 0c42ba18912a85fe40f2547f06e454ecd2ce38b0
4
+ data.tar.gz: 7ba91e28bd673e009b0d60912e1f0e5e21847196
5
5
  SHA512:
6
- metadata.gz: b7fdf0aa740282235fe782d72974149b6ebede496e6e8e48554c1625a47f1767e3befd674d3a115b9de2c6a9d0c1bb045e922b767ba7d9fa24176cc96a2fc63f
7
- data.tar.gz: e0477096ac9324861676ea69cc83ed4ce17146a9f1644fbfeb11facd69a1af83a3a09454334922a58b8d8bb8daa465eb743060655f84a34655f69bdd21873b68
6
+ metadata.gz: b9583d2e0b44d2199cb42a7dfafb7cc43501ced072144dd703a2a630d33c397d52127ba9ba95a96a4c1cd83cb2550d0cbdf19ba18737b170a033778b073520f3
7
+ data.tar.gz: 5556600da47984ac843c23a226e0467d7b3bcc3c44543255ab71f4d15f68ae20674571efc22ae4733f1a751f4c3bf1bde5fada6d987f46d9b37c8bd5fc4a492e
@@ -19,6 +19,7 @@ module VagrantPlugins
19
19
  def self.action_up
20
20
  Vagrant::Action::Builder.new.tap do |b|
21
21
  b.use ConfigValidate
22
+ b.use BoxCheckOutdated
22
23
  b.use Call, IsCreated do |env, b2|
23
24
  # Create VM if not yet created.
24
25
  if !env[:result]
@@ -48,7 +48,7 @@ module VagrantPlugins
48
48
  ))
49
49
 
50
50
  if fp[:protocol] == 'udp'
51
- env[:ui].warn I18n.t('vagrant_libvirt.warnings.forwarding_udp')
51
+ @env[:ui].warn I18n.t('vagrant_libvirt.warnings.forwarding_udp')
52
52
  next
53
53
  end
54
54
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module ProviderLibvirt
3
- VERSION = '0.0.42'.freeze
3
+ VERSION = '0.0.43'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-libvirt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.42
4
+ version: 0.0.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Stanek