aboutsummaryrefslogtreecommitdiffstats
path: root/rails.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 /rails.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 'rails.gemspec')
-rw-r--r--rails.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/rails.gemspec b/rails.gemspec
index 8314036ad1..52f92f46c6 100644
--- a/rails.gemspec
+++ b/rails.gemspec
@@ -9,6 +9,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9.3'
s.required_rubygems_version = ">= 1.8.11"
+ s.license = 'MIT'
s.author = 'David Heinemeier Hansson'
s.email = 'david@loudthinking.com'