tfa.gemspec in tfa-0.0.11 vs tfa.gemspec in tfa-0.0.12

- old
+ new

@@ -6,12 +6,12 @@ Gem::Specification.new do |spec| spec.name = "tfa" 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") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})