From 43285f543b4ab12431a21e6b253c6520c1a69663 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 14 Nov 2024 11:22:05 +0900 Subject: [PATCH] [ruby/pp] Bump up v0.6.1 https://github.com/ruby/pp/commit/812933668d --- lib/pp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pp.rb b/lib/pp.rb index 705491dc2e..3e7b0775cb 100644 --- a/lib/pp.rb +++ b/lib/pp.rb @@ -63,7 +63,7 @@ require 'prettyprint' class PP < PrettyPrint - VERSION = "0.6.0" + VERSION = "0.6.1" # Returns the usable width for +out+. # As the width of +out+: