From 6d59558ddc635636f7b13048f85b8a7b7f201a0a Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Wed, 7 Apr 2010 18:44:16 -0400 Subject: [PATCH] minor: updated bson_ext gemspec --- bson_ext.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bson_ext.gemspec b/bson_ext.gemspec index b669f34..eb5787c 100644 --- a/bson_ext.gemspec +++ b/bson_ext.gemspec @@ -6,8 +6,8 @@ Gem::Specification.new do |s| s.version = VERSION s.platform = Gem::Platform::RUBY - s.summary = 'C extensions for the MongoDB Ruby driver' - s.description = 'C extensions to accelerate the MongoDB Ruby driver. For more information about Mongo, see http://www.mongodb.org.' + s.summary = 'C extensions for Ruby BSON.' + s.description = 'C extensions to accelerate the Ruby BSON serialization. For more information about BSON, see http://bsonspec.org. For information about MongoDB, see http://www.mongodb.org.' s.require_paths = ['ext'] s.files = ['Rakefile', 'bson_ext.gemspec']