sikuli 0.2.1 → 0.2.2
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/lib/sikuli/version.rb +1 -1
- metadata +15 -17
data/lib/sikuli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sikuli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
version: 0.2.2
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Chas Lemley
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-12-04 00:00:00.000000000
|
|
13
|
-
default_executable:
|
|
12
|
+
date: 2011-12-04 00:00:00.000000000 Z
|
|
14
13
|
dependencies:
|
|
15
14
|
- !ruby/object:Gem::Dependency
|
|
16
15
|
name: rspec
|
|
17
|
-
|
|
16
|
+
requirement: &2152562440 !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
21
|
version: '0'
|
|
22
|
-
none: false
|
|
23
|
-
requirement: *2086
|
|
24
|
-
prerelease: false
|
|
25
22
|
type: :development
|
|
26
|
-
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: *2152562440
|
|
25
|
+
description: Sikuli allows you to interact with your application's user interface
|
|
26
|
+
using image based search to automate user actions.
|
|
27
27
|
email:
|
|
28
28
|
- chas.lemley@gmail.com
|
|
29
29
|
executables: []
|
|
@@ -59,29 +59,28 @@ files:
|
|
|
59
59
|
- spec/support/images/green_apple.png
|
|
60
60
|
- spec/support/images/smiley_face.png
|
|
61
61
|
- spec/support/images/test_area.jpg
|
|
62
|
-
has_rdoc: true
|
|
63
62
|
homepage: https://github.com/chaslemley/sikuli_ruby
|
|
64
63
|
licenses: []
|
|
65
|
-
post_install_message:
|
|
64
|
+
post_install_message:
|
|
66
65
|
rdoc_options: []
|
|
67
66
|
require_paths:
|
|
68
67
|
- lib
|
|
69
68
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
69
|
+
none: false
|
|
70
70
|
requirements:
|
|
71
71
|
- - ! '>='
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
73
|
version: '0'
|
|
74
|
-
none: false
|
|
75
74
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
|
+
none: false
|
|
76
76
|
requirements:
|
|
77
77
|
- - ! '>='
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
79
|
version: '0'
|
|
80
|
-
none: false
|
|
81
80
|
requirements: []
|
|
82
81
|
rubyforge_project: sikuli
|
|
83
|
-
rubygems_version: 1.
|
|
84
|
-
signing_key:
|
|
82
|
+
rubygems_version: 1.8.10
|
|
83
|
+
signing_key:
|
|
85
84
|
specification_version: 3
|
|
86
85
|
summary: Ruby wrapper for Sikuli GUI automation library
|
|
87
86
|
test_files:
|
|
@@ -97,4 +96,3 @@ test_files:
|
|
|
97
96
|
- spec/support/images/green_apple.png
|
|
98
97
|
- spec/support/images/smiley_face.png
|
|
99
98
|
- spec/support/images/test_area.jpg
|
|
100
|
-
...
|