[ruby/abbrev] Bump up v0.1.2

https://github.com/ruby/abbrev/commit/b362e8e3b9
This commit is contained in:
Hiroshi SHIBATA 2023-12-16 13:02:44 +08:00
parent 3b6828f967
commit 8936bb74c6

View File

@ -47,7 +47,7 @@
# "w" => "winter" } # "w" => "winter" }
module Abbrev module Abbrev
VERSION = "0.1.1" VERSION = "0.1.2"
# Given a set of strings, calculate the set of unambiguous abbreviations for # 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 # those strings, and return a hash where the keys are all the possible