Skip to content

Commit 62d917e

Browse files
committed
minor: gemspec fix
1 parent 222040f commit 62d917e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
1212
s.require_paths = ['lib']
1313

1414
s.files = ['README.rdoc', 'HISTORY', 'Rakefile',
15-
'mongo-ruby-driver.gemspec', 'LICENSE.txt']
15+
'mongo.gemspec', 'LICENSE.txt']
1616
s.files += ['lib/mongo.rb'] + Dir['lib/mongo/**/*.rb']
1717
s.files += Dir['examples/**/*.rb'] + Dir['bin/**/*.rb']
1818
s.test_files = Dir['test/**/*.rb']

0 commit comments

Comments
 (0)