diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-12-16 13:02:44 +0800 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-16 13:06:47 +0800 |
commit | 8936bb74c66e68f44d2a18564ea0b0d5e290cc6e () | |
tree | 236ccfd83e506c73a3a52fc3d7357807510e76f2 | |
parent | 3b6828f9679ac2a8cd26d9e68fa042b9c4452d0a (diff) |
[ruby/abbrev] Bump up v0.1.2
https://.com/ruby/abbrev/commit/b362e8e3b9
-rw-r--r-- | lib/abbrev.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ # "w" => "winter" } module Abbrev - VERSION = "0.1.1" # 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 |