From ed5ec57dda6dcd0eb628d9a6aee026bce9b7d29b Mon Sep 17 00:00:00 2001 From: Jakob Pupke Date: Wed, 6 Dec 2023 18:55:22 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index dbe854e..09b6f15 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ Adds typed `jsonb` backed fields as first class citizens to your `ActiveRecord` It also adds generic scopes for querying `jsonb` columns. +## ⚠️ Status of this gem + +Hi, [I](https://github.com/haffla) have taken over this gem a while back as sole maintainer from the original creators who have abandoned this gem. +This gem is in maintance mode now. No active development. Bug reports will be reviewed and worked on promptly. + +I am also happy to review PRs with new features. Please open an issue before and let's discuss it. + ## Table of Contents - [Installation](#installation)