Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Added mad_mimi_mailer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Mar 5, 2010
1 parent 1ac42da commit 51624de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ begin

gem.add_dependency "facebooker", '=1.0.62'
gem.add_dependency "delayed_job", '=1.8.4'
gem.add_dependency "mad_mimi_mailer", '=0.0.7'

gem.add_development_dependency "shoulda", ">= 0"
end
Expand Down
1 change: 1 addition & 0 deletions rails/init.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'delayed_job'
require 'facebooker'
require 'mad_mimi_mailer'
require 'blue_light_special'

0 comments on commit 51624de

Please sign in to comment.