Files
chromebrew/packages/ruby_regexp_parser.rb
github-actions[bot] 51784d35ac Update & add rubocop related gems. (#11241)
* Add/update missing ruby gems.

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

* Remove extra blank lines.

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

* Add ruby_rubocop_chromebrew dep for unit tests.

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

* Handle gem names with underscores and dashes.

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

* update rubocop

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

* Add ruby_rubocop_chromebrew to packages.yaml

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-02-04 17:21:48 +00:00

14 lines
335 B
Ruby

require 'buildsystems/ruby'
class Ruby_regexp_parser < RUBY
description "A library for tokenizing, lexing, and parsing Ruby regular expressions."
homepage 'https://github.com/ammar/regexp_parser'
version "2.10.0-#{CREW_RUBY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
no_compile_needed
end