kiyoka / fuzzy-string-match

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

Hard-coded dependency warning #13

Open zdennis opened 9 years ago

zdennis commented 9 years ago

This doesn't seem to break anything, but it seemed a bit odd to be in a release...

ld: warning: directory not found for option '-L/Users/mpapis/.sm/pkg/active/lib'

From....

>> require 'fuzzystringmatch'
=> true
>> jarow = FuzzyStringMatch::JaroWinkler.create( :native )
ld: warning: directory not found for option '-L/Users/mpapis/.sm/pkg/active/lib'
=> #<FuzzyStringMatch::JaroWinklerInline:0x007f9e0c455e78>
>> p jarow.getDistance(  "jones",      "johnson" )
0.8323809523809523
=> 0.8323809523809523

This is with fuzzy-string-match 0.9.7