Rakefile in actionmailer-with-request-0.3.0 vs Rakefile in actionmailer-with-request-0.4.0

- old
+ new

@@ -1,2 +1,6 @@ require 'bundler' Bundler::GemHelper.install_tasks + +task :default do + puts "No tasks here!" +end