Skip to content

Commit 6d59558

Browse files
committed
minor: updated bson_ext gemspec
1 parent 21c9bb4 commit 6d59558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bson_ext.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Gem::Specification.new do |s|
66

77
s.version = VERSION
88
s.platform = Gem::Platform::RUBY
9-
s.summary = 'C extensions for the MongoDB Ruby driver'
10-
s.description = 'C extensions to accelerate the MongoDB Ruby driver. For more information about Mongo, see http://www.mongodb.org.'
9+
s.summary = 'C extensions for Ruby BSON.'
10+
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.'
1111

1212
s.require_paths = ['ext']
1313
s.files = ['Rakefile', 'bson_ext.gemspec']

0 commit comments

Comments
 (0)