selenium-webdriver 2.45.0.dev2 → 2.45.0.dev3
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/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/selenium/webdriver/firefox/extension/webdriver.xpi +0 -0
- data/selenium-webdriver.gemspec +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -15,7 +15,7 @@ This gem provides Ruby bindings for WebDriver and has been tested to work on MRI
|
|
|
15
15
|
|
|
16
16
|
## License
|
|
17
17
|
|
|
18
|
-
Copyright 2009-
|
|
18
|
+
Copyright 2009-2015 Software Freedom Conservancy
|
|
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.
|
|
Binary file
|
data/selenium-webdriver.gemspec
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: selenium-webdriver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: 7
|
|
5
|
-
version: 2.45.0.
|
|
5
|
+
version: 2.45.0.dev3
|
|
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: 2015-
|
|
13
|
+
date: 2015-02-03 00:00:00 +01:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|