findcontrol 0.0.3 → 0.0.5

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.
Files changed (3) hide show
  1. data/findcontrol.rb +0 -12
  2. data/lib/TCLib.rb +0 -1
  3. metadata +6 -5
@@ -14,15 +14,3 @@ require_all Dir.glob(my_path + "/bin/**/*.rb")
14
14
  require_all Dir.glob(my_path + "/lib/*.rb")
15
15
 
16
16
  FindControlGui.new().show
17
-
18
-
19
-
20
- # begin
21
- # @proj ||= Proj.new(File.join(my_path, "lib", "testcomplete", "project", "AutomationPathProject", "AutomationPathProject.pjs").gsub("/","\\"))
22
- # control_path=@proj.AutomationPathProject.Helper.GetAutomationPathForControlUnderMouse
23
- # Clipboard.set_data(control_path)
24
- # puts control_path
25
- # rescue => e
26
- # puts e
27
- # end
28
-
@@ -1,6 +1,5 @@
1
1
  require 'win32ole'
2
2
  require 'rubygems'
3
- #require 'pry'
4
3
 
5
4
  include WIN32OLE::VARIANT
6
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: findcontrol
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir:
11
11
  - .
12
12
  cert_chain: []
13
- date: 2013-02-22 00:00:00.000000000 Z
13
+ date: 2013-02-26 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: vrlib
@@ -76,7 +76,7 @@ dependencies:
76
76
  - - ! '>='
77
77
  - !ruby/object:Gem::Version
78
78
  version: 0.0.1
79
- description: Test automation helper tool
79
+ description: Test automation helper tool for my custom automation application
80
80
  email: github@nigelthorne.com
81
81
  executables:
82
82
  - findcontrol.rb
@@ -97,7 +97,7 @@ files:
97
97
  - lib/testcomplete/project/AutomationPathProject/AutomationPathProject/AutomationPathProject.mds
98
98
  - bin/glade/crosshairs.gif
99
99
  - ./findcontrol.rb
100
- homepage: http://www.nigelthorne.com/
100
+ homepage: http://github.com/NigelThorne/findcontrol
101
101
  licenses: []
102
102
  post_install_message:
103
103
  rdoc_options: []
@@ -120,5 +120,6 @@ rubyforge_project: nowarning
120
120
  rubygems_version: 1.8.24
121
121
  signing_key:
122
122
  specification_version: 3
123
- summary: SpyApp for detecting control automation paths. Requires TestComplete8
123
+ summary: Spy-type App for detecting control automation paths - only useful for my
124
+ custom test automation application. Requires TestComplete8
124
125
  test_files: []