vagrant-hostmanager 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,7 +21,7 @@ module VagrantPlugins
21
21
 
22
22
  def finalize!
23
23
  @enabled = false if @enabled == UNSET_VALUE
24
- @manage_host = false if @managed_host == UNSET_VALUE
24
+ @manage_host = false if @manage_host == UNSET_VALUE
25
25
  @ignore_private_ip = false if @ignore_private_ip == UNSET_VALUE
26
26
  @include_offline = false if @include_offline == UNSET_VALUE
27
27
  @aliases = [ @aliases ].flatten
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module HostManager
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-hostmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-20 00:00:00.000000000 Z
12
+ date: 2013-06-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler