aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/activerecord.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 /activerecord/activerecord.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 'activerecord/activerecord.gemspec')
-rw-r--r--activerecord/activerecord.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec
index e8e5f4adfe..dca7f13fd2 100644
--- a/activerecord/activerecord.gemspec
+++ b/activerecord/activerecord.gemspec
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
s.description = 'Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.'
s.required_ruby_version = '>= 1.9.3'
+ s.license = 'MIT'
s.author = 'David Heinemeier Hansson'
s.email = 'david@loudthinking.com'