We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222040f commit 62d917eCopy full SHA for 62d917e
mongo.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
s.require_paths = ['lib']
13
14
s.files = ['README.rdoc', 'HISTORY', 'Rakefile',
15
- 'mongo-ruby-driver.gemspec', 'LICENSE.txt']
+ 'mongo.gemspec', 'LICENSE.txt']
16
s.files += ['lib/mongo.rb'] + Dir['lib/mongo/**/*.rb']
17
s.files += Dir['examples/**/*.rb'] + Dir['bin/**/*.rb']
18
s.test_files = Dir['test/**/*.rb']
0 commit comments