npb_headline.gemspec in npb_headline-0.0.1 vs npb_headline.gemspec in npb_headline-0.0.2

- old
+ new

@@ -9,10 +9,10 @@ spec.version = NpbHeadline::VERSION spec.authors = ['kami'] spec.email = ['kami30k@gmail.com'] spec.summary = %q{NpbHeadline show the headlines of NPB (Nihon Professional Baseball) based on Y's Sports on command line.} spec.description = %q{NpbHeadline show the headlines of NPB (Nihon Professional Baseball) based on Y's Sports on command line.} - spec.homepage = '' + spec.homepage = 'https://github.com/kami30k/npb_headline' 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)/})