aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
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 /activesupport
parentc1487f619045840d89f1e2dbc6e133e1c2cbf2f4 (diff)
downloadrails-6c7b250ac0292001e293ee19157f3d58b7553f41.tar.gz
rails-6c7b250ac0292001e293ee19157f3d58b7553f41.tar.bz2
rails-6c7b250ac0292001e293ee19157f3d58b7553f41.zip
Add license field to gemspecs, by Matt Griffin
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/activesupport.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index 2c874e932e..30221f2401 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
s.description = 'A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.'
s.required_ruby_version = '>= 1.9.3'
+ s.license = 'MIT'
s.author = 'David Heinemeier Hansson'
s.email = 'david@loudthinking.com'