vagrant-systemd 0.1.0 → 0.1.1

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.
@@ -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
@@ -2,10 +2,10 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "vagrant-systemd"
5
- s.version = "0.1.0"
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/systemd/vagrant-systemd"
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.0
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/systemd/vagrant-systemd
29
+ homepage: http://github.com/zentoo/vagrant-systemd
30
30
  licenses: []
31
31
  post_install_message:
32
32
  rdoc_options: []