vagrant-windows-sysprep 0.0.7 → 0.0.8
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-windows-sysprep.rb +2 -2
- data/lib/vagrant-windows-sysprep/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f96fa529d2a0aeba5c9ba39adf4d4c29dbbbe338d9d13329160ada555e331b0
|
4
|
+
data.tar.gz: 0a0a2b47608df636a0000bf65df321a90bb7acfe35bd685e7d470ad918615341
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52cd38cad498d6915d6264512201998ba5a1c8f39e25912c759916d5c21f080642fc14dc3f7c710c1343008515d92846197fff42ab098192a6ea007fa3016c14
|
7
|
+
data.tar.gz: ad8265be3dca72763436da271ce79394101fbcee9654d03e9438ed2f7073c27a93d30c6d4e6d24dacf4ad717188f09c7c321a484ed4212addd62b2d44f58c899
|
@@ -4,8 +4,8 @@ rescue LoadError
|
|
4
4
|
raise "The Vagrant Windows Sysprep plugin must be run within Vagrant."
|
5
5
|
end
|
6
6
|
|
7
|
-
if Vagrant::VERSION < "2.2
|
8
|
-
raise "The Vagrant Windows Sysprep plugin is only compatible with Vagrant 2.2
|
7
|
+
if Vagrant::VERSION < "2.1.2"
|
8
|
+
raise "The Vagrant Windows Sysprep plugin is only compatible with Vagrant 2.1.2+"
|
9
9
|
end
|
10
10
|
|
11
11
|
module VagrantPlugins
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-windows-sysprep
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rui Lopes
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|