vagrant-vmware-dhcp 0.0.4 → 0.0.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 627b3ac504a958a623599945dd706121b4e4d558
4
- data.tar.gz: 0167b871cbd3af221471245097e322d66eb9f12a
3
+ metadata.gz: 23aa2463797ac8ab504cb0f4495de5231272e3fd
4
+ data.tar.gz: 5279cdddee8dc659ddd83b1be484f0e30521e0a8
5
5
  SHA512:
6
- metadata.gz: c2fd55f82159162eada877583665ee6094d60e002f715018572c39c2e6599baa5092fa4ac3e1c09129e32f8647afcf86fb44b5c230d43a4926ca878be992d51b
7
- data.tar.gz: 08b14de6bfc80cc1545c54779e77535cdeceaa7486f5b111d8e83878e1b081d10ea7e0019e49f3db3964626c594c80e42a5981b9e4621a35dd9ad1c3158e7f4e
6
+ metadata.gz: 7b1b8c1f8db66515829cf6599ce3871748d5768f198fc1d8d68971e1365a7deef0b8eec973bf4b7556547fd38fe1084fc8f7ebff8f7f9310ba332618d99e268b
7
+ data.tar.gz: 417eac593215670c8f9e90e337b4bd78152af4941d5bb81d171c34af95cd32446c193702dd89e4adb278dd7fc27bee04d4ee63fc32e4f9d7e5620c88b820b16e
@@ -16,10 +16,6 @@ module VagrantPlugins
16
16
 
17
17
  machine = env[:machine]
18
18
 
19
- # @env[:ui].error("Host is #{YAML::dump(env[:host].public_methods)}")
20
-
21
- @env[:host].capability?("darwin")
22
-
23
19
  if machine
24
20
  set_mac_address(env)
25
21
  end
@@ -14,8 +14,6 @@ module VagrantPlugins
14
14
  hook.before(action, VagrantVmwareDhcp::Action::SetMac)
15
15
  end
16
16
 
17
-
18
-
19
17
  if Vagrant::Util::Platform.windows?
20
18
  ConfigDhcpClass = VagrantVmwareDhcp::Action::ConfigDhcpWindows
21
19
  ActionClass = HashiCorp::VagrantVMwaredesktop::Action::Network
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module VagrantVmwareDhcp
3
- VERSION = '0.0.4'
3
+ VERSION = '0.0.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-vmware-dhcp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Israel Shirk