2011-02-26 18:28:42 -05:00
|
|
|
Gem::Specification.new do |s|
|
|
|
|
s.name = "capybara-webkit"
|
2011-08-12 16:50:43 -04:00
|
|
|
s.version = "0.6.0"
|
2011-04-20 19:04:50 -04:00
|
|
|
s.authors = ["thoughtbot", "Joe Ferris", "Jason Morrison", "Tristan Dunn",
|
2011-05-24 21:26:41 -04:00
|
|
|
"Joshua Clayton", "Yuichi Tateno", "Aaron Gibralter",
|
2011-06-02 15:46:01 -04:00
|
|
|
"Vasily Reys", "petrushka", "John Bintz", "Chad Pytel",
|
2011-06-14 10:59:57 -04:00
|
|
|
"Christopher Meiklejohn", "John Barker", "Jeremy Wells",
|
|
|
|
"Chris Griego", "Shigeya Suzuki"]
|
2011-02-26 18:28:42 -05:00
|
|
|
s.email = "support@thoughtbot.com"
|
2011-04-06 19:52:33 -04:00
|
|
|
s.files = `git ls-files`.split("\n")
|
|
|
|
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
|
2011-02-26 18:28:42 -05:00
|
|
|
s.homepage = "http://github.com/thoughtbot/capybara-webkit"
|
|
|
|
s.require_path = "lib"
|
|
|
|
s.rubygems_version = "1.3.5"
|
|
|
|
s.summary = "Headless Webkit driver for Capybara"
|
2011-07-06 07:06:46 -04:00
|
|
|
s.add_runtime_dependency "capybara", "~> 1.0.0"
|
2011-02-26 18:28:42 -05:00
|
|
|
s.extensions = "extconf.rb"
|
|
|
|
end
|
|
|
|
|