vagrant-dustcloud 0.0.5 → 0.0.6
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/README.md +1 -1
- data/lib/vagrant-dustcloud/plugin.rb +1 -1
- data/lib/vagrant-dustcloud/version.rb +1 -1
- data/locales/{en.yaml → en.yml} +0 -0
- 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: efb61f1627fbc57d6d42c1806a4f19a2568f181689dba690682d2cc4a446f213
|
|
4
|
+
data.tar.gz: 0e32df9561b37ecf8e0f5acd12a389c29ee73a40d2645fba3be2c4f7fac2e262
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8f136b5464d78207dbfa7032f36647d5804b27b2e8fab24fcc213ed8bc81cb079136b0a38c9b47aae705767828c805a0e3733355aeae84f000721960f560eb5
|
|
7
|
+
data.tar.gz: 417d10ae744dbc3b8c4eb2210ef086111ad5859496d89999cc5a188cc8263af5cae81d7581262bd047dadec69a6a1ce052b123214907927f5377d53629f1a64d
|
data/README.md
CHANGED
|
@@ -18,7 +18,7 @@ $ vagrant up --provider=dustcloud
|
|
|
18
18
|
## Quick Start
|
|
19
19
|
After installing the plugin (instructions above), the quickest way to get started is to actually use a dummy Dustcloud box and specify all the details manually within a config.vm.provider block. So first, add the dummy box using any name you want:
|
|
20
20
|
```
|
|
21
|
-
$ vagrant box add dummy https://git.ludd.ltu.se/ludd/vagrant-dustcloud
|
|
21
|
+
$ vagrant box add dummy https://git.ludd.ltu.se/ludd/vagrant-dustcloud/-/raw/master/dummy.box?inline=false
|
|
22
22
|
...
|
|
23
23
|
```
|
|
24
24
|
And then make a Vagrantfile that looks like the following.
|
data/locales/{en.yaml → en.yml}
RENAMED
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-dustcloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Johan Jatko
|
|
@@ -87,7 +87,7 @@ files:
|
|
|
87
87
|
- lib/vagrant-dustcloud/provider.rb
|
|
88
88
|
- lib/vagrant-dustcloud/util/timer.rb
|
|
89
89
|
- lib/vagrant-dustcloud/version.rb
|
|
90
|
-
- locales/en.
|
|
90
|
+
- locales/en.yml
|
|
91
91
|
- vagrant-dustcloud.gemspec
|
|
92
92
|
homepage: https://www.ludd.ltu.se
|
|
93
93
|
licenses:
|