hscode.gemspec in hscode-0.1.0 vs hscode.gemspec in hscode-0.1.1

- old
+ new

@@ -10,10 +10,10 @@ spec.authors = ['Herbert Kagumba', 'Austin Kabiru'] spec.email = ['makabby@gmail.com'] spec.summary = %q{A HTTP status code lookup command line tool.} spec.description = %q{Quickly look up any status code without leaving your terminal.} - spec.homepage = 'https://github.com/akabiru/hscode' + spec.homepage = 'https://akabiru.github.io/hscode/' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = 'bin' spec.executables = ['hscode']