From f5850c0cf762717892a76ed96303161e336d2a3d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 13 Dec 2024 09:48:28 +0900 Subject: [PATCH] [ruby/shellwords] Bump up v0.2.2 https://github.com/ruby/shellwords/commit/55ab74d37a --- lib/shellwords.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shellwords.rb b/lib/shellwords.rb index 7f78403c33..20a85ed9d2 100644 --- a/lib/shellwords.rb +++ b/lib/shellwords.rb @@ -65,7 +65,7 @@ module Shellwords # The version number string. - VERSION = "0.2.1" + VERSION = "0.2.2" # Splits a string into an array of tokens in the same way the UNIX # Bourne shell does.