From d9b99bb6e7ad07a94cf65efe9eaf723e22d262cd Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Wed, 27 Nov 2013 16:41:28 +0100 Subject: [PATCH] Write description and summary --- the_moderator.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/the_moderator.gemspec b/the_moderator.gemspec index a38f3d5..75e6933 100644 --- a/the_moderator.gemspec +++ b/the_moderator.gemspec @@ -8,8 +8,8 @@ Gem::Specification.new do |spec| spec.version = TheModerator::VERSION spec.authors = ["Guillaume DOTT"] spec.email = ["guillaume.dott@lafourmi-immo.com"] - spec.description = %q{TODO: Write a gem description} - spec.summary = %q{TODO: Write a gem summary} + spec.description = %q{Moderate fields of a model or its associations} + spec.summary = %q{Moderate fields before their insertion in the database by serializing and saving them into a separate 'moderations' table.} spec.homepage = "" spec.license = "AGPL"