update gemspec files list

This commit is contained in:
Mike Dirolf 2009-09-21 17:50:19 -04:00
parent 70c23e2d32
commit 95238b0a29
1 changed files with 1 additions and 3 deletions

View File

@ -43,7 +43,6 @@ PACKAGE_FILES = ['README.rdoc', 'Rakefile', 'mongo-ruby-driver.gemspec',
'lib/mongo/types/dbref.rb',
'lib/mongo/types/objectid.rb',
'lib/mongo/types/regexp_of_holding.rb',
'lib/mongo/types/undefined.rb',
'lib/mongo/util/bson.rb',
'lib/mongo/util/byte_buffer.rb',
'lib/mongo/util/ordered_hash.rb',
@ -78,8 +77,7 @@ TEST_FILES = ['test/mongo-qa/_common.rb',
'test/test_objectid.rb',
'test/test_ordered_hash.rb',
'test/test_threading.rb',
'test/test_round_trip.rb',
'test/test_xgen.rb']
'test/test_round_trip.rb']
Gem::Specification.new do |s|
s.name = 'mongo'