vagrant-guests-clearlinux 1.0.6 → 1.0.7
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/.gitignore +1 -0
- data/README.md +1 -1
- data/lib/vagrant-guests-clearlinux/cap/configure_networks.rb +1 -1
- data/lib/vagrant-guests-clearlinux/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53cf896359f256881f334be83c34dd1507151e2ec67af8d1e32c97810f8161b7
|
|
4
|
+
data.tar.gz: 72ab9653eb962657575a4f4a69fe8d3d1d54fd6b0637b0c66a5c28276ceefa5f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0e6c261a39ac3a11dad6b73d04516bfb633f7f698d92c770317e4b289dee6c913622f37dcd30bfe33a5d025d6525cf8ecc50f6faf0a1e06cdea978de9da1f6a
|
|
7
|
+
data.tar.gz: ce809250327b1386f832613f01d71d20fe10cc0f418685f9d6b8415fceaab7e3e6effca5f168e021fe7ba88c265e60ab0bba56ad27e0407142973e864072dd64
|
data/.gitignore
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-
|
|
20
|
+
$ vagrant plugin install pkg/vagrant-guests-clearlinux-1.0.7.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.7
|
|
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-
|
|
11
|
+
date: 2018-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
141
141
|
version: '0'
|
|
142
142
|
requirements: []
|
|
143
143
|
rubyforge_project:
|
|
144
|
-
rubygems_version: 2.7.
|
|
144
|
+
rubygems_version: 2.7.6
|
|
145
145
|
signing_key:
|
|
146
146
|
specification_version: 4
|
|
147
147
|
summary: Clear Linux Guest Plugin for Vagrant
|