diff --git a/README.md b/README.md index 7ac60ce..0c5ae1a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/capybara-webkit.gemspec b/capybara-webkit.gemspec index ef1bc65..b9f50ef 100644 --- a/capybara-webkit.gemspec +++ b/capybara-webkit.gemspec @@ -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"