Sha256: 7a27109977d7f3df298b8e64f391fdaa67eeab4cc429cf5a99041e485a8a6dc3
Contents?: true
Size: 1.47 KB
Versions: 4
Compression:
Stored size: 1.47 KB
Contents
# Hanami::View A view layer for [Hanami](http://hanamirb.org) ## Status [![Gem Version](https://badge.fury.io/rb/hanami-view.svg)](https://badge.fury.io/rb/hanami-view) [![CI](https://github.com/hanami/view/actions/workflows/ci.yml/badge.svg)](https://github.com/hanami/view/actions?query=workflow%3Aci+branch%3Amain) [![Test Coverage](https://codecov.io/gh/hanami/view/branch/main/graph/badge.svg)](https://codecov.io/gh/hanami/view) [![Depfu](https://badges.depfu.com/badges/7cd17419fba78b726be1353118fb01de/overview.svg)](https://depfu.com/github/hanami/view?project=Bundler) ## Contact * Home page: http://hanamirb.org * Community: http://hanamirb.org/community * Guides: https://guides.hanamirb.org * Mailing List: http://hanamirb.org/mailing-list * API Doc: http://rubydoc.info/gems/hanami-view * Chat: http://chat.hanamirb.org ## Rubies __Hanami::View__ supports Ruby (MRI) 3.1+ ## Installation Add this line to your application's Gemfile: ```ruby gem "hanami-view" ``` And then execute: ```shell $ bundle ``` Or install it yourself as: ```shell $ gem install hanami-view ``` ## Versioning __Hanami::View__ uses [Semantic Versioning 2.0.0](http://semver.org) ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## Copyright Copyright © 2014–2024 Hanami Team – Released under MIT License
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hanami-view-2.2.0 | README.md |
hanami-view-2.2.0.rc1 | README.md |
hanami-view-2.2.0.beta2 | README.md |
hanami-view-2.2.0.beta1 | README.md |