GlobalNamesArchitecture / damerau-levenshtein

Calculates edit distance using Damerau-Levenshtein algorithm
MIT License
135 stars 19 forks source link

Allow ruby version > 2.5 #17

Closed ddoherty03 closed 3 years ago

ddoherty03 commented 4 years ago

Any chance of removing the restriction on the ruby_version ~> 2.5?