Skip to content

Commit

Permalink
Re-require 'tilt' since not all of us use sinatra --pre
Browse files Browse the repository at this point in the history
  • Loading branch information
DAddYE committed Mar 3, 2010
1 parent 9c31d6c commit 2eeddb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions padrino-mailer/Rakefile
Expand Up @@ -15,6 +15,7 @@ begin
gem.authors = ["Padrino Team", "Nathan Esquenazi", "Davide D'Agostino", "Arthur Chiu"]
gem.rubyforge_project = 'padrino-mailer'
gem.add_runtime_dependency "padrino-core", "= #{GEM_VERSION}"
gem.add_runtime_dependency "tilt", ">= 0.6"
gem.add_runtime_dependency "tmail", ">= 1.2"
gem.add_development_dependency "shoulda", ">= 2.10.3"
gem.add_development_dependency "haml", ">= 2.2.1"
Expand Down

0 comments on commit 2eeddb1

Please sign in to comment.