vagrant-reflect 0.8.0 → 0.9.0
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 +4 -4
- data/lib/vagrant-reflect/configuration/reflect.rb +0 -9
- data/lib/vagrant-reflect/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56e0c749d40b58aacb40ab2e396ea38fc5d301cf
|
|
4
|
+
data.tar.gz: 1004673876b5876622c3aea76d166ab834671829
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 202fcb1c1880ffefed93ccb7958dad2f43baad6f26dae722700892271c763165da2b1f5f6337f05ae88be16ec22e5a3fd10a49fecf9e32fd6124bd69f4776caa
|
|
7
|
+
data.tar.gz: 6de0ab34c2e4ec1b1aa4cc06b234540a1535253028f498cb5a55e4c66590ed976ded0f7233af0f94cc18fe0482fd1899be613cc7c4069c48680202990bf187d7
|
|
@@ -11,15 +11,6 @@ module VagrantReflect
|
|
|
11
11
|
def finalize!
|
|
12
12
|
@show_sync_time = 0 if @show_sync_time == UNSET_VALUE
|
|
13
13
|
end
|
|
14
|
-
|
|
15
|
-
def validate(_)
|
|
16
|
-
errors = _detected_errors
|
|
17
|
-
if show_sync_time != true && show_sync_time != false
|
|
18
|
-
errors << 'show_sync_time must be TRUE or FALSE'
|
|
19
|
-
end
|
|
20
|
-
|
|
21
|
-
{ 'reflect' => errors }
|
|
22
|
-
end
|
|
23
14
|
end
|
|
24
15
|
end
|
|
25
16
|
end
|
metadata
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-reflect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Woods
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-02-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: driskell-listen
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 3.0.6
|
|
20
|
-
- -
|
|
20
|
+
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 3.0.6.11
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
requirements:
|
|
27
|
-
- - ~>
|
|
27
|
+
- - "~>"
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: 3.0.6
|
|
30
|
-
- -
|
|
30
|
+
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 3.0.6.11
|
|
33
33
|
description: Vagrant Reflect
|
|
@@ -58,17 +58,17 @@ require_paths:
|
|
|
58
58
|
- lib
|
|
59
59
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
60
60
|
requirements:
|
|
61
|
-
- -
|
|
61
|
+
- - ">="
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
63
|
version: '0'
|
|
64
64
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
|
-
- -
|
|
66
|
+
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
69
|
requirements: []
|
|
70
70
|
rubyforge_project: nowarning
|
|
71
|
-
rubygems_version: 2.
|
|
71
|
+
rubygems_version: 2.5.1
|
|
72
72
|
signing_key:
|
|
73
73
|
specification_version: 4
|
|
74
74
|
summary: A better vagrant rsync-auto
|