Releasing v1.8.0
This commit is contained in:
parent
3b840be5fe
commit
6f4c0d7c6a
|
@ -1,5 +1,5 @@
|
||||||
module VagrantPlugins
|
module VagrantPlugins
|
||||||
module HostManager
|
module HostManager
|
||||||
VERSION = '1.7.1'
|
VERSION = '1.8.0'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -7,8 +7,8 @@ require 'vagrant-hostmanager/version'
|
||||||
Gem::Specification.new do |gem|
|
Gem::Specification.new do |gem|
|
||||||
gem.name = 'vagrant-hostmanager'
|
gem.name = 'vagrant-hostmanager'
|
||||||
gem.version = VagrantPlugins::HostManager::VERSION
|
gem.version = VagrantPlugins::HostManager::VERSION
|
||||||
gem.authors = ['Shawn Dahlen']
|
gem.authors = ['Shawn Dahlen','Seth Reeser']
|
||||||
gem.email = ['shawn@dahlen.me']
|
gem.email = ['shawn@dahlen.me','info@devopsgroup.io']
|
||||||
gem.description = %q{A Vagrant plugin that manages the /etc/hosts file within a multi-machine environment}
|
gem.description = %q{A Vagrant plugin that manages the /etc/hosts file within a multi-machine environment}
|
||||||
gem.summary = gem.description
|
gem.summary = gem.description
|
||||||
gem.license = 'MIT'
|
gem.license = 'MIT'
|
||||||
|
|
Loading…
Reference in New Issue