GlobalNamesArchitecture / damerau-levenshtein

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

Allow ruby version > 2.5 #17

Closed ddoherty03 closed 4 years ago

ddoherty03 commented 4 years ago

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