fukuzatsu.gemspec in fukuzatsu-0.9.15 vs fukuzatsu.gemspec in fukuzatsu-0.9.16
- old
+ new
@@ -7,10 +7,10 @@
spec.name = "fukuzatsu"
spec.version = Fukuzatsu::VERSION
spec.authors = ["Bantik"]
spec.email = ["coraline@idolhands.com"]
spec.summary = "A simple code complexity analyzer."
- spec.description = "Calculates code complexity as a measure of paths through code executition. Multiple, beautiful output options."
+ spec.description = "Calculates code complexity as a measure of paths through code execution. CI integration and beautiful output options."
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) }