vagrant-hosts 2.2.1 → 2.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +9 -0
- data/lib/vagrant-hosts/cap/sync_hosts/windows.rb +1 -1
- data/lib/vagrant-hosts/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61da0ab65bd568315a1c0b7c261efc118121f10c
|
4
|
+
data.tar.gz: 092a7fcec7673f0c9f2272829a960aeb4d7ba4bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e108e0727baa41a4584d1647c901a2e025d0136573e0248eb12a03d64bead52e8d5d5e12dacd9e9980a782fe2af0f6b3af287fbe3327a780bf514f2b6facfd16
|
7
|
+
data.tar.gz: cf0ea224e6319bc0f711c02970852d716215026da6607372df5873ebb196cdf68c1a1ab598cfcadb2b6bce90a91ac793e6604c2fc61db7cc44c25acd2dd937e5
|
data/CHANGELOG
CHANGED
@@ -17,7 +17,7 @@ class VagrantHosts::Cap::SyncHosts::Windows < VagrantHosts::Cap::SyncHosts::Base
|
|
17
17
|
script << "if (!((gc \$HostsLocation) -contains $HostEntry)) { Add-Content -Path $HostsLocation -Value $HostEntry; }"
|
18
18
|
end
|
19
19
|
|
20
|
-
@machine.communicate.sudo(script.join("\r\n"))
|
20
|
+
@machine.communicate.sudo(script.join("\r\n"), :elevated => true)
|
21
21
|
end
|
22
22
|
|
23
23
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-hosts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrien Thebo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-09-17 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |2
|
14
14
|
Manage static DNS entries and configuration for Vagrant guests.
|