diff --git a/lib/vagrant-libvirt/version.rb b/lib/vagrant-libvirt/version.rb index 1817d9d..359b672 100644 --- a/lib/vagrant-libvirt/version.rb +++ b/lib/vagrant-libvirt/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module ProviderLibvirt - VERSION = '0.0.43'.freeze + VERSION = '0.0.44'.freeze end end diff --git a/vagrant-libvirt.gemspec b/vagrant-libvirt.gemspec index 7e5bee9..f3a8546 100644 --- a/vagrant-libvirt.gemspec +++ b/vagrant-libvirt.gemspec @@ -1,17 +1,14 @@ # -*- encoding: utf-8 -*- -# stub: vagrant-libvirt 0.0.41 ruby lib -require File.expand_path('../lib/vagrant-libvirt/version', __FILE__) +# stub: vagrant-libvirt 0.0.42 ruby lib Gem::Specification.new do |s| s.name = "vagrant-libvirt".freeze - s.version = VagrantPlugins::ProviderLibvirt::VERSION + s.version = "0.0.44" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Lukas Stanek".freeze, "Dima Vasilets".freeze, "Brian Pitts".freeze] - s.files = `git ls-files`.split($\) - s.test_files = s.files.grep(%r{^(test|spec|features)/}) - + s.date = "2018-02-02" s.description = "libvirt provider for Vagrant.".freeze s.email = ["ls@elostech.cz".freeze, "pronix.service@gmail.com".freeze, "brian@polibyte.com".freeze] s.homepage = "https://github.com/vagrant-libvirt/vagrant-libvirt".freeze