We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc8052 commit 0ddd4b3Copy full SHA for 0ddd4b3
mongoid.gemspec
@@ -9,7 +9,8 @@ Gem::Specification.new do |s|
9
s.name = "mongoid"
10
s.version = Mongoid::VERSION
11
s.platform = Gem::Platform::RUBY
12
- s.authors = ["Durran Jordan"]
+ s.authors = ["The MongoDB Ruby Team"]
13
+ s.email = "dbx-ruby@mongodb.com"
14
s.homepage = "https://mongoid.org"
15
s.summary = "Elegant Persistence in Ruby for MongoDB."
16
s.description = "Mongoid is an ODM (Object Document Mapper) Framework for MongoDB, written in Ruby."
0 commit comments