mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Update author list
This commit is contained in:
parent
87d3e11e7f
commit
fc472aa275
2 changed files with 3 additions and 2 deletions
|
@ -179,7 +179,7 @@ See the CONTRIBUTING document.
|
||||||
About
|
About
|
||||||
-----
|
-----
|
||||||
|
|
||||||
The capybara WebKit driver is maintained by Joe Ferris and Matt Mongeau. It was written by [thoughtbot, inc](http://thoughtbot.com/community) with the help of numerous [contributions from the open source community](https://github.com/thoughtbot/capybara-webkit/contributors).
|
The capybara WebKit driver is maintained by Joe Ferris and Matt Horan. It was written by [thoughtbot, inc](http://thoughtbot.com/community) with the help of numerous [contributions from the open source community](https://github.com/thoughtbot/capybara-webkit/contributors).
|
||||||
|
|
||||||
Code for rendering the current webpage to a PNG is borrowed from Phantom.js' implementation.
|
Code for rendering the current webpage to a PNG is borrowed from Phantom.js' implementation.
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,8 @@ require "capybara/webkit/version"
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "capybara-webkit"
|
s.name = "capybara-webkit"
|
||||||
s.version = Capybara::Driver::Webkit::VERSION.dup
|
s.version = Capybara::Driver::Webkit::VERSION.dup
|
||||||
s.authors = ["thoughtbot", "Joe Ferris", "Matt Mongeau", "Mike Burns", "Jason Morrison"]
|
s.authors = ["thoughtbot", "Joe Ferris", "Matt Horan", "Matt Mongeau",
|
||||||
|
"Mike Burns", "Jason Morrison"]
|
||||||
s.email = "support@thoughtbot.com"
|
s.email = "support@thoughtbot.com"
|
||||||
s.homepage = "http://github.com/thoughtbot/capybara-webkit"
|
s.homepage = "http://github.com/thoughtbot/capybara-webkit"
|
||||||
s.summary = "Headless Webkit driver for Capybara"
|
s.summary = "Headless Webkit driver for Capybara"
|
||||||
|
|
Loading…
Reference in a new issue