Modify informations in gemspec

master
Guillaume Dott 2014-08-12 17:31:05 +02:00
parent e503271c18
commit d1e8277912
1 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
spec.name = "the_moderator"
spec.version = TheModerator::VERSION
spec.authors = ["Guillaume DOTT"]
spec.email = ["guillaume.dott@lafourmi-immo.com"]
spec.email = ["guillaume+github@dott.fr"]
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.homepage = "https://github.com/gdott9/the_moderator"
spec.license = "AGPL"
spec.files = `git ls-files`.split($/)