watir-classic 3.2.0.rc1 → 3.2.0
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/CHANGES +1 -1
- data/Gemfile.lock +1 -1
- data/VERSION +1 -1
- metadata +5 -5
data/CHANGES
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
* Add Element#browser method as an alias for Element#page_container.
|
|
4
4
|
* Fix SelectList#{select|clear} to fire onChange events for <select> element.
|
|
5
|
-
* Watir::Browser is now a class
|
|
5
|
+
* Watir::Browser is now a class instead of a module - beware if you're monkey-patching.
|
|
6
6
|
|
|
7
7
|
== 3.1.0 - 2012/08/20
|
|
8
8
|
|
data/Gemfile.lock
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.2.0
|
|
1
|
+
3.2.0
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: watir-classic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.0
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 3.2.0
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Bret Pettichord
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-09-
|
|
12
|
+
date: 2012-09-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: win32-process
|
|
@@ -321,9 +321,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
321
321
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
322
322
|
none: false
|
|
323
323
|
requirements:
|
|
324
|
-
- - ! '
|
|
324
|
+
- - ! '>='
|
|
325
325
|
- !ruby/object:Gem::Version
|
|
326
|
-
version:
|
|
326
|
+
version: '0'
|
|
327
327
|
requirements:
|
|
328
328
|
- Microsoft Windows running Internet Explorer 5.5 or later.
|
|
329
329
|
rubyforge_project:
|