selenium-webdriver 2.27.0 → 2.27.1

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,3 +1,19 @@
1
+ 2.27.1 (2012-12-07)
2
+ ===================
3
+
4
+ Firefox:
5
+ * Fix "g[b] is not an object" error when passing null to execute_script.
6
+
7
+ 2.27.0 (2012-12-06)
8
+ ===================
9
+
10
+ Firefox:
11
+ * Support for Firefox 17.
12
+ IE:
13
+ * Path to the server executable can be specified (S::W::IE.path=)
14
+ Other:
15
+ * Added :phantomjs driver
16
+
1
17
  2.26.0 (2012-11-02)
2
18
  ===================
3
19
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: selenium-webdriver
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.27.0
5
+ version: 2.27.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jari Bakken
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-12-06 00:00:00 +01:00
13
+ date: 2012-12-07 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency