minor: fix bson gemspec

This commit is contained in:
Kyle Banker 2010-04-05 11:22:53 -04:00
parent 75091f5ae5
commit b45887fdd0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require "lib/bson"
Gem::Specification.new do |s|
s.name = 'bson'
s.version = '1.0'#Mongo::BSON::VERSION
s.version = BSON::VERSION
s.platform = Gem::Platform::RUBY
s.summary = 'Ruby implementation of BSON'