vagrant-zentoo 0.1.2 → 0.1.3

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.
@@ -12,6 +12,7 @@ module Vagrant
12
12
  exit 0
13
13
  :network_static: |
14
14
  # The contents below are automatically generated by Vagrant. Donot modify.
15
+ ip link set eth<%= options[:interface] %> up
15
16
  ip addr add <%= options[:ip] %>/<%= options[:netmask] %> dev eth<%= options[:interface] %>
16
17
  exit 0
17
18
  EOF
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "vagrant-zentoo"
5
- s.version = "0.1.2"
5
+ s.version = "0.1.3"
6
6
  s.authors = ["Benedikt Böhm"]
7
7
  s.email = ["bb@xnull.de"]
8
8
  s.homepage = "http://github.com/zentoo/vagrant-zentoo"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-zentoo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-05-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: vagrant
16
- requirement: &12349180 !ruby/object:Gem::Requirement
16
+ requirement: &19240700 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 1.0.3
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *12349180
24
+ version_requirements: *19240700
25
25
  description: Vagrant plugin to detect and support Zentoo Linux
26
26
  email:
27
27
  - bb@xnull.de