Releasing v1.8.0

This commit is contained in:
Seth Reeser 2016-02-11 10:54:33 -05:00
parent 3b840be5fe
commit 6f4c0d7c6a
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
module VagrantPlugins module VagrantPlugins
module HostManager module HostManager
VERSION = '1.7.1' VERSION = '1.8.0'
end end
end end

View File

@ -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'