From 8936bb74c66e68f44d2a18564ea0b0d5e290cc6e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 16 Dec 2023 13:02:44 +0800 Subject: [PATCH] [ruby/abbrev] Bump up v0.1.2 https://github.com/ruby/abbrev/commit/b362e8e3b9 --- lib/abbrev.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/abbrev.rb b/lib/abbrev.rb index ee86f06874..312085c289 100644 --- a/lib/abbrev.rb +++ b/lib/abbrev.rb @@ -47,7 +47,7 @@ # "w" => "winter" } module Abbrev - VERSION = "0.1.1" + VERSION = "0.1.2" # Given a set of strings, calculate the set of unambiguous abbreviations for # those strings, and return a hash where the keys are all the possible