tonytonyjan / jaro_winkler

Ruby & C implementation of Jaro-Winkler distance algorithm which supports UTF-8 string.
MIT License
192 stars 29 forks source link

1.5.3 for JRuby #30

Closed sfgeorge closed 4 years ago

sfgeorge commented 4 years ago

Hello, I'm hitting the following Could not find jaro_winkler-1.5.3-java in any of the sources error on jruby-9.2.7.0. It looks like a 1.5.3-java version just needs to be released.

screenshot of build failure

Thanks very much for your help.

tonytonyjan commented 4 years ago

According to https://rubygems.org/gems/jaro_winkler, v1.5.3 has been released in the last month.

Screen Shot 2019-07-22 at 11 56 39 AM

The image your gave seems like log messages from a certain CI service. Maybe you can try to google using "CI SERVICE NAME" "could not find" "in any of the sources" as keywords to find the solution for this issue?

sfgeorge commented 4 years ago

Sounds good, closing.