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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7485e27038ee16b5957ffb8e3f86b80111a40956193c2f0dfeaed7e26abef79a
4
- data.tar.gz: 3b0df055d9fd21204d0c50a81ce25de86b2ca400074767e38f43a4a57a5023ea
3
+ metadata.gz: 6f96fa529d2a0aeba5c9ba39adf4d4c29dbbbe338d9d13329160ada555e331b0
4
+ data.tar.gz: 0a0a2b47608df636a0000bf65df321a90bb7acfe35bd685e7d470ad918615341
5
5
  SHA512:
6
- metadata.gz: 4c6a5e221e82270e2e6ba516dac9b3ae4923e555814c45399a108189bd1dd6046cb9fc824ebf07d1f80577d9efd7ec02b5006e0dcefa469d7a4b993f9e2c8c96
7
- data.tar.gz: bc11b1b4cf19a9eebd6e6f2f68d40627eaa5f7b3fcb63799c25343d2ad684078b9e87e59f7920fcc5b0a91cbd1ea2ef9ea003eb6c6acf6913effe037ffb8c6d6
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.7"
8
- raise "The Vagrant Windows Sysprep plugin is only compatible with Vagrant 2.2.7+"
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
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module WindowsSysprep
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
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.7
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-01-29 00:00:00.000000000 Z
11
+ date: 2020-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake