uia 0.1.2 → 0.1.2.1

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.
Binary file
Binary file
data/lib/uia/element.rb CHANGED
@@ -38,7 +38,9 @@ module Uia
38
38
  top + end_y
39
39
  ]
40
40
 
41
- focus
41
+ until focused?
42
+ focus
43
+ end
42
44
  Library.drag *coords
43
45
  end
44
46
 
@@ -90,9 +92,7 @@ module Uia
90
92
  end
91
93
 
92
94
  def focus
93
- until focused?
94
- Library.focus(@element)
95
- end
95
+ Library.focus(@element)
96
96
  end
97
97
  end
98
98
  end
data/lib/uia/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Uia
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-11 00:00:00.000000000 Z
12
+ date: 2014-02-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ffi
@@ -250,7 +250,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
250
250
  version: '0'
251
251
  segments:
252
252
  - 0
253
- hash: 237115197
253
+ hash: -520580237
254
254
  required_rubygems_version: !ruby/object:Gem::Requirement
255
255
  none: false
256
256
  requirements:
@@ -259,7 +259,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
259
259
  version: '0'
260
260
  segments:
261
261
  - 0
262
- hash: 237115197
262
+ hash: -520580237
263
263
  requirements: []
264
264
  rubyforge_project:
265
265
  rubygems_version: 1.8.24