Added executable spec for mongo_console

This commit is contained in:
Adrian Madrid 2009-01-05 14:48:04 -07:00
parent fbe3a12317
commit c8a9092f45
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ spec = Gem::Specification.new do |s|
s.files = FileList['bin/*', 'lib/**/*.rb', 'tests/**/*.rb', '[A-Z]*'].to_a
s.bindir = 'bin'
s.executables = %w( mongo_console )
s.has_rdoc = true
s.author = AUTHOR