README.md in hanami-1.3.5 vs README.md in hanami-2.0.0.alpha1

- old
+ new

@@ -1,13 +1,9 @@ # Hanami :cherry_blossom: The web, with simplicity. -## Version - -**This branch contains the code for `hanami` 1.3.x.** - ## Frameworks Hanami is a **full-stack** Ruby web framework. It's made up of smaller, single-purpose libraries. @@ -20,25 +16,26 @@ * [**Hanami::Validations**](https://github.com/hanami/validations) - Validations mixin for Ruby objects * [**Hanami::Router**](https://github.com/hanami/router) - Rack compatible HTTP router for Ruby * [**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 +* [**Hanami::CLI**](https://github.com/hanami/cli) - Ruby command line interface * [**Hanami::Utils**](https://github.com/hanami/utils) - Ruby core extensions and class utilities 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=1.3.x)](https://github.com/hanami/hanami/actions?query=workflow%3Aci+branch%3A1.3.x) -[![Test Coverage](https://codecov.io/gh/hanami/hanami/branch/1.3.x/graph/badge.svg)](https://codecov.io/gh/hanami/hanami) +[![TravisCI](https://travis-ci.org/hanami/hanami.svg?branch=master)](https://travis-ci.org/hanami/hanami) +[![Test Coverage](https://codecov.io/gh/hanami/hanami/branch/master/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) [![Inline Docs](http://inch-ci.org/github/hanami/hanami.svg)](http://inch-ci.org/github/hanami/hanami) ## Installation -__Hanami__ supports Ruby (MRI) 2.3+ +__Hanami__ supports Ruby (MRI) 2.5+ ```shell gem install hanami ``` @@ -138,6 +135,6 @@ Released under MIT License. This project was formerly known as Lotus (`lotusrb`). -Copyright © 2014-2021 Luca Guidi. +Copyright © 2014-2019 Luca Guidi.