minor: fix bson gemspec
This commit is contained in:
parent
75091f5ae5
commit
b45887fdd0
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue