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 5960f5f commit 694ed35Copy full SHA for 694ed35
mongo.gemspec
@@ -28,9 +28,8 @@ Gem::Specification.new do |s|
28
'source_code_uri' => 'https://github.com/mongodb/mongo-ruby-driver',
29
}
30
31
- s.files = Dir.glob('{bin,lib,spec}/**/*')
32
- s.files += %w[mongo.gemspec LICENSE README.md CONTRIBUTING.md Rakefile]
33
- s.test_files = Dir.glob('spec/**/*')
+ s.files = Dir.glob('{bin,lib}/**/*')
+ s.files += %w[mongo.gemspec LICENSE README.md CONTRIBUTING.md]
34
35
s.executables = ['mongo_console']
36
s.require_paths = ['lib']
0 commit comments