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.
- data/README.rdoc +1 -1
- data/Rakefile +2 -2
- data/lib/instalatron.rb +1 -1
- metadata +5 -4
data/README.rdoc
CHANGED
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/
|
|
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{
|
|
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
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:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
|
|
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:
|
|
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/
|
|
120
|
+
homepage: http://github.com/abiquo/instalatron
|
|
120
121
|
licenses:
|
|
121
122
|
- MIT
|
|
122
123
|
post_install_message:
|