au3 0.1.0

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.
metadata ADDED
@@ -0,0 +1,101 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: au3
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Marvin Guelker
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-10-10 00:00:00 +02:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: win32-api
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "1.4"
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: test-unit
27
+ type: :runtime
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: "2.0"
34
+ version:
35
+ description: " au3 is a gem that provides Ruby bindings to the AutoIt Windows automation tool by \n\
36
+ using it's DLL interface AutoItX. \n"
37
+ email: sutniuq@gmx.net
38
+ executables: []
39
+
40
+ extensions: []
41
+
42
+ extra_rdoc_files: []
43
+
44
+ files:
45
+ - test/test_clipboard.rb
46
+ - test/test_ini.rb
47
+ - test/test_keyboard.rb
48
+ - test/test_mouse.rb
49
+ - test/test_process.rb
50
+ - test/test_tray.rb
51
+ - test/test_window.rb
52
+ - lib/HISTORY.rdoc
53
+ - lib/README.rdoc
54
+ - lib/au3.rb
55
+ - lib/AutoItX3/au3.rb
56
+ - lib/AutoItX3/control.rb
57
+ - lib/AutoItX3/filedir.rb
58
+ - lib/AutoItX3/graphic.rb
59
+ - lib/AutoItX3/keyboard.rb
60
+ - lib/AutoItX3/misc.rb
61
+ - lib/AutoItX3/mouse.rb
62
+ - lib/AutoItX3/process.rb
63
+ - lib/AutoItX3/window.rb
64
+ has_rdoc: true
65
+ homepage:
66
+ licenses: []
67
+
68
+ post_install_message:
69
+ rdoc_options:
70
+ - " -m 'lib/README.rdoc'"
71
+ - -t 'au3 RDocs'
72
+ require_paths:
73
+ - lib
74
+ required_ruby_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: "1.9"
79
+ version:
80
+ required_rubygems_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: "0"
85
+ version:
86
+ requirements:
87
+ - Microsoft Windows
88
+ - AutoItX3.dll from AutoIt3
89
+ rubyforge_project: Automations
90
+ rubygems_version: 1.3.5
91
+ signing_key:
92
+ specification_version: 3
93
+ summary: A binding to the AutoItX3 Windows automation tool.
94
+ test_files:
95
+ - test/test_clipboard.rb
96
+ - test/test_ini.rb
97
+ - test/test_keyboard.rb
98
+ - test/test_mouse.rb
99
+ - test/test_process.rb
100
+ - test/test_tray.rb
101
+ - test/test_window.rb