diff options
author | Franck Verrot <franck@verrot.fr> | 2011-05-25 15:27:58 +0200 |
---|---|---|
committer | Franck Verrot <franck@verrot.fr> | 2011-05-25 15:32:10 +0200 |
commit | 85283f05924e2850e0929bc1d8821b7f3d226dc9 (patch) | |
tree | 810c17762eb89b314660326333d06b26b5b6a0d0 /activeresource/activeresource.gemspec | |
parent | 64d977359d425ef8df2dc69ae0b1be81ecdb66c2 (diff) | |
download | rails-85283f05924e2850e0929bc1d8821b7f3d226dc9.tar.gz rails-85283f05924e2850e0929bc1d8821b7f3d226dc9.tar.bz2 rails-85283f05924e2850e0929bc1d8821b7f3d226dc9.zip |
Add the MIT-LICENSE to the Active Resource gemspec
Diffstat (limited to 'activeresource/activeresource.gemspec')
-rw-r--r-- | activeresource/activeresource.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/activeresource.gemspec b/activeresource/activeresource.gemspec index 400a0d851d..a8772ecf8c 100644 --- a/activeresource/activeresource.gemspec +++ b/activeresource/activeresource.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', 'examples/**/*', 'lib/**/*'] + s.files = Dir['CHANGELOG', 'MIT-LICENSE', 'README.rdoc', 'examples/**/*', 'lib/**/*'] s.require_path = 'lib' s.extra_rdoc_files = %w( README.rdoc ) |