mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
0.0.44
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module VagrantPlugins
|
||||
module ProviderLibvirt
|
||||
VERSION = '0.0.43'.freeze
|
||||
VERSION = '0.0.44'.freeze
|
||||
end
|
||||
end
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user