watir-classic 3.2.0.rc1 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGES +1 -1
  2. data/Gemfile.lock +1 -1
  3. data/VERSION +1 -1
  4. 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 and not a module - beware if you're monkey-patching.
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- watir-classic (3.1.0)
4
+ watir-classic (3.2.0.rc1)
5
5
  ffi (~> 1.0)
6
6
  nokogiri
7
7
  rautomation (~> 0.7.2)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.0.rc1
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.rc1
5
- prerelease: 6
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-17 00:00:00.000000000 Z
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: 1.3.1
326
+ version: '0'
327
327
  requirements:
328
328
  - Microsoft Windows running Internet Explorer 5.5 or later.
329
329
  rubyforge_project: