Files
chromebrew/packages/ruby_parser.rb
Satadru Pramanik, DO, MPH, MEng 9a4be54576 Reduce gem update debugging level, update ruby_parser. — ruby_parser: 3.3.10.0-ruby4.0 → 3.3.10.1-ruby4.0 (#14167)
* Reduce gem update debugging level, update ruby_parser.

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

* gem_update: Package File Update Run on linux/386 container.

* gem_update: Package File Update Run on linux/amd64 container.

* gem_update: Package File Update Run on linux/arm/v7 container.

* Add ruby_parser to essential packages.

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

* Better prevent CREW_ESSENTIAL_PACKAGE removal and ruby gem name determination.

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

* Gate CREW_ESSENTIAL_PACKAGE removal block behind a check for gem packages.

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

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
2026-01-14 22:33:06 +00:00

18 lines
383 B
Ruby

require 'buildsystems/ruby'
class Ruby_parser < RUBY
description 'A Ruby parser written in pure Ruby.'
homepage 'https://github.com/whitequark/parser'
version "3.3.10.1-#{CREW_RUBY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
depends_on 'ruby_ast' # R
depends_on 'ruby_kramdown' # R
depends_on 'ruby_racc' # R
conflicts_ok
no_compile_needed
end