auto_click 0.0.2 → 0.0.3
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/CHANGELOG +3 -0
- data/auto_click.gemspec +1 -1
- data/lib/auto_click/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
data/auto_click.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.email = ["erinata@gmail.com"]
|
|
11
11
|
s.homepage = ""
|
|
12
12
|
s.summary = %q{Smulating mouse click and cursor movement in Ruby}
|
|
13
|
-
s.description = %q{Provide several ruby methods for simulating mouse click and cursor movement in Windows. Currently only contains
|
|
13
|
+
s.description = %q{Provide several ruby methods for simulating mouse click and cursor movement in Windows. Currently only contains 5 methods (mouse_move(x,y), left_click, right_click, cursor_position and mouse_scroll).}
|
|
14
14
|
|
|
15
15
|
# s.rubyforge_project = "auto_click"
|
|
16
16
|
|
data/lib/auto_click/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.0.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- erinata
|
|
@@ -18,7 +18,7 @@ date: 2010-12-26 00:00:00 -06:00
|
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies: []
|
|
20
20
|
|
|
21
|
-
description: Provide several ruby methods for simulating mouse click and cursor movement in Windows. Currently only contains
|
|
21
|
+
description: Provide several ruby methods for simulating mouse click and cursor movement in Windows. Currently only contains 5 methods (mouse_move(x,y), left_click, right_click, cursor_position and mouse_scroll).
|
|
22
22
|
email:
|
|
23
23
|
- erinata@gmail.com
|
|
24
24
|
executables: []
|