watir 1.9.0.rc2 → 1.9.0.rc3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0.rc2
1
+ 1.9.0.rc3
@@ -31,7 +31,7 @@ module Watir
31
31
  begin
32
32
  original_timeout = RAutomation::Window.wait_timeout
33
33
  RAutomation::Window.wait_timeout = @timeout
34
- ::RAutomation::Window.new(:title => @opts[:title] || /^(#{WINDOW_TITLES.join('|')})$/)
34
+ @window = ::RAutomation::Window.new(:title => @opts[:title] || /^(#{WINDOW_TITLES.join('|')})$/)
35
35
  ensure
36
36
  RAutomation::Window.wait_timeout = original_timeout
37
37
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watir
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424161
4
+ hash: 15424163
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 9
9
9
  - 0
10
10
  - rc
11
- - 2
12
- version: 1.9.0.rc2
11
+ - 3
12
+ version: 1.9.0.rc3
13
13
  platform: ruby
14
14
  authors:
15
15
  - Bret Pettichord
@@ -59,14 +59,14 @@ dependencies:
59
59
  requirements:
60
60
  - - "="
61
61
  - !ruby/object:Gem::Version
62
- hash: 15424161
62
+ hash: 15424163
63
63
  segments:
64
64
  - 1
65
65
  - 9
66
66
  - 0
67
67
  - rc
68
- - 2
69
- version: 1.9.0.rc2
68
+ - 3
69
+ version: 1.9.0.rc3
70
70
  type: :runtime
71
71
  version_requirements: *id003
72
72
  - !ruby/object:Gem::Dependency
@@ -77,14 +77,14 @@ dependencies:
77
77
  requirements:
78
78
  - - "="
79
79
  - !ruby/object:Gem::Version
80
- hash: 15424161
80
+ hash: 15424163
81
81
  segments:
82
82
  - 1
83
83
  - 9
84
84
  - 0
85
85
  - rc
86
- - 2
87
- version: 1.9.0.rc2
86
+ - 3
87
+ version: 1.9.0.rc3
88
88
  type: :runtime
89
89
  version_requirements: *id004
90
90
  - !ruby/object:Gem::Dependency