fuzzy-string-match
fuzzy-string-match copied to clipboard
Hard-coded dependency warning
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