aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2012-05-23 10:24:50 -0700
committerJosé Valim <jose.valim@gmail.com>2012-05-23 10:24:50 -0700
commit92fd2120cdb2035b2ec1e86da586ad976712ed66 (patch)
treea18a4769ad73f31c0412c702f816930d3f7f1e34 /actionmailer
parent43893f3742e82f82122caf5ba4866ea9a2887a8b (diff)
parent6c7b250ac0292001e293ee19157f3d58b7553f41 (diff)
downloadrails-92fd2120cdb2035b2ec1e86da586ad976712ed66.tar.gz
rails-92fd2120cdb2035b2ec1e86da586ad976712ed66.tar.bz2
rails-92fd2120cdb2035b2ec1e86da586ad976712ed66.zip
Merge pull request #6462 from grosser/feature/licenses
Add license field to gemspecs, by Matt Griffin
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/actionmailer.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionmailer/actionmailer.gemspec b/actionmailer/actionmailer.gemspec
index 90503edc20..0c669e2e91 100644
--- a/actionmailer/actionmailer.gemspec
+++ b/actionmailer/actionmailer.gemspec
@@ -7,6 +7,7 @@ Gem::Specification.new do |s|
s.summary = 'Email composition, delivery, and receiving framework (part of Rails).'
s.description = 'Email on Rails. Compose, deliver, receive, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.'
s.required_ruby_version = '>= 1.9.3'
+ s.license = 'MIT'
s.author = 'David Heinemeier Hansson'
s.email = 'david@loudthinking.com'