aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/activemodel.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 /activemodel/activemodel.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 'activemodel/activemodel.gemspec')
-rw-r--r--activemodel/activemodel.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/activemodel/activemodel.gemspec b/activemodel/activemodel.gemspec
index f2d004fb0a..66f324a1a1 100644
--- a/activemodel/activemodel.gemspec
+++ b/activemodel/activemodel.gemspec
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
s.description = 'A toolkit for building modeling frameworks like Active Record. Rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing.'
s.required_ruby_version = '>= 1.9.3'
+ s.license = 'MIT'
s.author = 'David Heinemeier Hansson'
s.email = 'david@loudthinking.com'