README.md in hanami-2.1.0 vs README.md in hanami-2.2.0.beta1

- old
+ new

@@ -2,36 +2,36 @@ The web, with simplicity. ## Version -**This branch contains the code for `hanami` 2.0.x.** +**This branch contains the code for `hanami`: 2.2** ## Frameworks Hanami is a **full-stack** Ruby web framework. It's made up of smaller, single-purpose libraries. This repository is for the full-stack framework, which provides the glue that ties all the parts together: * [**Hanami::Router**](https://github.com/hanami/router) - Rack compatible HTTP router for Ruby * [**Hanami::Controller**](https://github.com/hanami/controller) - Full featured, fast and testable actions for Rack +* [**Hanami::Validations**](https://github.com/hanami/validations) - Parameter validations & coercion for actions * [**Hanami::View**](https://github.com/hanami/view) - Presentation with a separation between views and templates -* [**Hanami::Helpers**](https://github.com/hanami/helpers) - View helpers for Ruby applications -* [**Hanami::Mailer**](https://github.com/hanami/mailer) - Mail for Ruby applications * [**Hanami::Assets**](https://github.com/hanami/assets) - Assets management for Ruby These components are designed to be used independently or together in a Hanami application. ## Status [![Gem Version](https://badge.fury.io/rb/hanami.svg)](https://badge.fury.io/rb/hanami) -[![CI](https://github.com/hanami/hanami/workflows/ci/badge.svg?branch=main)](https://github.com/hanami/hanami/actions?query=workflow%3Aci+branch%3Amain) +[![CI](https://github.com/hanami/hanami/actions/workflows/ci.yml/badge.svg)](https://github.com/hanami/hanami/actions?query=workflow%3Aci+branch%3Amain) +[![Test Coverage](https://codecov.io/gh/hanami/hanami/branch/main/graph/badge.svg)](https://codecov.io/gh/hanami/hanami) [![Depfu](https://badges.depfu.com/badges/ba000e0f69e6ef1c44cd3038caaa1841/overview.svg)](https://depfu.com/github/hanami/hanami?project=Bundler) ## Installation -__Hanami__ supports Ruby (MRI) 3.0+ +__Hanami__ supports Ruby (MRI) 3.1+. ```shell gem install hanami ``` @@ -108,16 +108,16 @@ $ bundle exec rspec path/to/spec.rb ``` ### Development Requirements - * Ruby >= 3.0 + * Ruby >= 3.1 * Bundler * Node.js (MacOS) ## Versioning __Hanami__ uses [Semantic Versioning 2.0.0](http://semver.org) ## Copyright -Copyright © 2014 Hanami Team – Released under MIT License. +Copyright © 2014–2024 Hanami Team – Released under MIT License.