mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
827c3fc054
Closes #15
15 lines
554 B
Ruby
15 lines
554 B
Ruby
Gem::Specification.new do |s|
|
|
s.name = "capybara-webkit"
|
|
s.version = "0.1.6"
|
|
s.authors = ["thoughtbot", "Joe Ferris", "Jason Morrison", "Tristan Dunn"]
|
|
s.email = "support@thoughtbot.com"
|
|
s.files = `git ls-files`.split("\n")
|
|
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
|
|
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
|
|
|