diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-11-06 17:57:52 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-11-06 08:57:59 +0000 |
commit | 82008d38e01f8b0b3f808a91841b8d7682f5a45a () | |
tree | 979a5d631d93ac3401b45fa5345fb20ece9bfe0a /lib/shellwords.rb | |
parent | 6cb433758ae778cff7d796eba51a62576d4740b1 (diff) |
[ruby/shellwords] Bump up v0.2.1
https://.com/ruby/shellwords/commit/ee08b981ac
-rw-r--r-- | lib/shellwords.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ module Shellwords # The version number string. - VERSION = "0.2.0" # Splits a string into an array of tokens in the same way the UNIX # Bourne shell does. |