hound-tools.gemspec in hound-tools-0.0.4 vs hound-tools.gemspec in hound-tools-0.0.5

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Hound::Tools::VERSION spec.authors = ['Cezary Baginski'] spec.email = ['cezary@chronomantic.net'] spec.summary = 'Tools for configuring and using HoundCI' spec.description = 'Matches your project config to give the same errors as HoundCi' - spec.homepage = '' + spec.homepage = 'https://github.com/e2/hound-tools' 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)/})