From 0ac39f226dc847cd4bd9211da17fa7b33a7b9c89 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 7 Nov 2023 09:59:53 +0900 Subject: [PATCH] [ruby/pp] Bump up 0.5.0 https://github.com/ruby/pp/commit/6e086e6df9 --- lib/pp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pp.rb b/lib/pp.rb index a2d4ebe41b..1708dee05e 100644 --- a/lib/pp.rb +++ b/lib/pp.rb @@ -63,7 +63,7 @@ require 'prettyprint' class PP < PrettyPrint - VERSION = "0.4.0" + VERSION = "0.5.0" # Returns the usable width for +out+. # As the width of +out+: