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>
This commit is contained in:
chromebrew-actions[bot]
2025-07-26 17:31:20 -05:00
committed by GitHub
parent 8a1a3d94ce
commit bf4dff74f8
15 changed files with 250 additions and 1 deletions

15
packages/ruby_nokogiri.rb Normal file
View File

@@ -0,0 +1,15 @@
require 'buildsystems/ruby'
class Ruby_nokogiri < RUBY
description 'Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.'
homepage 'https://nokogiri.org'
version "1.18.9-#{CREW_RUBY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
depends_on 'ruby_racc' # R
conflicts_ok
no_compile_needed
end