jaro_winkler
jaro_winkler copied to clipboard
Ruby & C implementation of Jaro-Winkler distance algorithm which supports UTF-8 string.
## Reproduce `sudo gem install jaro_winkler` ### Environment MacOS Mojave 10.14.5 (18F2059) ## Output ``` Building native extensions. This could take a while... ERROR: Error installing jaro_winkler: ERROR: Failed to...
The `jaro_winkler` gem is failing to install on Ubuntu 18:04 using Ruby 2.6.3 but installs just fine if I revert back to Ruby 2.5.3. I was originally trying to install...
I hate to bring this up, but it looks like this is actually measuring the Jaro-Winkler similarity. https://en.wikipedia.org/wiki/Jaro%E2%80%93Winkler_distance > The lower the Jaro–Winkler distance for two strings is, the more...
This will most certainly fail, so I'm opening this as a draft PR and see where it needs more work.
Add a GitHub Actions workflow for testing Ubuntu, macOS, & Windows using Ruby 2.2 thru 2.7. Ruby master/head fails, see the deprecation warnings shown in the 2.7 tests. I haven't...
I realize this is probably a corner case (using MSVC to compile a ruby gem), but that's he situation I am in: I have to use MSVC to compile this...
Although most people using Ruby on Windows use MSYS2/MinGW builds, ruby/ruby has been testing on mswin (msvc) builds for quite a while. The build does pass all tests, so all...
I'm trying to install this gem in our Github Action using the `windows-latest` OS. Unfortunately, I'm getting the error below. I've seen it succeed in some cases, though, so it...
This gem is a dependency of `rubocop`. My development machine is a Mac; my CI machine is Linux. What would be the best practice regarding the gem for these different...