diff --git a/gratan.gemspec b/gratan.gemspec index 2b1e32a..fd9ebbf 100644 --- a/gratan.gemspec +++ b/gratan.gemspec @@ -8,9 +8,9 @@ Gem::Specification.new do |spec| spec.version = Gratan::VERSION spec.authors = ['Genki Sugawara'] spec.email = ['sgwr_dts@yahoo.co.jp'] - spec.summary = %q{TODO: Write a short summary. Required.} - spec.description = %q{TODO: Write a longer description. Optional.} - spec.homepage = '' + spec.summary = %q{Gratan is a tool to manage MySQL permissions using Ruby DSL.} + spec.description = %q{Gratan is a tool to manage MySQL permissions using Ruby DSL.} + spec.homepage = 'https://github.com/winebarrel/gratan' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0")