From 370c8a27edd039c9a0f9a3341ecbf511c9b65ed0 Mon Sep 17 00:00:00 2001 From: Nicholas Bruning Date: Thu, 7 Nov 2013 10:48:27 +1100 Subject: [PATCH] Updated gemspec --- mongoid-enum.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoid-enum.gemspec b/mongoid-enum.gemspec index 6ea3c5e..e710cf5 100644 --- a/mongoid-enum.gemspec +++ b/mongoid-enum.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| spec.version = Mongoid::Enum::VERSION spec.authors = ["Nicholas Bruning"] 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.homepage = "https://github.com/thetron/mongoid-enum" spec.license = "MIT"