Updated gemspec

This commit is contained in:
Nicholas Bruning 2013-11-07 10:48:27 +11:00
parent 4a315750ca
commit 370c8a27ed

View File

@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.version = Mongoid::Enum::VERSION spec.version = Mongoid::Enum::VERSION
spec.authors = ["Nicholas Bruning"] spec.authors = ["Nicholas Bruning"]
spec.email = ["nicholas@bruning.com.au"] spec.email = ["nicholas@bruning.com.au"]
spec.description = %q{Heavily inspired by DDH's ActiveRecord::Enum, this little library is just there to help you cut down the cruft in your models and make the world a happier place at the same time.} spec.description = %q{Heavily inspired by DDH's ActiveRecord::Enum, this little library is there to help you cut down the cruft in your models and make the world a happier place at the same time.}
spec.summary = %q{Sweet enum sugar for your Mongoid documents} spec.summary = %q{Sweet enum sugar for your Mongoid documents}
spec.homepage = "https://github.com/thetron/mongoid-enum" spec.homepage = "https://github.com/thetron/mongoid-enum"
spec.license = "MIT" spec.license = "MIT"