capybara-webkit/capybara-webkit.gemspec

17 lines
623 B
Ruby
Raw Normal View History

2011-02-26 23:28:42 +00:00
Gem::Specification.new do |s|
s.name = "capybara-webkit"
s.version = "0.2.0"
s.authors = ["thoughtbot", "Joe Ferris", "Jason Morrison", "Tristan Dunn",
"Joshua Clayton", "Yuichi Tateno", "Aaron Gibralter"]
2011-02-26 23:28:42 +00:00
s.email = "support@thoughtbot.com"
2011-04-06 23:52:33 +00:00
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
2011-02-26 23:28:42 +00: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"
s.add_runtime_dependency "capybara", "~> 0.4.1"
s.extensions = "extconf.rb"
end