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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 272a9f6a7493a0e03ad17e99ae2f3645a2cf379f462e648c744d2029c8d96f90
4
- data.tar.gz: cba88ed71023e27524ea5847cc5ad7f5e52004daf9daa0aac483b14a20069dd3
3
+ metadata.gz: efb61f1627fbc57d6d42c1806a4f19a2568f181689dba690682d2cc4a446f213
4
+ data.tar.gz: 0e32df9561b37ecf8e0f5acd12a389c29ee73a40d2645fba3be2c4f7fac2e262
5
5
  SHA512:
6
- metadata.gz: 3a6acacca644325a3f45971a39079821c1c6925a92b04917fae2f550e7c3838a1c3cc2dc4d321cfe7bf292138a0eaeac418d5a949f5f5c5f7ac142f3d2368741
7
- data.tar.gz: be4d1851abbfd48b58da6ecf45c34e132b30d1a27520370c37e63ba9507e6da665b705eac271da2e2b9bead989c9332420e8fa20c08e5497f2e67c5ff243de1c
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/raw/master/dummy.box
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.
@@ -30,7 +30,7 @@ module VagrantPlugins
30
30
  end
31
31
 
32
32
  def self.setup_i18n
33
- I18n.load_path << File.expand_path("locales/en.yaml", Dustcloud.source_root)
33
+ I18n.load_path << File.expand_path("locales/en.yml", Dustcloud.source_root)
34
34
  I18n.reload!
35
35
  end
36
36
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Dustcloud
3
- VERSION = '0.0.5'
3
+ VERSION = '0.0.6'
4
4
  end
5
5
  end
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.5
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.yaml
90
+ - locales/en.yml
91
91
  - vagrant-dustcloud.gemspec
92
92
  homepage: https://www.ludd.ltu.se
93
93
  licenses: