mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
14 lines
611 B
Ruby
14 lines
611 B
Ruby
Gem::Specification.new do |s|
|
|
s.name = "capybara-webkit"
|
|
s.version = "0.1.0"
|
|
s.authors = ["thoughtbot", "Joe Ferris", "Jason Morrison", "Tristan Dunn"]
|
|
s.email = "support@thoughtbot.com"
|
|
s.files = Dir['[A-Z]*', 'lib/**/*.rb', 'spec/**/*.rb', '**/*.pro', 'src/*.cpp', 'src/*.h', 'src/*.qrc', 'src/*.pro', 'src/*.js', "extconf.rb", "bin/*"]
|
|
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
|
|
|