otp.gemspec in otp-0.0.3 vs otp.gemspec in otp-0.0.4
- old
+ new
@@ -8,10 +8,10 @@
spec.version = OTP::VERSION
spec.authors = ["Yuuzou Gotou"]
spec.email = ["gotoyuzo@notwork.org"]
spec.summary = %q{One-Time Password Library}
spec.description = %q{An implementation of HOTP (RFC4226) and TOTP (RFC6238).}
- spec.homepage = ""
+ spec.homepage = "https://github.com/gotoyuzo/otp"
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)/})