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"