Files
chromebrew/packages/ruby_jaro_winkler.rb
chromebrew-actions[bot] bf4dff74f8 Add ruby_solargraph and deps. (#12262)
* Add ruby_solargraph

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update packages.yaml

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Fix license.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* suggested changes

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* suggested changes

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* suggested changes

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* suggested changes

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
2025-07-26 22:31:20 +00:00

14 lines
462 B
Ruby

require 'buildsystems/ruby'
class Ruby_jaro_winkler < RUBY
description 'Jaro_winkler is an implementation of Jaro-Winkler distance algorithm which is written in C extension and will fallback to pure Ruby version in platforms other than MRI/KRI like JRuby or Rubinius.'
homepage 'https://github.com/tonytonyjan/jaro_winkler'
version "1.6.1-#{CREW_RUBY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
no_compile_needed
end