aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorFranck Verrot <franck@verrot.fr>2011-05-25 15:28:04 +0200
committerFranck Verrot <franck@verrot.fr>2011-05-25 15:32:15 +0200
commit4633772a12121e0f1ab16abdc8ecfd049c9f79f7 (patch)
tree0c30b6a06096ba7b8172e424cbc2fe55605c9c80 /activesupport
parent85283f05924e2850e0929bc1d8821b7f3d226dc9 (diff)
downloadrails-4633772a12121e0f1ab16abdc8ecfd049c9f79f7.tar.gz
rails-4633772a12121e0f1ab16abdc8ecfd049c9f79f7.tar.bz2
rails-4633772a12121e0f1ab16abdc8ecfd049c9f79f7.zip
Add the MIT-LICENSE to the Active Support gemspec
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/activesupport.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index 738a10a18f..2ee6bb788a 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.email = 'david@loudthinking.com'
s.homepage = 'http://www.rubyonrails.org'
- s.files = Dir['CHANGELOG', 'README.rdoc', 'lib/**/*']
+ s.files = Dir['CHANGELOG', 'MIT-LICENSE', 'README.rdoc', 'lib/**/*']
s.require_path = 'lib'
s.add_dependency('i18n', '~> 0.6')