selenium-webdriver 2.0.1 → 2.1.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 CHANGED
@@ -1,9 +1,15 @@
1
+ 2.1.0 (2011-07-18)
2
+ ==================
3
+
4
+ * Various improvments to the IE driver (#2049, #1870)
5
+ * Atoms fixes (#1776, #1972).
6
+ * Synthetic mouse clicks do not propagate errors in onmouseover.
7
+
1
8
  2.0.1 (2011-07-11)
2
9
  ==================
3
10
 
4
11
  * Make sure at_exit hooks aren't inherited by child processes.
5
12
 
6
-
7
13
  2.0.0 (2011-07-08)
8
14
  ==================
9
15
 
data/README CHANGED
@@ -8,14 +8,14 @@ gem install selenium-webdriver
8
8
 
9
9
  = LINKS
10
10
 
11
- * http://gemcutter.org/gems/selenium-webdriver
11
+ * http://rubygems.org/gems/selenium-webdriver
12
12
  * http://selenium.googlecode.com/svn/trunk/docs/api/rb/index.html
13
13
  * http://code.google.com/p/selenium/wiki/RubyBindings
14
14
  * http://code.google.com/p/selenium/issues/list
15
15
 
16
16
  = LICENSE
17
17
 
18
- Copyright 2009-2010 WebDriver committers
18
+ Copyright 2009-2011 WebDriver committers
19
19
 
20
20
  Licensed under the Apache License, Version 2.0 (the "License");
21
21
  you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selenium-webdriver
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
- - 0
9
8
  - 1
10
- version: 2.0.1
9
+ - 0
10
+ version: 2.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jari Bakken
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-11 00:00:00 Z
18
+ date: 2011-07-18 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: json_pure