From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 8714F1F451 for ; Tue, 9 Jan 2024 00:33:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1704760410; bh=LVjnrJahIr1RJcWyzGDbVm4Q2+GAn4HsAxeg7o4SRH4=; h=From:To:Subject:Date:From; b=UaQVYvWUYQ4m//5IYniG7/Q1KHTKyQcGAjxMPQUYz6D1XG/VXLhhUc0eFT0dEq6Qg 2IcQdAVdpJJUXr7gcWzpzv1WsJt25Z73Nydi685460H58ZntijO56snHSmjcc+uKa6 2qKkCTum6kr1o8wVc/2nROm3UYT04KRY9b+NMnbg= From: Eric Wong To: mwrap-perl@80x24.org Subject: [PATCH] README: link to Ruby version, too Date: Tue, 9 Jan 2024 00:33:30 +0000 Message-ID: <20240109003330.454205-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Because I hate consumerism and planned obsolescence. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 88abe7d..271cedf 100644 --- a/README +++ b/README @@ -52,7 +52,8 @@ See mwrap-rproxy(1p) and mwrap-perl(1p) manpages for more info. == Compared to other tools -* mwrap-perl knows about Perl code, and an `mwrap' RubyGem exists, too +* mwrap-perl knows about Perl code, and an `mwrap' RubyGem exists, too: + https://80x24.org/mwrap.git * mwrap does not catch memory errors; use ASan, valgrind, or similar