mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
:)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
module VagrantPlugins
|
module VagrantPlugins
|
||||||
module ProviderLibvirt
|
module ProviderLibvirt
|
||||||
VERSION = '0.0.26'
|
VERSION = '0.0.25'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
|
|||||||
gem.license = 'MIT'
|
gem.license = 'MIT'
|
||||||
gem.description = %q{libvirt provider for Vagrant.}
|
gem.description = %q{libvirt provider for Vagrant.}
|
||||||
gem.summary = %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.files = `git ls-files`.split($\)
|
||||||
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
||||||
|
|||||||
Reference in New Issue
Block a user