vagrant-guests-clearlinux 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b6f817a7620e0880e537f69ed13d3b7865a0e1dc534e5eb7a4837dab18788cd
4
- data.tar.gz: ab8b21cbd2ec00a0d781a64a7297cc920ed9466e18ba81eb8da16709f600fabd
3
+ metadata.gz: 53cf896359f256881f334be83c34dd1507151e2ec67af8d1e32c97810f8161b7
4
+ data.tar.gz: 72ab9653eb962657575a4f4a69fe8d3d1d54fd6b0637b0c66a5c28276ceefa5f
5
5
  SHA512:
6
- metadata.gz: 483d8e9dc59900043fd391e99c5fe7352f9d3a946596e26e8e8db8c3d6c0ae944f4cd062946e1e375582cc792ef14dd05e5ff5dbbf1ae0aa914a6c54a1ff028a
7
- data.tar.gz: eda0add3acbb97fb116ab497d94df4837c0847ca9c7aac7881d9d84b4a8136f6f46998cff8277221808bb477c7228cb078f96ccc4d1c4675e0466416b1305a61
6
+ metadata.gz: e0e6c261a39ac3a11dad6b73d04516bfb633f7f698d92c770317e4b289dee6c913622f37dcd30bfe33a5d025d6525cf8ecc50f6faf0a1e06cdea978de9da1f6a
7
+ data.tar.gz: ce809250327b1386f832613f01d71d20fe10cc0f418685f9d6b8415fceaab7e3e6effca5f168e021fe7ba88c265e60ab0bba56ad27e0407142973e864072dd64
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
+ *.vscode
1
2
  *.gem
2
3
  *.rbc
3
4
  /.config
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-0.0.3.gem
20
+ $ vagrant plugin install pkg/vagrant-guests-clearlinux-1.0.7.gem
21
21
  ```
22
22
 
23
23
  You can run RSpec with:
@@ -82,7 +82,7 @@ module VagrantPlugins
82
82
  end
83
83
 
84
84
  comm.sudo('systemctl daemon-reload')
85
- comm.sudo('systemctl restart systemd-networkd &')
85
+ comm.sudo('systemctl restart systemd-networkd')
86
86
  end
87
87
  end
88
88
 
@@ -4,6 +4,6 @@
4
4
  module VagrantPlugins
5
5
  # Set version for vagrant-guests-clearlinux gem.
6
6
  module GuestClearLinux
7
- VERSION = '1.0.6'
7
+ VERSION = '1.0.7'
8
8
  end
9
9
  end
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.6
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-02-17 00:00:00.000000000 Z
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.4
144
+ rubygems_version: 2.7.6
145
145
  signing_key:
146
146
  specification_version: 4
147
147
  summary: Clear Linux Guest Plugin for Vagrant