Bump to 0.4.0

This commit is contained in:
Joe Ferris 2011-05-24 21:26:41 -04:00
parent 4e73aec414
commit e12198152d
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
Gem::Specification.new do |s|
s.name = "capybara-webkit"
s.version = "0.3.0"
s.version = "0.4.0"
s.authors = ["thoughtbot", "Joe Ferris", "Jason Morrison", "Tristan Dunn",
"Joshua Clayton", "Yuichi Tateno", "Aaron Gibralter"]
"Joshua Clayton", "Yuichi Tateno", "Aaron Gibralter",
"Vasily Reys", "petrushka", "John Bintz",
"Christopher Meiklejohn", "John Barker", "Jeremy Wells"]
s.email = "support@thoughtbot.com"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")