Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Update author list
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Nov 9, 2012
1 parent 87d3e11 commit fc472aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -179,7 +179,7 @@ See the CONTRIBUTING document.
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.

Expand Down
3 changes: 2 additions & 1 deletion capybara-webkit.gemspec
Expand Up @@ -4,7 +4,8 @@ require "capybara/webkit/version"
Gem::Specification.new do |s|
s.name = "capybara-webkit"
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.homepage = "http://github.com/thoughtbot/capybara-webkit"
s.summary = "Headless Webkit driver for Capybara"
Expand Down

0 comments on commit fc472aa

Please sign in to comment.