mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -05:00
* Adjust package for Ruby 4.0.0 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Fix ruby gem filelist generation. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add ruby builds. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * lint Signed-off-by: Satadru Pramanik <satadru@gmail.com> * ruby4: Package File Update Run on linux/386 container. * ruby4: Package File Update Run on linux/amd64 container. * Ruby 4 Adjustments. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com>
16 lines
376 B
Ruby
16 lines
376 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_test_unit < RUBY
|
|
description '|- test-unit (test::unit) is unit testing framework for ruby, based on xunit principles.'
|
|
homepage 'https://test-unit.github.io/'
|
|
version "3.7.6-#{CREW_RUBY_VER}"
|
|
license 'PSFL'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'ruby_power_assert' # R
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|