Skip to content

Commit

Permalink
Merge pull request #11 from manyfold3d/coveraage
Browse files Browse the repository at this point in the history
Add README badges
  • Loading branch information
Floppy authored Dec 19, 2024
2 parents 19130cb + 16bb903 commit 6480613
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 6480613

Please sign in to comment.