From fe3c17abd54c5e87d646db0130d9ca88d834dbea Mon Sep 17 00:00:00 2001 From: MicMicMon Date: Fri, 10 Apr 2020 22:12:24 +0200 Subject: [PATCH] Switch from deprecated Awesome Print to newly-maintained Amazing Print --- README.md | 2 +- ougai.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3245f9..b9c1cfd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Ougai A structured logging system is capable of handling a message, structured data or an exception easily. It has JSON formatters compatible with [Bunyan](https://github.com/trentm/node-bunyan) or [pino](https://github.com/pinojs/pino) for Node.js and -human readable formatter with [Awesome Print](https://github.com/awesome-print/amazing_print) for console. +human readable formatter with [Amazing Print](https://github.com/amazing-print/amazing_print) for console. ## Installation diff --git a/ougai.gemspec b/ougai.gemspec index 1c61b24..7e12e3e 100644 --- a/ougai.gemspec +++ b/ougai.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |spec| spec.summary = %q{JSON logger compatible with node-bunyan or pino is capable of handling structured data easily.} spec.description = <<-EOF A structured logging system is capable of handling a message, custom data or an exception easily. - It has JSON formatters compatible with Bunyan or pino for Node.js and human readable formatter with Awesome Print for console. + It has JSON formatters compatible with Bunyan or pino for Node.js and human readable formatter with Amazing Print for console. EOF spec.homepage = "https://github.com/tilfin/ougai" spec.license = "MIT"