Sha256: d64ab176598b60ab2ae1532345afaacf612ba40e5d4b4eef102f722329ae2bbf
Contents?: true
Size: 1.16 KB
Versions: 3
Compression:
Stored size: 1.16 KB
Contents
[![Build Status](https://travis-ci.org/mlibrary/checkpoint.svg?branch=master)](https://travis-ci.org/mlibrary/checkpoint?branch=master) [![Coverage Status](https://coveralls.io/repos/github/mlibrary/checkpoint/badge.svg?branch=master)](https://coveralls.io/github/mlibrary/checkpoint?branch=master) [![User Docs](https://img.shields.io/badge/user_docs-readthedocs-blue.svg)](https://checkpoint.readthedocs.io/en/latest) [![API Docs](https://img.shields.io/badge/API_docs-rubydoc.info-blue.svg)](https://www.rubydoc.info/gems/checkpoint) # Checkpoint Checkpoint provides a model and infrastructure for policy-based authorization, especially in Rails applications. ## Installation Add this line to your application's Gemfile: ```ruby gem 'checkpoint' ``` And then execute: $ bundle ## Documentation User documentation source is available in the `docs` directory and in rendered format on [readthedocs](https://checkpoint.readthedocs.io/en/latest/). API/class documentation is in YARD format and in rendered format on [rubydoc.info](https://www.rubydoc.info/gems/checkpoint). ## License Checkpoint is licensed under the BSD-3-Clause license. See [LICENSE.md](LICENSE.md).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
checkpoint-1.1.3 | README.md |
checkpoint-1.1.2 | README.md |
checkpoint-1.1.1 | README.md |