Skip to content

Commit 5069a4e

Browse files
committed
0.12
1 parent 337ac61 commit 5069a4e

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
58
0.11 2024-09-23T16:27:56+02:00
69
- Modernize test file extension
710
- Add badges for each operating system

META6.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"auth": "zef:lizmat",
2+
"auth": "zef:raku-community-modules",
33
"authors": [
44
"Tadeusz “tadzik” Sośnierz",
55
"Elizabeth Mattijsen"
@@ -17,7 +17,7 @@
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": [
@@ -29,5 +29,5 @@
2929
],
3030
"test-depends": [
3131
],
32-
"version": "0.11"
32+
"version": "0.12"
3333
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
NAME
44
====

run-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ sub test-dir($dir) {
5151
}
5252

5353
test-dir("t");
54+
test-dir($_) for dir("t", :test({ !.starts-with(".") && "t/$_".IO.d})).map(*.Str).sort;
5455
test-dir("xt") if $author && "xt".IO.e;
5556
install if $install;
5657

0 commit comments

Comments
 (0)