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 CHANGED
@@ -1,3 +1,6 @@
1
+ 0.0.3
2
+ Fix gemspec description.
3
+
1
4
  0.0.2
2
5
  Implement mouse_scroll and cursor_position. Rename move_mouse to mouse_move.
3
6
 
@@ -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 3 methods (move_mouse(x,y), left_click and right_click).}
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
 
@@ -1,3 +1,3 @@
1
1
  module AutoClick
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
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 3 methods (move_mouse(x,y), left_click and right_click).
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: []