Skip to content

Commit

Permalink
Add missing dependencies to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed Aug 6, 2011
1 parent ae9e2c9 commit 737ea59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin_test_helper.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- test/*`.split("\n") s.test_files = `git ls-files -- test/*`.split("\n")
s.rdoc_options = %w(--line-numbers --inline-source --title plugin_test_helper --main README.rdoc) s.rdoc_options = %w(--line-numbers --inline-source --title plugin_test_helper --main README.rdoc)
s.extra_rdoc_files = %w(README.rdoc CHANGELOG.rdoc LICENSE) s.extra_rdoc_files = %w(README.rdoc CHANGELOG.rdoc LICENSE)

s.add_dependency("rails", "= 2.3.8")
s.add_dependency("sqlite3-ruby", "~> 1.3.0")
s.add_development_dependency("rake")
end end

0 comments on commit 737ea59

Please sign in to comment.