From 39e25f8258b0399b706e94bc0384f580d02060e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Garc=C3=ADa=20Isa=C3=ADa?= Date: Wed, 29 Sep 2021 00:23:57 -0300 Subject: [PATCH] Update gem status in README Mention both the search for maintainers and the fact that Airrecord does a better job to avoid folks from hitting dead ends with this API. See #25 See #26 --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0d06276..272d853 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,21 @@ Easily connect to [airtable](https://airtable.com) data using ruby with access t # Note on library status -We are currently transitioning this gem to be supported by -Airtable. We will maintain it moving forward, but until we fully -support it, it will stay in the status of "community libraries". At -that time we will remove this notice and add a "ruby" section to the -API docs. +Airtable plans to officially support this gem, but it will stay in +the stattus of "community libraries" until we get there. + +The current status of the gem is not production-ready. + +You're welcome to contribute to the gem (look at +[#26](https://github.com/Airtable/airtable-ruby/issues/26) if you +want to become a maintainer), but expect issues. + +You can also try the community-developed +[airrecord](https://github.com/sirupsen/airrecord) gem, which is +better maintained for now. + +Whenever this gem becomes fully supported by Airtable, we will +remove this notice and add a "ruby" section to the API docs. ## Installation