Skip to content

Commit

Permalink
minor: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed Aug 24, 2010
1 parent e843891 commit 78c194b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongo.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|

s.files = ['README.rdoc', 'HISTORY', 'Rakefile',
'mongo.gemspec', 'LICENSE.txt']
v 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.test_files = Dir['test/**/*.rb']

Expand Down

0 comments on commit 78c194b

Please sign in to comment.