From e51ed19b8e3428231e188e4f0e411558f88cd77f Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Mon, 20 Oct 2014 14:51:31 +0200 Subject: [PATCH] Fill gemspec --- twik.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/twik.gemspec b/twik.gemspec index 1166964..f9c088a 100644 --- a/twik.gemspec +++ b/twik.gemspec @@ -8,9 +8,9 @@ Gem::Specification.new do |spec| spec.version = Twik::VERSION spec.authors = ["Guillaume Dott"] spec.email = ["guillaume+github@dott.fr"] - spec.summary = %q{TODO: Write a short summary. Required.} - spec.description = %q{TODO: Write a longer description. Optional.} - spec.homepage = "" + spec.summary = %q{Twik Password Generator} + spec.description = %q{Twik is an gem that makes it easier to generate secure and different passwords for each website.} + spec.homepage = "https://github.com/gdott9/twik-ruby" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0")