diff options
| author | mo khan <mokhan@users.noreply.github.com> | 2016-11-18 10:29:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-18 10:29:33 -0700 |
| commit | 172e3dfb7ff0ebec111a8349daddd50ad86648aa (patch) | |
| tree | 216abfe1666126bda23cc2b27e5222c4e8f0ec9e /tfa.gemspec | |
| parent | 6301ea64a649212838a449e7f11af91f72bd5263 (diff) | |
| parent | 32938166ecb1d446101f0b312a3ba4635a010bdc (diff) | |
Merge pull request #6 from mokhan/GH-3v0.0.12
Add a command to remove a secret.
Diffstat (limited to 'tfa.gemspec')
| -rw-r--r-- | tfa.gemspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tfa.gemspec b/tfa.gemspec index 03c5dab..bb7cde3 100644 --- a/tfa.gemspec +++ b/tfa.gemspec @@ -8,9 +8,9 @@ Gem::Specification.new do |spec| spec.version = TFA::VERSION spec.authors = ["mo khan"] spec.email = ["mo@mokhan.ca"] - spec.summary = %q{A CLI to manage your one time passwords.} - spec.description = %q{A CLI to manage your one time passwords.} - spec.homepage = "" + spec.summary = %q{A CLI to manage your time based one time passwords.} + spec.description = %q{A CLI to manage your time based one time passwords.} + spec.homepage = "https://github.com/mokhan/tfa/" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") |
