vagrant-hostmanager 1.8.4 → 1.8.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d491c2bf730892d58fee8055042664be6f77f00
|
4
|
+
data.tar.gz: 18f4d767b8fde39220d5bd455674fabaa1327210
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5a1b3caee8637f9dc014a322b37b0c09b984643aa3bb20e9421057a511c386419d5f688953bde8206c62473d2e8faf4f7df5c6fa7aac73fc90f37c2d3372344
|
7
|
+
data.tar.gz: 9b6f3a51b41699ccff0c3410876f553d9cb34ee94b99b82610bc9530471bd7ae662ef8c0088ba9aa2689be46dea133e6b06de30c07da022fe2d6a9c56702f501
|
@@ -33,7 +33,7 @@ module VagrantPlugins
|
|
33
33
|
if p == @provider
|
34
34
|
machine = @global_env.machine(name, p)
|
35
35
|
state = machine.state
|
36
|
-
if
|
36
|
+
if ['active','running'].include?(state.short_description)
|
37
37
|
@updater.update_guest(machine)
|
38
38
|
end
|
39
39
|
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.8.
|
4
|
+
version: 1.8.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shawn Dahlen
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-07-
|
12
|
+
date: 2016-07-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|