mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
* 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>
14 lines
325 B
Ruby
14 lines
325 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_language_server_protocol < RUBY
|
|
description "A Language Server Protocol SDK."
|
|
homepage 'https://github.com/mtsmfm/language_server-protocol-ruby'
|
|
version "3.17.0.4-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|