1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00

0.1.5: add rake as a dependency, because the post-install hook uses it

This commit is contained in:
Joe Ferris 2011-04-13 20:26:03 -04:00
parent 657ee68219
commit 4f46ace4eb

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "capybara-webkit"
s.version = "0.1.4"
s.version = "0.1.5"
s.authors = ["thoughtbot", "Joe Ferris", "Jason Morrison", "Tristan Dunn"]
s.email = "support@thoughtbot.com"
s.files = `git ls-files`.split("\n")
@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.rubygems_version = "1.3.5"
s.summary = "Headless Webkit driver for Capybara"
s.add_runtime_dependency "capybara", "~> 0.4.1"
s.add_runtime_dependency "rake"
s.extensions = "extconf.rb"
end