diff --git a/lib/vagrant-libvirt/version.rb b/lib/vagrant-libvirt/version.rb index 73e3535..1ea48c2 100644 --- a/lib/vagrant-libvirt/version.rb +++ b/lib/vagrant-libvirt/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module ProviderLibvirt - VERSION = '0.0.41'.freeze + VERSION = '0.0.42'.freeze end end diff --git a/vagrant-libvirt.gemspec b/vagrant-libvirt.gemspec index 759a829..629b935 100644 --- a/vagrant-libvirt.gemspec +++ b/vagrant-libvirt.gemspec @@ -1,13 +1,17 @@ # -*- encoding: utf-8 -*- # stub: vagrant-libvirt 0.0.41 ruby lib +require File.expand_path('../lib/vagrant-libvirt/version', __FILE__) Gem::Specification.new do |s| s.name = "vagrant-libvirt".freeze - s.version = "0.0.41" + s.version = VagrantPlugins::ProviderLibvirt::VERSION 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]