hackpad-cli.gemspec in hackpad-cli-0.0.1 vs hackpad-cli.gemspec in hackpad-cli-0.0.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Hackpad::Cli::VERSION spec.authors = ["mose"] spec.email = ["mose@mose.com"] spec.summary = %q{CLI for hackpad browsing and editing.} spec.description = %q{A Command Line Interface for consuming the Hackpad REST API.} - spec.homepage = "" + spec.homepage = "https://github.com/mose/hackpad-cli" 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)/})