rautomation 0.6.2 → 0.6.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/History.rdoc CHANGED
@@ -1,3 +1,8 @@
1
+ == Version 0.6.3 / 2011-07-16
2
+
3
+ * use current window's handle (hwnd) in WinFfi::Window#child method
4
+
5
+
1
6
  == Version 0.6.2 / 2011-07-07
2
7
 
3
8
  === WinFFI adapter
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.2
1
+ 0.6.3
@@ -205,7 +205,7 @@ module RAutomation
205
205
  # @param (see Window#initialize)
206
206
  # @return [RAutomation::Window] child window, popup or regular window.
207
207
  def child(locators)
208
- RAutomation::Window.new Functions.child_window_locators(hwnd, locators)
208
+ RAutomation::Window.new Functions.child_window_locators(@window.hwnd, locators)
209
209
  end
210
210
  end
211
211
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rautomation
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 2
10
- version: 0.6.2
9
+ - 3
10
+ version: 0.6.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jarmo Pertman
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-07 00:00:00 Z
18
+ date: 2011-07-16 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rspec