From 16bb903a533603a99d0709d0f9d6948427dd7602 Mon Sep 17 00:00:00 2001 From: James Smith Date: Thu, 19 Dec 2024 10:17:00 +0000 Subject: [PATCH] Add README badges --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 317e1bf..0e239bf 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # Caber -![Gem Downloads (for latest version)](https://img.shields.io/gem/dtv/caber) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/manyfold3d/caber/push.yml) +[![Maintainability](https://api.codeclimate.com/v1/badges/87209d996d4ffb7517c5/maintainability)](https://codeclimate.com/github/manyfold3d/caber/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/87209d996d4ffb7517c5/test_coverage)](https://codeclimate.com/github/manyfold3d/caber/test_coverage) ![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/rubygems/caber) -![Dependent repos (via libraries.io)](https://img.shields.io/librariesio/dependent-repos/rubygems/caber) +![GitHub Release](https://img.shields.io/github/v/release/manyfold3d/caber) +![Gem Downloads (for latest version)](https://img.shields.io/gem/dtv/caber) +![Dependent repos (via libraries.io)](https://img.shields.io/librariesio/dependent-repos/rubygems/caber) A simple [ReBAC](https://en.wikipedia.org/wiki/Relationship-based_access_control) / [Zanzibar](https://research.google/pubs/zanzibar-googles-consistent-global-authorization-system/) backend plugin for Rails apps. Allows you to easily specify permission relationships between pairs of objects, e.g. granting edit permission on a document to a specific user, like in Google Docs.