aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/actionmailer.gemspec
diff options
context:
space:
mode:
authorMatt Griffin <matt@griffinonline.org>2011-10-21 14:24:33 -0400
committergrosser <grosser.michael@gmail.com>2012-05-23 09:22:25 -0700
commit6c7b250ac0292001e293ee19157f3d58b7553f41 (patch)
tree450323a7b089fde4fe526b6fce9af50e28fedd54 /actionmailer/actionmailer.gemspec
parentc1487f619045840d89f1e2dbc6e133e1c2cbf2f4 (diff)
downloadrails-6c7b250ac0292001e293ee19157f3d58b7553f41.tar.gz
rails-6c7b250ac0292001e293ee19157f3d58b7553f41.tar.bz2
rails-6c7b250ac0292001e293ee19157f3d58b7553f41.zip
Add license field to gemspecs, by Matt Griffin
Diffstat (limited to 'actionmailer/actionmailer.gemspec')
-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'