From bda3f67f8b0f63c126e97e40bbf8a2de64c78190 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 6 Nov 2023 18:46:04 +0900 Subject: [PATCH] [ruby/shellwords] Bump up 0.2.0 https://github.com/ruby/shellwords/commit/fc63ac832d --- lib/shellwords.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shellwords.rb b/lib/shellwords.rb index 58f4af26ae..067432e374 100644 --- a/lib/shellwords.rb +++ b/lib/shellwords.rb @@ -68,7 +68,7 @@ # 1: {IEEE Std 1003.1-2008, 2016 Edition, the Shell & Utilities volume}[http://pubs.opengroup.org/onlinepubs/9699919799/utilities/contents.html] module Shellwords - VERSION = "0.1.0" + VERSION = "0.2.0" # Splits a string into an array of tokens in the same way the UNIX # Bourne shell does.