log_parser.gemspec in log_parser-2.0.2 vs log_parser.gemspec in log_parser-2.0.3

- old
+ new

@@ -8,10 +8,10 @@ spec.version = LogParser::VERSION spec.authors = ["Ryan Buckley"] spec.email = ["arebuckley@gmail.com"] spec.summary = %q{Easily search log files} spec.description = %q{Scan through logs with some filter methods} - spec.homepage = 'https://github.com/ridiculous' + spec.homepage = 'https://github.com/ridiculous/log_parser' 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)/})