Files
chromebrew/packages/ruby_power_assert.rb
Max Downey Twiss 692aedcfa5 Refactor and speed up PackageUtils.get_gem_vars (#14198)
Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com>
2026-02-21 03:09:57 +00:00

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