forked from thoughtbot/capybara-webkit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcapybara-webkit.gemspec
More file actions
19 lines (18 loc) · 815 Bytes
/
capybara-webkit.gemspec
File metadata and controls
19 lines (18 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Gem::Specification.new do |s|
s.name = "capybara-webkit"
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",
"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")
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