Skip to content

Commit

Permalink
Add dependencies on haml-rails & decent_exposure
Browse files Browse the repository at this point in the history
  • Loading branch information
Lar Van Der Jagt authored and hashrocketeer committed Dec 17, 2011
1 parent ff71518 commit 7cc41a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hashrocket-rails.gemspec
Expand Up @@ -12,6 +12,10 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "hashrocket-rails"

gem.add_runtime_dependency 'haml-rails'
gem.add_runtime_dependency 'decent_exposure'

gem.require_paths = ["lib"]
gem.version = Hashrocket::VERSION
end

0 comments on commit 7cc41a4

Please sign in to comment.