boxgrinder-ubuntu-plugin 0.2.3 → 0.2.4

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.
Files changed (3) hide show
  1. data/Rakefile +1 -11
  2. data/lib/boxgrinder-ubuntu-plugin.rb +1 -1
  3. metadata +38 -20
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.3'
9
+ gem.version = '0.2.4'
10
10
  gem.name = "boxgrinder-ubuntu-plugin"
11
11
  gem.homepage = "http://github.com/rubiojr/boxgrinder-ubuntu-plugin"
12
12
  gem.license = "MIT"
@@ -26,13 +26,3 @@ Rake::TestTask.new(:test) do |test|
26
26
  end
27
27
 
28
28
  task :default => :build
29
-
30
- require 'rdoc/task'
31
- Rake::RDocTask.new do |rdoc|
32
- version = File.exist?('VERSION') ? File.read('VERSION') : ""
33
-
34
- rdoc.rdoc_dir = 'rdoc'
35
- rdoc.title = "boxgrinder-ubuntu-plugin #{version}"
36
- rdoc.rdoc_files.include('README*')
37
- rdoc.rdoc_files.include('lib/**/*.rb')
38
- end
@@ -10,7 +10,7 @@ module BoxGrinder
10
10
  register_deliverable(
11
11
  :disk => "#{@appliance_config.name}-sda.qcow2"
12
12
  )
13
- register_supported_os('ubuntu', ["lucid", "maveric", "natty", "oneiric"])
13
+ register_supported_os('ubuntu', ["lucid", "maveric", "natty", "oneiric", "precise"])
14
14
  end
15
15
 
16
16
  def execute(appliance_definition_file)
metadata CHANGED
@@ -1,24 +1,33 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: boxgrinder-ubuntu-plugin
3
- version: !ruby/object:Gem::Version
4
- version: 0.2.3
3
+ version: !ruby/object:Gem::Version
4
+ hash: 31
5
5
  prerelease:
6
+ segments:
7
+ - 0
8
+ - 2
9
+ - 4
10
+ version: 0.2.4
6
11
  platform: ruby
7
- authors:
12
+ authors:
8
13
  - Sergio Rubio
9
14
  autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
- date: 2012-01-18 00:00:00.000000000 Z
17
+
18
+ date: 2012-01-18 00:00:00 Z
13
19
  dependencies: []
20
+
14
21
  description: Ubuntu OS boxgrinder plugin
15
22
  email: rubiojr@frameos.org
16
23
  executables: []
24
+
17
25
  extensions: []
18
- extra_rdoc_files:
26
+
27
+ extra_rdoc_files:
19
28
  - LICENSE.txt
20
29
  - README.md
21
- files:
30
+ files:
22
31
  - .document
23
32
  - Changelog
24
33
  - LICENSE.txt
@@ -26,28 +35,37 @@ files:
26
35
  - Rakefile
27
36
  - lib/boxgrinder-ubuntu-plugin.rb
28
37
  homepage: http://github.com/rubiojr/boxgrinder-ubuntu-plugin
29
- licenses:
38
+ licenses:
30
39
  - MIT
31
40
  post_install_message:
32
41
  rdoc_options: []
33
- require_paths:
42
+
43
+ require_paths:
34
44
  - lib
35
- required_ruby_version: !ruby/object:Gem::Requirement
45
+ required_ruby_version: !ruby/object:Gem::Requirement
36
46
  none: false
37
- requirements:
38
- - - ! '>='
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
- required_rubygems_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ hash: 3
51
+ segments:
52
+ - 0
53
+ version: "0"
54
+ required_rubygems_version: !ruby/object:Gem::Requirement
42
55
  none: false
43
- requirements:
44
- - - ! '>='
45
- - !ruby/object:Gem::Version
46
- version: '0'
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ hash: 3
60
+ segments:
61
+ - 0
62
+ version: "0"
47
63
  requirements: []
64
+
48
65
  rubyforge_project:
49
- rubygems_version: 1.8.10
66
+ rubygems_version: 1.8.15
50
67
  signing_key:
51
68
  specification_version: 3
52
69
  summary: Ubuntu OS boxgrinder plugin
53
70
  test_files: []
71
+