Fill gemspec

master
Guillaume Dott 2014-10-20 14:51:31 +02:00
parent 2cc2064763
commit e51ed19b8e
1 changed files with 3 additions and 3 deletions

View File

@ -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")