mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Bump to 0.5.0
This commit is contained in:
parent
b03198f1a6
commit
ec3a827060
1 changed files with 3 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue