Skip to content

Commit

Permalink
0.1.5: add rake as a dependency, because the post-install hook uses it
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Apr 14, 2011
1 parent 657ee68 commit 4f46ace
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion capybara-webkit.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "capybara-webkit" s.name = "capybara-webkit"
s.version = "0.1.4" s.version = "0.1.5"
s.authors = ["thoughtbot", "Joe Ferris", "Jason Morrison", "Tristan Dunn"] s.authors = ["thoughtbot", "Joe Ferris", "Jason Morrison", "Tristan Dunn"]
s.email = "support@thoughtbot.com" s.email = "support@thoughtbot.com"
s.files = `git ls-files`.split("\n") s.files = `git ls-files`.split("\n")
Expand All @@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.rubygems_version = "1.3.5" s.rubygems_version = "1.3.5"
s.summary = "Headless Webkit driver for Capybara" s.summary = "Headless Webkit driver for Capybara"
s.add_runtime_dependency "capybara", "~> 0.4.1" s.add_runtime_dependency "capybara", "~> 0.4.1"
s.add_runtime_dependency "rake"
s.extensions = "extconf.rb" s.extensions = "extconf.rb"
end end


0 comments on commit 4f46ace

Please sign in to comment.