Skip to content

Commit

Permalink
minor: test files for bson gem
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed Oct 14, 2010
1 parent 68cadc1 commit 50f3fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bson.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.files += ['lib/bson.rb'] + Dir['lib/bson/**/*.rb']
s.files += ['bin/b2json', 'bin/j2bson']
s.files += Dir['ext/java/jar/**/*.jar']
s.test_files = Dir['test/mongo_bson/*.rb']
s.test_files = Dir['test/bson/*.rb']

s.executables = ['b2json', 'j2bson']

Expand Down

0 comments on commit 50f3fc9

Please sign in to comment.