From 1f671cab20115b62f201a9a5280ef2fb5c5e22ec Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Wed, 20 Apr 2011 19:04:50 -0400 Subject: [PATCH] Bumped to 0.2.0 and updated the author list --- capybara-webkit.gemspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/capybara-webkit.gemspec b/capybara-webkit.gemspec index 297ee8f3..2f2c29a6 100644 --- a/capybara-webkit.gemspec +++ b/capybara-webkit.gemspec @@ -1,7 +1,8 @@ Gem::Specification.new do |s| s.name = "capybara-webkit" - s.version = "0.1.7" - s.authors = ["thoughtbot", "Joe Ferris", "Jason Morrison", "Tristan Dunn"] + s.version = "0.2.0" + s.authors = ["thoughtbot", "Joe Ferris", "Jason Morrison", "Tristan Dunn", + "Joshua Clayton", "Yuichi Tateno", "Aaron Gibralter"] s.email = "support@thoughtbot.com" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {spec,features}/*`.split("\n")