Files
chromebrew/packages/ruby_power_assert.rb
Satadru Pramanik, DO, MPH, MEng d13c4878eb Pip, gem updates (#10567)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-10-04 11:55:36 -05:00

14 lines
347 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 "2.0.4-#{CREW_RUBY_VER}"
license 'BSD-2-Clause'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
no_compile_needed
end