Skip to content

Commit

Permalink
Merge branch 'add_dependencies_to_gemspec' of https://github.com/aaro…
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwinM committed Sep 1, 2012
2 parents 8c73aa3 + 9370379 commit a367b45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions acts_as_tenant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency('rails','>= 3.1')

s.add_development_dependency('rspec')
s.add_development_dependency('database_cleaner')
s.add_development_dependency('sqlite3')
end

0 comments on commit a367b45

Please sign in to comment.