thbar/kiba-common

replace awesome_print with amazing_print ?

Closed this issue · 2 comments

@thbar Kiba is fantastic! Thanks for such a wonderful tool!

We're seeing this in our Ruby 2.7 bump branch:

/.gem/ruby/2.7.1/gems/awesome_print-1.8.0/lib/awesome_print/formatters/base_formatter.rb:113: warning: Capturing the given block using Proc.new is deprecated; use `&block` instead
/.gem/ruby/2.7.1/gems/awesome_print-1.8.0/lib/awesome_print/inspector.rb:63: warning: Capturing the given block using Proc.new is deprecated; use `&block` instead

AwesomePrint is no longer receiving active updates. ~20mo ago now.

AmazingPrint is a fork and actively managed alternative.

Thoughts?

thbar commented
thbar commented

Implemented in #32. Thank you!