Bump to 0.5.0

This commit is contained in:
Joe Ferris 2011-06-14 10:59:57 -04:00
parent b03198f1a6
commit ec3a827060
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
Gem::Specification.new do |s|
s.name = "capybara-webkit"
s.version = "0.4.1"
s.version = "0.5.0"
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"]
"Christopher Meiklejohn", "John Barker", "Jeremy Wells",
"Chris Griego", "Shigeya Suzuki"]
s.email = "support@thoughtbot.com"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")