boxgrinder-ubuntu-plugin 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -52,9 +52,9 @@ There are no binary packages for the libguestfs ruby bindings ATM. Grab the gem
52
52
 
53
53
  boxgrinder-build -l boxgrinder-ubuntu-plugin ubuntu.appl
54
54
 
55
- There's a sample appliance definition at:
55
+ There are sample appliance definitions at:
56
56
 
57
- https://github.com/rubiojr/boxgrinder-appliances/tree/master/ubuntu-natty
57
+ https://github.com/rubiojr/boxgrinder-appliances
58
58
 
59
59
  ## DEV TIPS ##
60
60
  Environment variables useful to debug the plugin:
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.2'
9
+ gem.version = '0.2.3'
10
10
  gem.name = "boxgrinder-ubuntu-plugin"
11
11
  gem.homepage = "http://github.com/rubiojr/boxgrinder-ubuntu-plugin"
12
12
  gem.license = "MIT"
@@ -4,6 +4,8 @@ require 'boxgrinder-core/errors'
4
4
 
5
5
  module BoxGrinder
6
6
  class UbuntuPlugin < BasePlugin
7
+ plugin :type => :os, :name => :ubuntu, :full_name => "Ubuntu", :versions => ["lucid", "maveric", "natty", "oneiric", "precise"]
8
+
7
9
  def after_init
8
10
  register_deliverable(
9
11
  :disk => "#{@appliance_config.name}-sda.qcow2"
@@ -118,6 +120,3 @@ module BoxGrinder
118
120
 
119
121
  end
120
122
  end
121
-
122
- plugin :class => BoxGrinder::UbuntuPlugin, :type => :os, :name => :ubuntu, :full_name => "Ubuntu", :versions => ["lucid", "maveric", "natty", "oneiric"]
123
-
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.2
4
+ version: 0.2.3
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: 2011-11-16 00:00:00.000000000 Z
12
+ date: 2012-01-18 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Ubuntu OS boxgrinder plugin
15
15
  email: rubiojr@frameos.org