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>
16 lines
442 B
Ruby
16 lines
442 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_unicode_display_width < RUBY
|
|
description 'Determines the monospace display width of a string in Ruby, which is useful for all kinds of terminal-based applications.'
|
|
homepage 'https://github.com/janlelis/unicode-display_width'
|
|
version "3.1.4-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'ruby_unicode_emoji' # R
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|