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:
parent
657ee68219
commit
4f46ace4eb
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue