minor: authors++

This commit is contained in:
Tyler Brock 2012-05-15 22:15:05 -04:00
parent 6acf9df49e
commit 823abc2ad9
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.has_rdoc = false
s.extensions << 'ext/cbson/extconf.rb'
s.author = 'Mike Dirolf'
s.authors = ['Mike Dirolf', 'Kyle Banker', 'Tyler Brock', 'Gary Murakami']
s.email = 'mongodb-dev@googlegroups.com'
s.homepage = 'http://www.mongodb.org'
s.add_dependency('bson', "~> #{BSON::VERSION}")