sendmailer.gemspec in sendmailer-0.0.1 vs sendmailer.gemspec in sendmailer-0.0.11

- old
+ new

@@ -2,9 +2,10 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'sendmailer/version' Gem::Specification.new do |gem| + gem.license = "MIT" gem.name = "sendmailer" gem.version = Sendmailer::VERSION gem.authors = ["Andrey"] gem.email = ["railscode@gmail.com"] gem.description = "Send Email from Rails 3 App with Sendmail server (Such as Exim4)"