mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
15 lines
378 B
Ruby
15 lines
378 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_power_assert < RUBY
|
|
description 'Power assert shows each value of variables and method calls in the expression.'
|
|
homepage 'https://github.com/ruby/power_assert'
|
|
version "3.0.1-#{CREW_RUBY_VER}"
|
|
license 'BSD-2-Clause'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
upstream_name 'power_assert'
|
|
end
|