mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
15 lines
395 B
Ruby
15 lines
395 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_error_highlight < RUBY
|
|
description 'The gem enhances exception#message by adding a short explanation where the exception is raised.'
|
|
homepage 'https://github.com/ruby/error_highlight'
|
|
version "0.7.1-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
upstream_name 'error_highlight'
|
|
end
|