vagrant-systemd 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/vagrant-systemd.rb +0 -2
- data/vagrant-systemd.gemspec +2 -2
- metadata +2 -2
data/lib/vagrant-systemd.rb
CHANGED
@@ -50,12 +50,10 @@ module VagrantPlugins
|
|
50
50
|
end
|
51
51
|
|
52
52
|
guest_capability("systemd", "change_host_name") do
|
53
|
-
require_relative "cap/change_host_name"
|
54
53
|
Cap::ChangeHostName
|
55
54
|
end
|
56
55
|
|
57
56
|
guest_capability("systemd", "configure_networks") do
|
58
|
-
require_relative "cap/configure_networks"
|
59
57
|
Cap::ConfigureNetworks
|
60
58
|
end
|
61
59
|
end
|
data/vagrant-systemd.gemspec
CHANGED
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "vagrant-systemd"
|
5
|
-
s.version = "0.1.
|
5
|
+
s.version = "0.1.1"
|
6
6
|
s.authors = ["Benedikt Böhm"]
|
7
7
|
s.email = ["bb@xnull.de"]
|
8
|
-
s.homepage = "http://github.com/
|
8
|
+
s.homepage = "http://github.com/zentoo/vagrant-systemd"
|
9
9
|
s.summary = %q{Vagrant plugin to detect and support Systemd based systems}
|
10
10
|
s.description = %q{Vagrant plugin to detect and support Systemd based systems}
|
11
11
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-systemd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -26,7 +26,7 @@ files:
|
|
26
26
|
- Vagrantfile
|
27
27
|
- lib/vagrant-systemd.rb
|
28
28
|
- vagrant-systemd.gemspec
|
29
|
-
homepage: http://github.com/
|
29
|
+
homepage: http://github.com/zentoo/vagrant-systemd
|
30
30
|
licenses: []
|
31
31
|
post_install_message:
|
32
32
|
rdoc_options: []
|