ougai.gemspec in ougai-0.7.0 vs ougai.gemspec in ougai-0.7.1

- old
+ new

@@ -7,11 +7,14 @@ spec.name = "ougai" spec.version = Ougai::VERSION spec.authors = ["Toshimitsu Takahashi"] spec.email = ["toshi@tilfin.com"] - spec.summary = %q{JSON logger compatible node-bunyan.} - spec.description = %q{JSON logger compatible bunyan for Node.js} + spec.summary = %q{JSON logger compatible with node-bunyan is capable of handling data easily.} + spec.description = <<-EOF + A JSON logging system is capable of handling a message, data or an exception easily. + It is compatible with Bunyan for Node.js and can also output human readable format for console. + EOF spec.homepage = "https://github.com/tilfin/ougai" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")