mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Update authors
This commit is contained in:
parent
7be8f94c5f
commit
8674ef7a51
2 changed files with 2 additions and 6 deletions
|
@ -52,7 +52,7 @@ See the CONTRIBUTING document.
|
||||||
About
|
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.
|
Code for rendering the current webpage to a PNG is borrowed from Phantom.js' implementation.
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "capybara-webkit"
|
s.name = "capybara-webkit"
|
||||||
s.version = "0.7.2"
|
s.version = "0.7.2"
|
||||||
s.authors = ["thoughtbot", "Joe Ferris", "Jason Morrison", "Tristan Dunn",
|
s.authors = ["thoughtbot", "Joe Ferris", "Matt Mongeau", "Mike Burns", "Jason Morrison"]
|
||||||
"Joshua Clayton", "Yuichi Tateno", "Aaron Gibralter",
|
|
||||||
"Vasily Reys", "petrushka", "John Bintz", "Chad Pytel",
|
|
||||||
"Christopher Meiklejohn", "John Barker", "Jeremy Wells",
|
|
||||||
"Chris Griego", "Shigeya Suzuki"]
|
|
||||||
s.email = "support@thoughtbot.com"
|
s.email = "support@thoughtbot.com"
|
||||||
s.files = `git ls-files`.split("\n")
|
s.files = `git ls-files`.split("\n")
|
||||||
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
|
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
|
||||||
|
|
Loading…
Reference in a new issue