aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-05-25 06:42:46 -0700
committerJosé Valim <jose.valim@gmail.com>2011-05-25 06:42:46 -0700
commitf116a4835bef4dcfb3a2cfcc915d5cf8681cdf6b (patch)
tree0c30b6a06096ba7b8172e424cbc2fe55605c9c80 /activesupport
parent903f1f90358f736f6a520df8bdc4fbea86f4b0a6 (diff)
parent4633772a12121e0f1ab16abdc8ecfd049c9f79f7 (diff)
downloadrails-f116a4835bef4dcfb3a2cfcc915d5cf8681cdf6b.tar.gz
rails-f116a4835bef4dcfb3a2cfcc915d5cf8681cdf6b.tar.bz2
rails-f116a4835bef4dcfb3a2cfcc915d5cf8681cdf6b.zip
Merge pull request #1299 from cesario/mit-license
Ensure MIT-LICENSE is included in all the gemspec's
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')