vagrant-hosts 2.2.1 → 2.2.2

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: 454bbb39c7ada37b8e8543854ab6bf3fd2169c5e
4
- data.tar.gz: d6306902260f4feb51b047761c7b74187e94aa54
3
+ metadata.gz: 61da0ab65bd568315a1c0b7c261efc118121f10c
4
+ data.tar.gz: 092a7fcec7673f0c9f2272829a960aeb4d7ba4bd
5
5
  SHA512:
6
- metadata.gz: 35dd0eb3aeb91983226b259ee4a4d33120f7315a68eca35eec1c2fc50ad7e41af1a1e5893bbdc915b09c1fcc11d9db190e27eac6c66fe96fe92cb318c043222d
7
- data.tar.gz: e7a9b3aaceb2484b7c30461b75211c97caa1a5d3f4f7f196dbd4e32ee61472ab47260a0140a4227ac274a4832f69275f114186e962274574f459c701874421f0
6
+ metadata.gz: e108e0727baa41a4584d1647c901a2e025d0136573e0248eb12a03d64bead52e8d5d5e12dacd9e9980a782fe2af0f6b3af287fbe3327a780bf514f2b6facfd16
7
+ data.tar.gz: cf0ea224e6319bc0f711c02970852d716215026da6607372df5873ebb196cdf68c1a1ab598cfcadb2b6bce90a91ac793e6604c2fc61db7cc44c25acd2dd937e5
data/CHANGELOG CHANGED
@@ -1,6 +1,15 @@
1
1
  CHANGELOG
2
2
  =========
3
3
 
4
+ 2.2.2
5
+ -----
6
+
7
+ 2014-09-17
8
+
9
+ This is a backwards compatible bugfix release.
10
+
11
+ * (GH-37) Fix setting multiple hosts on Windows through WinRM.
12
+
4
13
  2.2.1
5
14
  -----
6
15
 
@@ -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
@@ -1,3 +1,3 @@
1
1
  module VagrantHosts
2
- VERSION = '2.2.1'
2
+ VERSION = '2.2.2'
3
3
  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.1
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-08-29 00:00:00.000000000 Z
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.