From 71fe1715b20f7d149583c8e1c1a62a45799adb44 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Mon, 28 Dec 2020 00:35:00 +0200 Subject: [PATCH] add link to ruby implementation (#5) Add a link to the Ruby implementation under the implementations section. See also: https://github.com/kdl-org/kdl/issues/53 https://github.com/kdl-org/kdl/pull/58 --- src/_includes/partials/implementations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_includes/partials/implementations.md b/src/_includes/partials/implementations.md index 4ddaaf4..b971211 100644 --- a/src/_includes/partials/implementations.md +++ b/src/_includes/partials/implementations.md @@ -4,6 +4,7 @@ * Rust: [kdl-rs](https://github.com/kdl-org/kdl-rs) * JavaScript: [kdljs](https://github.com/kdl-org/kdljs) +* Ruby: [kdl-rb](https://github.com/jellymann/kdl-rb) ## Editor Support