webdriver-firefox 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/webdriver-firefox/version.rb +1 -1
- metadata +4 -4
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 6
|
9
|
+
version: 0.0.6
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Solano Labs
|
@@ -46,7 +46,7 @@ files:
|
|
46
46
|
- lib/webdriver-firefox/port_pool.rb
|
47
47
|
- lib/webdriver-firefox/version.rb
|
48
48
|
has_rdoc: true
|
49
|
-
homepage:
|
49
|
+
homepage: https://github.com/solanolabs/webdriver-firefox
|
50
50
|
licenses: []
|
51
51
|
|
52
52
|
post_install_message:
|
@@ -76,6 +76,6 @@ rubyforge_project: tddium
|
|
76
76
|
rubygems_version: 1.3.7
|
77
77
|
signing_key:
|
78
78
|
specification_version: 3
|
79
|
-
summary: WebdriverFirefox
|
79
|
+
summary: WebdriverFirefox with no locking-port logic
|
80
80
|
test_files: []
|
81
81
|
|