vagrant-zentoo 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,8 +19,6 @@ EOF
19
19
  def configure_networks(networks)
20
20
  # Configure each network interface
21
21
  networks.each do |network|
22
- puts network[:type]
23
- puts TEMPLATES.inspect
24
22
  entry = TemplateRenderer.render_string(TEMPLATES["network_#{network[:type]}".to_sym], :options => network)
25
23
 
26
24
  # Upload the entry to a temporary location
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "vagrant-zentoo"
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
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.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-05-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: vagrant
16
- requirement: &6997740 !ruby/object:Gem::Requirement
16
+ requirement: &7919340 !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: *6997740
24
+ version_requirements: *7919340
25
25
  description: Vagrant plugin to detect and support Zentoo Linux
26
26
  email:
27
27
  - bb@xnull.de