We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b840be commit 6f4c0d7Copy full SHA for 6f4c0d7
lib/vagrant-hostmanager/version.rb
@@ -1,5 +1,5 @@
1
module VagrantPlugins
2
module HostManager
3
- VERSION = '1.7.1'
+ VERSION = '1.8.0'
4
end
5
vagrant-hostmanager.gemspec
@@ -7,8 +7,8 @@ require 'vagrant-hostmanager/version'
7
Gem::Specification.new do |gem|
8
gem.name = 'vagrant-hostmanager'
9
gem.version = VagrantPlugins::HostManager::VERSION
10
- gem.authors = ['Shawn Dahlen']
11
- gem.email = ['shawn@dahlen.me']
+ gem.authors = ['Shawn Dahlen','Seth Reeser']
+ gem.email = ['shawn@dahlen.me','info@devopsgroup.io']
12
gem.description = %q{A Vagrant plugin that manages the /etc/hosts file within a multi-machine environment}
13
gem.summary = gem.description
14
gem.license = 'MIT'
0 commit comments