https://github.com/mlibrary/vizier
Vizier helps you present information appropriately
https://github.com/mlibrary/vizier
Last synced: about 1 year ago
JSON representation
Vizier helps you present information appropriately
- Host: GitHub
- URL: https://github.com/mlibrary/vizier
- Owner: mlibrary
- License: other
- Created: 2018-02-16T12:41:54.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T22:04:04.000Z (over 4 years ago)
- Last Synced: 2025-02-24T18:07:51.762Z (over 1 year ago)
- Language: Ruby
- Size: 23.4 KB
- Stars: 0
- Watchers: 24
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/mlibrary/vizier/actions/workflows/test.yml)
[](https://coveralls.io/github/mlibrary/vizier?branch=main)
[](https://vizier.readthedocs.io/en/latest)
[](https://www.rubydoc.info/gems/vizier)
# Vizier
Vizier helps you present information appropriately.
It is a small library for writing and using policy-aware presenters, especially
in Rails applications, conveniently.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'vizier'
```
And then execute:
$ bundle
## Compatibility
Vizier is intended to be compatible with all community-supported Ruby branches (i.e., minor versions), currently:
- 2.6
- 2.7
- 3.0
- 3.1
We prefer the newest syntax and linting rules that preserve compatibility with the oldest branch in normal maintenance.
When the security maintenance for a branch expires, Keycard's compatibility should be considered unsupported.
See also, [Ruby's branch maintenance policy](https://www.ruby-lang.org/en/downloads/branches/).
## License
Vizier is licensed under the BSD-3-Clause license. See [LICENSE.md](LICENSE.md).