Rakefile in maedana-ar_mailer-2.1.5.1 vs Rakefile in maedana-ar_mailer-2.1.6

- old
+ new

@@ -6,10 +6,10 @@ $:.unshift(File.expand_path(File.dirname(__FILE__) + '/lib')) require './lib/action_mailer/ar_sendmail' ar_mailer_gemspec = Gem::Specification.new do |s| - s.name = %q{ar_mailer} + s.name = %q{maedana-ar_mailer} s.version = ActionMailer::ARSendmail::VERSION s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Eric Hodel", "Adam Meehan"] s.default_executable = %q{ar_sendmail} s.description = %q{Even delivering email to the local machine may take too long when you have to send hundreds of messages. ar_mailer allows you to store messages into the database for later delivery by a separate process, ar_sendmail.}