This commit is contained in:
dima 2015-04-09 08:14:08 +02:00
parent b7a9abfc16
commit e0e0da3827
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
module VagrantPlugins
module ProviderLibvirt
VERSION = '0.0.26'
VERSION = '0.0.25'
end
end

View File

@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
gem.license = 'MIT'
gem.description = %q{libvirt provider for Vagrant.}
gem.summary = %q{libvirt provider for Vagrant.}
gem.homepage = 'https://github.com/mperedim/vagrant-libvirt'
gem.homepage = 'https://github.com/pradels/vagrant-libvirt'
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }