selenium-webdriver 2.19.0.rc2 → 2.19.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.
Files changed (2) hide show
  1. data/CHANGES +16 -0
  2. metadata +4 -4
data/CHANGES CHANGED
@@ -1,3 +1,19 @@
1
+ 2.19.0 (2012-02-08)
2
+ ===================
3
+
4
+ * RC client supports server-side WebDriver-backed Selenium.
5
+ * Touch APIs implemented in the Ruby client (Android only)
6
+ * Firefox:
7
+ * Fix deserialization of user.js in Firefox::Profile
8
+ * Native events implemented for Firefox 10.
9
+ * Renamed the experimental "fast" page loaded strategy "unstable"
10
+ and disable queuing of commands when it's enabled.
11
+ * Disabled native events for Firefox 8 as it's deprecated by Mozilla.
12
+ * Fix for exceptions thrown when an alert occurs during script execution.
13
+ * Chrome:
14
+ * New download link for the server component:
15
+ http://code.google.com/p/chromedriver/downloads/list
16
+
1
17
  2.18.0 (2012-01-27)
2
18
  ===================
3
19
 
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selenium-webdriver
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: 7
5
- version: 2.19.0.rc2
4
+ prerelease:
5
+ version: 2.19.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jari Bakken
@@ -232,9 +232,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
232
232
  required_rubygems_version: !ruby/object:Gem::Requirement
233
233
  none: false
234
234
  requirements:
235
- - - ">"
235
+ - - ">="
236
236
  - !ruby/object:Gem::Version
237
- version: 1.3.1
237
+ version: "0"
238
238
  requirements: []
239
239
 
240
240
  rubyforge_project: