KenKundert / nestedtext

Human readable and writable data interchange format
https://nestedtext.org
MIT License
362 stars 13 forks source link

Add nestedtext-ruby link in related_projects.rst #32

Closed erikw closed 2 years ago

erikw commented 2 years ago

Adding a link to nestedtext-ruby.

While there are still tons of code improvements and features that I would like to add, it's already usable and released to rubygems.org! All official tests are passing ✅

I will contribute with my Ruby helper for the official tests too, once I've cleaned up the code with linters and so on

https://github.com/erikw/nestedtext_tests/blob/add_ruby_api/api/nestedtext_official_tests.rb

KenKundert commented 2 years ago

I am in the process of making some changes, but should check in a new version in a few days. I expect to do a formal release in a few weeks. Your notice will show up in the official documentation at that point.

Thanks for creating this implementation.