vagrant-plugin-dummy 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,8 +25,8 @@ module VagrantPluginDummy
25
25
  # NOTE: There is no timeout here. We should probably have one...
26
26
  if provider == 'virtualbox'
27
27
  return ready_virtualbox?
28
- elsif provider == 'vmware_workstation'
29
- return ready_vmware_workstation?
28
+ elsif provider == 'vmware_workstation' or provider == 'vmware_fusion'
29
+ return ready_vmware?
30
30
  end
31
31
  end
32
32
 
@@ -40,7 +40,7 @@ module VagrantPluginDummy
40
40
  return true
41
41
  end
42
42
 
43
- def ready_vmware_workstation?
43
+ def ready_vmware?
44
44
  @logger.debug("Checking if IP address is assigned")
45
45
  ip = nil
46
46
  while not ip do
@@ -1,3 +1,3 @@
1
1
  module VagrantPluginDummy
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-plugin-dummy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
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: 2014-01-24 00:00:00.000000000 Z
12
+ date: 2014-01-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake