minor: added HISTORY to gem files

This commit is contained in:
Kyle Banker 2010-06-06 15:57:50 -04:00
parent 0335937b3c
commit 786e6e5980
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.files = ['README.rdoc', 'Rakefile', 'mongo-ruby-driver.gemspec', 'LICENSE.txt']
s.files = ['README.rdoc', 'HISTORY', 'Rakefile',
'mongo-ruby-driver.gemspec', 'LICENSE.txt']
s.files += ['lib/mongo.rb'] + Dir['lib/mongo/**/*.rb']
s.files += Dir['examples/**/*.rb'] + Dir['bin/**/*.rb']
s.test_files = Dir['test/**/*.rb']