Skip to content

Commit

Permalink
Ammended BUMP 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed Sep 20, 2011
1 parent 4d41092 commit d166975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bson.java.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.files = ['LICENSE.txt']
s.files += ['lib/bson.rb'] + Dir['lib/bson/**/*.rb']
s.files += ['bin/b2json', 'bin/j2bson']
s.files += ['ext/java/jar/jbson.jar', 'ext/java/jar/mongo-2.4.jar']
s.files += ['ext/java/jar/jbson.jar', 'ext/java/jar/mongo-2.6.5.jar']
s.test_files = Dir['test/bson/*.rb']

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

0 comments on commit d166975

Please sign in to comment.