From c51c926aacb4f65d66cbf69d0415ac62fbf13a54 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Tue, 19 Dec 2023 17:54:26 +0100 Subject: [PATCH] 0.0.2 --- Changes | 3 +++ META6.json | 2 +- {t => xt}/basic.rakutest | 0 {t => xt}/sources/basic | 0 {t => xt}/sources/basic.DE | 0 {t => xt}/sources/basic.EN | 0 {t => xt}/sources/basic.FR | 0 {t => xt}/sources/basic.HU | 0 {t => xt}/sources/basic.IT | 0 {t => xt}/sources/basic.NL | 0 {t => xt}/sources/basic.PT | 0 {t => xt}/update-deparse.raku | 0 12 files changed, 4 insertions(+), 1 deletion(-) rename {t => xt}/basic.rakutest (100%) rename {t => xt}/sources/basic (100%) rename {t => xt}/sources/basic.DE (100%) rename {t => xt}/sources/basic.EN (100%) rename {t => xt}/sources/basic.FR (100%) rename {t => xt}/sources/basic.HU (100%) rename {t => xt}/sources/basic.IT (100%) rename {t => xt}/sources/basic.NL (100%) rename {t => xt}/sources/basic.PT (100%) rename {t => xt}/update-deparse.raku (100%) diff --git a/Changes b/Changes index a2a8085..abdc1e8 100644 --- a/Changes +++ b/Changes @@ -2,5 +2,8 @@ Revision history for L10N {{$NEXT}} +0.0.2 2023-12-19T17:54:12+01:00 + - Make sure we only run tests on upload + 0.0.1 2023-12-19T17:50:03+01:00 - Initial version diff --git a/META6.json b/META6.json index 6f256d0..39222e6 100644 --- a/META6.json +++ b/META6.json @@ -29,5 +29,5 @@ ], "test-depends": [ ], - "version": "0.0.1" + "version": "0.0.2" } diff --git a/t/basic.rakutest b/xt/basic.rakutest similarity index 100% rename from t/basic.rakutest rename to xt/basic.rakutest diff --git a/t/sources/basic b/xt/sources/basic similarity index 100% rename from t/sources/basic rename to xt/sources/basic diff --git a/t/sources/basic.DE b/xt/sources/basic.DE similarity index 100% rename from t/sources/basic.DE rename to xt/sources/basic.DE diff --git a/t/sources/basic.EN b/xt/sources/basic.EN similarity index 100% rename from t/sources/basic.EN rename to xt/sources/basic.EN diff --git a/t/sources/basic.FR b/xt/sources/basic.FR similarity index 100% rename from t/sources/basic.FR rename to xt/sources/basic.FR diff --git a/t/sources/basic.HU b/xt/sources/basic.HU similarity index 100% rename from t/sources/basic.HU rename to xt/sources/basic.HU diff --git a/t/sources/basic.IT b/xt/sources/basic.IT similarity index 100% rename from t/sources/basic.IT rename to xt/sources/basic.IT diff --git a/t/sources/basic.NL b/xt/sources/basic.NL similarity index 100% rename from t/sources/basic.NL rename to xt/sources/basic.NL diff --git a/t/sources/basic.PT b/xt/sources/basic.PT similarity index 100% rename from t/sources/basic.PT rename to xt/sources/basic.PT diff --git a/t/update-deparse.raku b/xt/update-deparse.raku similarity index 100% rename from t/update-deparse.raku rename to xt/update-deparse.raku