Update authors

This commit is contained in:
Joe Ferris 2011-11-01 17:00:28 -04:00
parent 7be8f94c5f
commit 8674ef7a51
2 changed files with 2 additions and 6 deletions

View File

@ -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.

View File

@ -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")