From dc2e33b81c1623d2e79d494fefc47337fa0dfc2f Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Sun, 27 Dec 2020 19:25:14 +0200 Subject: [PATCH] add link to ruby implementation 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