fukuzatsu.gemspec in fukuzatsu-0.9.1 vs fukuzatsu.gemspec in fukuzatsu-0.9.3

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Fukuzatsu::VERSION spec.authors = ["Bantik"] spec.email = ["coraline@idolhands.com"] spec.summary = "A simple code complexity analyzer." spec.description = "Calculates the cyclomatic complexity of methods within a given file." - spec.homepage = "https://gitlab.com/coraline/fukuzatsu/blob/master/README.md" + spec.homepage = "https://gitlab.com/coraline/fukuzatsu/tree/master" 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)/})