vagrant-libvirt 0.0.27 → 0.0.28

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c633bc158ce861be39e58bc78d855adacc3b4b81
4
- data.tar.gz: 85417be2e4286096a08c3b64a79c1e23619cfa3e
3
+ metadata.gz: 82c6474c93d131d101b39a936190bb3d1960677f
4
+ data.tar.gz: d0b5838d5d61de80c6b527b777307b8ac69eece0
5
5
  SHA512:
6
- metadata.gz: c8bdb50440ec7ad74d3cebd4dfcc0f78e41ec61c545ad59635f909f2e10b5201e77d42853e03529c9caff75b46cb56f3603c5f4421d2df172989948215c92464
7
- data.tar.gz: 74b16894928781624bda71679ae7b92d403241536d67074e046c517f55813fe793d70447f8debaf7a3887e599d99d57b282d432a21a922db546de878f4f5d0d8
6
+ metadata.gz: 6193dfa786543be1441b66f51bc52a6b2629157c21d13377396e1d9995935f7dd34b57f3df0972112acaa019ad5e233034c5dc0bcccc66dbbed8d013bf68a077
7
+ data.tar.gz: 4b4beb87324784af102729adee0ba923746c601b1046ae286b800403f450a862d8a14a528f428eeb5775984465e047c0d8ce6125b6c19e5082f5d102052f4404
@@ -1,4 +1,4 @@
1
- require 'fog'
1
+ require 'fog/libvirt'
2
2
  require 'log4r'
3
3
 
4
4
  module VagrantPlugins
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module ProviderLibvirt
3
- VERSION = '0.0.27'
3
+ VERSION = '0.0.28'
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.27
4
+ version: 0.0.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Stanek
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-05-10 00:00:00.000000000 Z
13
+ date: 2015-05-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec-core