Rakefile in gsoni-ar_mailer-2.1.9 vs Rakefile in gsoni-ar_mailer-2.1.10

- old
+ new

@@ -6,11 +6,11 @@ $:.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{adzap-ar_mailer} + s.name = %q{gsoni-ar_mailer} s.version = ActionMailer::ARSendmail::VERSION s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Gaurav Soni"] 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.} @@ -53,10 +53,10 @@ pkg.gem_spec = ar_mailer_gemspec end desc "Update ar_mailer.gemspec" task :make_spec do - File.open("adzap-ar_mailer.gemspec", "w") do |f| + File.open("gsoni-ar_mailer.gemspec", "w") do |f| f.puts(ar_mailer_gemspec.to_ruby) end end desc "Build packages and install"