Skip to content

Commit

Permalink
RUBY-170 added mongo_console as gem exectuable
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed Sep 20, 2010
1 parent e34acd9 commit 05c6483
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mongo.gemspec
Expand Up @@ -15,8 +15,11 @@ Gem::Specification.new do |s|
'mongo.gemspec', 'LICENSE.txt'] 'mongo.gemspec', 'LICENSE.txt']
s.files += ['lib/mongo.rb'] + Dir['lib/mongo/**/*.rb'] s.files += ['lib/mongo.rb'] + Dir['lib/mongo/**/*.rb']
s.files += Dir['examples/**/*.rb'] + Dir['bin/**/*.rb'] s.files += Dir['examples/**/*.rb'] + Dir['bin/**/*.rb']
s.files += Dir['bin/mongo_console']
s.test_files = Dir['test/**/*.rb'] s.test_files = Dir['test/**/*.rb']


s.executables = ['mongo_console']

s.has_rdoc = true s.has_rdoc = true
s.test_files = Dir['test/**/*.rb'] s.test_files = Dir['test/**/*.rb']
s.test_files -= Dir['test/mongo_bson/*.rb'] # remove these files from the manifest s.test_files -= Dir['test/mongo_bson/*.rb'] # remove these files from the manifest
Expand Down

0 comments on commit 05c6483

Please sign in to comment.