From 391f56a73f4846d55e0197e922f32bebd6767259 Mon Sep 17 00:00:00 2001 From: Tim Riley Date: Sun, 14 Jul 2024 20:02:47 +1000 Subject: [PATCH] Reenable dry-cli Hopefully this will get us past the build problems --- data/projects.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/data/projects.yml b/data/projects.yml index 015e7880d5..bfebdffd93 100644 --- a/data/projects.yml +++ b/data/projects.yml @@ -395,17 +395,17 @@ seo: description: A practical, production-grade implementation of algebraic effects for Ruby -# - name: dry-cli -# desc: General purpose Command Line Interface (CLI) framework -# versions: -# - value: main -# branch: main -# - value: '1.1' -# branch: release-1.1 -# - value: '1.0' -# branch: release-1.0 -# seo: -# description: General purpose Command Line Interface (CLI) framework for Ruby +- name: dry-cli + desc: General purpose Command Line Interface (CLI) framework + versions: + - value: main + branch: main + - value: '1.1' + branch: release-1.1 + - value: '1.0' + branch: release-1.0 + seo: + description: General purpose Command Line Interface (CLI) framework for Ruby - name: dry-transformer desc: Data transformation toolkit versions: