aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2012-05-23 10:24:50 -0700
committerJosé Valim <jose.valim@gmail.com>2012-05-23 10:24:50 -0700
commit92fd2120cdb2035b2ec1e86da586ad976712ed66 (patch)
treea18a4769ad73f31c0412c702f816930d3f7f1e34 /activesupport
parent43893f3742e82f82122caf5ba4866ea9a2887a8b (diff)
parent6c7b250ac0292001e293ee19157f3d58b7553f41 (diff)
downloadrails-92fd2120cdb2035b2ec1e86da586ad976712ed66.tar.gz
rails-92fd2120cdb2035b2ec1e86da586ad976712ed66.tar.bz2
rails-92fd2120cdb2035b2ec1e86da586ad976712ed66.zip
Merge pull request #6462 from grosser/feature/licenses
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'