saikuro.gemspec in saikuro-1.2.0 vs saikuro.gemspec in saikuro-1.2.1
- old
+ new
@@ -7,10 +7,10 @@
s.version = Saikuro::VERSION
s.authors = ["Zev Blut", "Roman V. Babenko"]
s.email = ["zb@ubit.com", "romanvbabenko@gmail.com"]
s.homepage = ""
s.summary = %q{Saikuro is a Ruby cyclomatic complexity analyzer}
- s.description = %q{When given Ruby source code Saikuro will generate a report listing the cyclomatic complexity of each method found. In addition, Saikuro counts the number of lines per method and can generate a listing of the number of tokens on each line of code.}
+ s.description = %q{When given Ruby source code Saikuro will generate a report listing the cyclomatic complexity of each method found. In addition, Saikuro counts the number of lines per method and can generate a listing of the number of tokens on each line of code.}
s.rubyforge_project = "saikuro"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")