vagrant-solidus 0.0.1 → 0.0.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 +8 -8
- data/lib/vagrant-solidus/solidus-box/Vagrantfile +1 -1
- data/lib/vagrant-solidus/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Y2UzNzc4ZDIzMTk2MGRkNDg3MjgzMDcxODMxMzA5OTliYmQ0ZGFhOQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MmYyY2NlYTgwZmI2ODcxZWIzZDNjOTFlMjNjZjk0NjA3ZDNmZjA4Nw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YzYxZGY3MWM5MTdhOTg5NzZjZmQ1Njg1NWFiMjNkOTQ3ZGUzYzY4NmU1Mzgy
|
|
10
|
+
YjMzNWNlMTNlMjVmN2ExMmYyM2E1NDVlMzMwMzA0OTE3NTg5NWM0MmRjODZk
|
|
11
|
+
MTE5NjUwOTMzYjA4NjQzZjljOGNhMWI0MGQ1YzgxODFiM2VhNGM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OWI1YzAzMDVlY2IyNTIyOWZhNDJmZmJiMjU5Njc0ZjE4NzYzODMyNTlhNDgw
|
|
14
|
+
YzMxZWYzYjk0YThjNjlkYzRmM2QzYWFmMjE1ZjQ0MjJjZTg2MWJkMjJjNjY5
|
|
15
|
+
ZjgwMDQxN2E4OGJkYTRkOWJjNzlmZjg3NjZhYWIxNmYzNWZlZTY=
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Requirements
|
|
2
|
-
Vagrant.require_version '>= 1.5.0'
|
|
2
|
+
Vagrant.require_version '>= 1.5.0', '< 1.6.0' # Until this is resolved: https://github.com/mitchellh/vagrant/issues/3769
|
|
3
3
|
unless Vagrant.has_plugin?('vagrant-solidus')
|
|
4
4
|
abort "\033[31mVagrant needs an additional plugin for this box, run `vagrant plugin install vagrant-solidus` and try again\033[0m"
|
|
5
5
|
end
|