kiyoka / fuzzy-string-match

fuzzy string matching library for ruby
Apache License 2.0
285 stars 39 forks source link

rubyinline dependency breaks heroku compatability #5

Closed joshuacronemeyer closed 12 years ago

joshuacronemeyer commented 12 years ago

Your gem depends on rubyinline, and rubyinline's gem depends on zentest gem. Heroku can't bundle zentest because it requires a newer version of rake than what heroku supports. I'd love to use this gem, but can't since it doesn't work on heroku.

joshuacronemeyer commented 12 years ago

I notice that the pure ruby version doesn't have this limitation, so i am using it after all, but taking a performance hit. thanks.

kiyoka commented 12 years ago

Thank you for your information. You are right. Pure ruby version `fuzzy-string-match_pure' gem does not depends on rubyinline gem. It is a good solution to use fuzzy-string-match_pure gem on Heroku, I think.