postmodern / chruby

Changes the current Ruby
MIT License
2.86k stars 190 forks source link

Fuzzy match without periods #295

Closed aprescott closed 9 years ago

aprescott commented 9 years ago

I'm not sure how well-defined this fuzzy matching is, but it would be nice if chruby 215 would match, say, ruby-2.1.5. I can understand that there may be multiple matches for 215 (such as rbx-2.1.5 or something) but that same issue applies to chruby 2.1.5, so it shouldn't be a problem.

postmodern commented 9 years ago

Eh, this would be confusing when matching against 1.9.3-pXXX style versions.