File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ Revision history for Terminal::ANSIColor
22
33{{$NEXT}}
44
5+ 0.12 2024-12-11T19:28:26+01:00
6+ - Turn back into a Raku Community module
7+
580.11 2024-09-23T16:27:56+02:00
69 - Modernize test file extension
710 - Add badges for each operating system
Original file line number Diff line number Diff line change 11{
2- "auth" : " zef:lizmat " ,
2+ "auth" : " zef:raku-community-modules " ,
33 "authors" : [
44 " Tadeusz “tadzik” Sośnierz" ,
55 " Elizabeth Mattijsen"
1717 },
1818 "resources" : [
1919 ],
20- "source-url" : " https://github.com/lizmat /Terminal-ANSIColor.git" ,
20+ "source-url" : " https://github.com/raku-community-modules /Terminal-ANSIColor.git" ,
2121 "support" : {
2222 },
2323 "tags" : [
2929 ],
3030 "test-depends" : [
3131 ],
32- "version" : " 0.11 "
32+ "version" : " 0.12 "
3333}
Original file line number Diff line number Diff line change 1- [ ![ Actions Status] ( https://github.com/lizmat /Terminal-ANSIColor/actions/workflows/linux.yml/badge.svg )] ( https://github.com/lizmat /Terminal-ANSIColor/actions ) [ ![ Actions Status] ( https://github.com/lizmat /Terminal-ANSIColor/actions/workflows/macos.yml/badge.svg )] ( https://github.com/lizmat /Terminal-ANSIColor/actions ) [ ![ Actions Status] ( https://github.com/lizmat /Terminal-ANSIColor/actions/workflows/windows.yml/badge.svg )] ( https://github.com/lizmat /Terminal-ANSIColor/actions )
1+ [ ![ Actions Status] ( https://github.com/raku-community-modules /Terminal-ANSIColor/actions/workflows/linux.yml/badge.svg )] ( https://github.com/raku-community-modules /Terminal-ANSIColor/actions ) [ ![ Actions Status] ( https://github.com/raku-community-modules /Terminal-ANSIColor/actions/workflows/macos.yml/badge.svg )] ( https://github.com/raku-community-modules /Terminal-ANSIColor/actions ) [ ![ Actions Status] ( https://github.com/raku-community-modules /Terminal-ANSIColor/actions/workflows/windows.yml/badge.svg )] ( https://github.com/raku-community-modules /Terminal-ANSIColor/actions )
22
33NAME
44====
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ sub test-dir($dir) {
5151}
5252
5353test-dir("t");
54+ test-dir($_) for dir("t", :test({ !.starts-with(".") && "t/$_".IO.d})).map(*.Str).sort;
5455test-dir("xt") if $author && "xt".IO.e;
5556install if $install;
5657
You can’t perform that action at this time.
0 commit comments