instalatron 0.1 → 0.1.1

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 (4) hide show
  1. data/README.rdoc +1 -1
  2. data/Rakefile +2 -2
  3. data/lib/instalatron.rb +1 -1
  4. metadata +5 -4
data/README.rdoc CHANGED
@@ -14,6 +14,6 @@ Description goes here.
14
14
 
15
15
  == Copyright
16
16
 
17
- Copyright (c) 2011 Sergio Rubio. See LICENSE.txt for
17
+ Copyright (c) 2011 Abiquo Inc. See LICENSE.txt for
18
18
  further details.
19
19
 
data/Rakefile CHANGED
@@ -15,10 +15,10 @@ Jeweler::Tasks.new do |gem|
15
15
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
16
16
  gem.version = Instalatron::VERSION
17
17
  gem.name = "instalatron"
18
- gem.homepage = "http://github.com/rubiojr/instalatron"
18
+ gem.homepage = "http://github.com/abiquo/instalatron"
19
19
  gem.license = "MIT"
20
20
  gem.summary = %Q{Abiquo Installer Testing Framework}
21
- gem.description = %Q{Test graphical installers using VirtualBox plus image recognition technics}
21
+ gem.description = %Q{Tests graphical installers using VirtualBox, keyboard driven input and image recognition technics}
22
22
  gem.email = "srubio@abiquo.com"
23
23
  gem.authors = ["Sergio Rubio"]
24
24
  # Include your dependencies below. Runtime dependencies are required when using your gem,
data/lib/instalatron.rb CHANGED
@@ -4,7 +4,7 @@ require 'virtualbox'
4
4
 
5
5
  module Instalatron
6
6
 
7
- VERSION = '0.1'
7
+ VERSION = '0.1.1'
8
8
 
9
9
  def self.create_vm(params = {})
10
10
  vm_name = params[:vm_name] || "instalatron_#{Time.now.to_f}"
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instalatron
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- version: "0.1"
9
+ - 1
10
+ version: 0.1.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Sergio Rubio
@@ -93,7 +94,7 @@ dependencies:
93
94
  name: virtualbox
94
95
  prerelease: false
95
96
  type: :runtime
96
- description: Test graphical installers using VirtualBox plus image recognition technics
97
+ description: Tests graphical installers using VirtualBox, keyboard driven input and image recognition technics
97
98
  email: srubio@abiquo.com
98
99
  executables:
99
100
  - print-yaml-keyseq
@@ -116,7 +117,7 @@ files:
116
117
  - bin/instalatron-record
117
118
  - bin/print-yaml-keyseq
118
119
  - lib/instalatron.rb
119
- homepage: http://github.com/rubiojr/instalatron
120
+ homepage: http://github.com/abiquo/instalatron
120
121
  licenses:
121
122
  - MIT
122
123
  post_install_message: