-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gemfiles
80 lines (80 loc) · 2.44 KB
/
.gemfiles
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.gemfiles
.gitattributes
.gitignore
Gemfile
HISTORY.markdown
LICENSE
README.markdown
Rakefile
TODO.markdown
VERSION
config/cucumber.yml
examples/quicknote/.gitignore
examples/quicknote/FormAboutU.dfm
examples/quicknote/FormAboutU.pas
examples/quicknote/FormMainU.dfm
examples/quicknote/FormMainU.pas
examples/quicknote/FormSplashU.dfm
examples/quicknote/FormSplashU.pas
examples/quicknote/Gemfile
examples/quicknote/LICENSE
examples/quicknote/README.markdown
examples/quicknote/Rakefile
examples/quicknote/TODO.markdown
examples/quicknote/dcu/.gitignore
examples/quicknote/exe/.gitignore
examples/quicknote/exe/quicknote.exe
examples/quicknote/lib/quicknote.rb
examples/quicknote/quicknote.cfg
examples/quicknote/quicknote.dof
examples/quicknote/quicknote.dpr
examples/quicknote/quicknote.res
examples/quicknote/spec/aruba_helper.rb
examples/quicknote/spec/quicknote/form_about_spec.rb
examples/quicknote/spec/quicknote/form_main_spec.rb
examples/quicknote/spec/quicknote/form_splash_spec.rb
examples/quicknote/spec/spec_helper.rb
examples/quicknote/spec/watchr.rb
examples/skeleton/.gitignore
examples/skeleton/Gemfile
examples/skeleton/HISTORY.markdown
examples/skeleton/LICENSE
examples/skeleton/README.markdown
examples/skeleton/Rakefile
examples/skeleton/TODO.markdown
examples/skeleton/config/cucumber.yml
examples/skeleton/dcu/.gitignore
examples/skeleton/exe/.gitignore
examples/skeleton/features/basic.feature
examples/skeleton/features/step_definitions/.gitignore
examples/skeleton/features/step_definitions/application_steps.rb
examples/skeleton/features/support/env.rb
examples/skeleton/lib/myapp.rb
examples/skeleton/spec/aruba_helper.rb
examples/skeleton/spec/myapp/form_about_spec.rb
examples/skeleton/spec/myapp/form_main_spec.rb
examples/skeleton/spec/spec_helper.rb
examples/skeleton/spec/watchr.rb
features/automating_an_application.feature
features/step_definitions/.gitignore
features/step_definitions/calculator_steps.rb
features/support/env.rb
lib/win32/autogui.rb
lib/win32/autogui/application.rb
lib/win32/autogui/input.rb
lib/win32/autogui/logging.rb
lib/win32/autogui/window.rb
lib/win32/autogui/windows/window.rb
spec/applications/calculator.rb
spec/applications/notepad.rb
spec/aruba_helper.rb
spec/auto_gui/application_spec.rb
spec/auto_gui/input_spec.rb
spec/auto_gui/logging_spec.rb
spec/auto_gui/window_spec.rb
spec/basic_gem/aruba_helper_spec.rb
spec/basic_gem/basic_gem_spec.rb
spec/basic_gem/gemspec_spec.rb
spec/spec_helper.rb
spec/watchr.rb
win32-autogui.gemspec