vagrant-guests-clearlinux 1.0.7 → 1.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/Gemfile +1 -1
- data/README.md +1 -1
- data/lib/vagrant-guests-clearlinux/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: 9d3f6e6fe4ce1e991ec20b57d2a83f5361037c7000db0952d79f35b498a0a0e7
|
|
4
|
+
data.tar.gz: 6c21b603f0a51184c828ec818c0981959b67b555895e6dc5984a519c6e412b17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c93544745076376b72d1364f3c77ba7fcdfbe4b41b1d4ff24ac8e746e6d56b32b106b77818c775c420641412fc8a604a669d129f817301da5cc732c22f9ba64
|
|
7
|
+
data.tar.gz: 0c145e98a6d87bf0d7a3ceb29c5a6dd61f5a98f125b749b34690510cf8987a2d9e36c9a25fa975e1be26fd84393fdf6eeddd6883128785938ef325789d1abdce
|
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -17,7 +17,7 @@ To build and install the plugin directly from this repo:
|
|
|
17
17
|
```
|
|
18
18
|
$ bundle install
|
|
19
19
|
$ bundle exec rake build
|
|
20
|
-
$ vagrant plugin install pkg/vagrant-guests-clearlinux-1.0.
|
|
20
|
+
$ vagrant plugin install pkg/vagrant-guests-clearlinux-1.0.8.gem
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
You can run RSpec with:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-guests-clearlinux
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- António Meireles
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-03-
|
|
11
|
+
date: 2018-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|