Write description and summary
parent
31090e74cc
commit
d9b99bb6e7
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue