mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-11 00:18:06 -05:00
* Ruby gem updates Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add mini_portile2 gem. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust mini_portile2 package. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Build jaro_winkler for ruby 4 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add nokogiri build. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * ruby_updates: Package File Update Run on linux/386 container. * Add mini_portile2 filelist. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add other mini_portile2 filelists. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * ruby_updates: Package File Update Run on linux/amd64 container. * ruby_updates: Package File Update Run on linux/arm/v7 container. * Only bump ruby version in lib/const.rb. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update ruby_thor Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Minimize sudo usage in workflow. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more files in push-check. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * ruby_updates: Package File Update Run on linux/386 container. * ruby_updates: Package File Update Run on linux/amd64 container. * ruby_updates: Package File Update Run on linux/arm/v7 container. --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com>
34 lines
950 B
Ruby
34 lines
950 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_solargraph < RUBY
|
|
description 'IDE tools for code completion, inline documentation, and static analysis.'
|
|
homepage 'https://solargraph.org'
|
|
version "0.58.1-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'ruby_backport' # R
|
|
depends_on 'ruby_benchmark' # R
|
|
depends_on 'ruby_bundler' # R
|
|
depends_on 'ruby_diff_lcs' # R
|
|
depends_on 'ruby_jaro_winkler' # R
|
|
depends_on 'ruby_kramdown' # R
|
|
depends_on 'ruby_kramdown_parser_gfm' # R
|
|
depends_on 'ruby_logger' # R
|
|
depends_on 'ruby_observer' # R
|
|
depends_on 'ruby_ostruct' # R
|
|
depends_on 'ruby_parser' # R
|
|
depends_on 'ruby_prism' # R
|
|
depends_on 'ruby_rbs' # R
|
|
depends_on 'ruby_reverse_markdown' # R
|
|
depends_on 'ruby_rubocop' # R
|
|
depends_on 'ruby_thor' # R
|
|
depends_on 'ruby_tilt' # R
|
|
depends_on 'ruby_yard' # R
|
|
depends_on 'ruby_yard_solargraph' # R
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|