boxgrinder-ubuntu-plugin 0.2.5 → 0.2.6

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.
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ require 'rake'
6
6
  require 'jeweler'
7
7
  Jeweler::Tasks.new do |gem|
8
8
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
9
- gem.version = '0.2.5'
9
+ gem.version = '0.2.6'
10
10
  gem.name = "boxgrinder-ubuntu-plugin"
11
11
  gem.homepage = "http://github.com/rubiojr/boxgrinder-ubuntu-plugin"
12
12
  gem.license = "MIT"
@@ -80,11 +80,8 @@ module BoxGrinder
80
80
  if commands_file
81
81
  extra_args << "--exec=#{commands_file}"
82
82
  end
83
- if ENV["BOXGRINDER_DEBUG_VMBUILDER"]
84
- extra_args << "--debug"
85
- else
86
- extra_args << '--quiet'
87
- end
83
+
84
+ extra_args << "--debug"
88
85
  extra_args << "--components=main,restricted,universe,multiverse"
89
86
 
90
87
  begin
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxgrinder-ubuntu-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-17 00:00:00.000000000 Z
12
+ date: 2012-03-01 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Ubuntu OS boxgrinder plugin
15
15
  email: rubiojr@frameos.org
@@ -46,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  version: '0'
47
47
  requirements: []
48
48
  rubyforge_project:
49
- rubygems_version: 1.8.16
49
+ rubygems_version: 1.8.17
50
50
  signing_key:
51
51
  specification_version: 3
52
52
  summary: Ubuntu OS boxgrinder plugin