From b45887fdd0b1c3ee08c52e0b76298e7c5188ad29 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Mon, 5 Apr 2010 11:22:53 -0400 Subject: [PATCH] minor: fix bson gemspec --- bson.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bson.gemspec b/bson.gemspec index d4a7242..30a8267 100644 --- a/bson.gemspec +++ b/bson.gemspec @@ -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'