From 8674ef7a51b95720c7ca7ff3838daefce316068e Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Tue, 1 Nov 2011 17:00:28 -0400 Subject: [PATCH] Update authors --- README.md | 2 +- capybara-webkit.gemspec | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8eef349b..ee16bf17 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ See the CONTRIBUTING document. About ----- -The capybara WebKit driver was written by Joe Ferris, Tristan Dunn, and Jason Morrison from [thoughtbot, inc](http://thoughtbot.com/community). +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). 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 e7d62a36..c5a5b262 100644 --- a/capybara-webkit.gemspec +++ b/capybara-webkit.gemspec @@ -1,11 +1,7 @@ Gem::Specification.new do |s| s.name = "capybara-webkit" s.version = "0.7.2" - s.authors = ["thoughtbot", "Joe Ferris", "Jason Morrison", "Tristan Dunn", - "Joshua Clayton", "Yuichi Tateno", "Aaron Gibralter", - "Vasily Reys", "petrushka", "John Bintz", "Chad Pytel", - "Christopher Meiklejohn", "John Barker", "Jeremy Wells", - "Chris Griego", "Shigeya Suzuki"] + s.authors = ["thoughtbot", "Joe Ferris", "Matt Mongeau", "Mike Burns", "Jason Morrison"] s.email = "support@thoughtbot.com" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {spec,features}/*`.split("\n")