Skip to content

Commit 31f4226

Browse files
committed
CI test prior to release
1 parent 9f5fbce commit 31f4226

9 files changed

Lines changed: 1465 additions & 129 deletions

File tree

.META/SOURCE.cdx.json

Lines changed: 1331 additions & 0 deletions
Large diffs are not rendered by default.

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- 'latest'
1919
runs-on: ${{ matrix.os }}
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v6
2222
- uses: Raku/setup-raku@v1
2323
with:
2424
raku-version: ${{ matrix.raku-version }}

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- 'latest'
1919
runs-on: ${{ matrix.os }}
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v6
2222
- uses: Raku/setup-raku@v1
2323
with:
2424
raku-version: ${{ matrix.raku-version }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
TMPDIR: /tmp
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727
- uses: Raku/setup-raku@v1
2828
with:
2929
raku-version: ${{ matrix.raku-version }}

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Revision history for App-Rak
22

33
{{$NEXT}}
4+
- Update dependencies
5+
- Modernize META
6+
- Update copyright year
47

58
0.3.19 2025-02-12T17:08:38+01:00
69
- Bump dependency on rak to get rid of implicit ParaSeq

META6.json

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,29 @@
33
"authors": [
44
"Elizabeth Mattijsen"
55
],
6-
"build-depends": [
7-
],
8-
"depends": [
9-
"as-cli-arguments:ver<0.0.8+>:auth<zef:lizmat>",
10-
"Backtrace::Files:ver<0.0.4+>:auth<zef:lizmat>",
11-
"CLI::Version:ver<0.0.9+>:auth<zef:lizmat>",
12-
"highlighter:ver<0.0.21+>:auth<zef:lizmat>",
13-
"IO::Path::AutoDecompress:ver<0.0.3+>:auth<zef:lizmat>",
14-
"JSON::Fast::Hyper:ver<0.0.9+>:auth<zef:lizmat>",
15-
"META::constants:ver<0.0.5+>:auth<zef:lizmat>",
16-
"Needle::Compile:ver<0.0.9+>:auth<zef:lizmat>",
17-
"rak:ver<0.0.65+>:auth<zef:lizmat>",
18-
"String::Utils:ver<0.0.32+>:auth<zef:lizmat>"
19-
],
6+
"depends": {
7+
"runtime": {
8+
"requires": [
9+
"as-cli-arguments:ver<0.0.10+>:auth<zef:lizmat>",
10+
"Backtrace::Files:ver<0.0.4+>:auth<zef:lizmat>",
11+
"CLI::Version:ver<0.0.10+>:auth<zef:lizmat>",
12+
"highlighter:ver<0.0.23+>:auth<zef:lizmat>",
13+
"IO::Path::AutoDecompress:ver<0.0.3+>:auth<zef:lizmat>",
14+
"JSON::Fast::Hyper:ver<0.0.10+>:auth<zef:lizmat>",
15+
"META::constants:ver<0.0.6+>:auth<zef:lizmat>",
16+
"Needle::Compile:ver<0.0.11+>:auth<zef:lizmat>",
17+
"rak:ver<0.0.67+>:auth<zef:lizmat>",
18+
"String::Utils:ver<0.0.40+>:auth<zef:lizmat>"
19+
]
20+
}
21+
},
2022
"description": "21st century grep / find / ack / ag / rg on steroids",
2123
"license": "Artistic-2.0",
2224
"name": "App::Rak",
23-
"perl": "6.d",
2425
"provides": {
2526
"App::Rak": "lib/App/Rak.rakumod"
2627
},
28+
"raku": "6.d",
2729
"resources": [
2830
"help.txt",
2931
"help/argument.txt",
@@ -45,7 +47,11 @@
4547
"help/special.txt",
4648
"help/string.txt"
4749
],
48-
"source-url": "https://github.com/lizmat/App-Rak.git",
50+
"support": {
51+
"bugtracker": "https://github.com/lizmat/App-Rak/issues",
52+
"email": "liz@raku.rocks",
53+
"source": "https://github.com/lizmat/App-Rak.git"
54+
},
4955
"tags": [
5056
"ACK",
5157
"SEARCH",
@@ -57,7 +63,5 @@
5763
"CSV",
5864
"GIT"
5965
],
60-
"test-depends": [
61-
],
6266
"version": "0.3.19"
6367
}

0 commit comments

Comments
 (0)