|
1 | 1 | # Hanami::Router
|
2 | 2 |
|
3 |
| -Rack compatible, lightweight and fast HTTP Router for Ruby and [Hanami](http://hanamirb.org). |
4 |
| - |
5 |
| -## Version |
6 |
| - |
7 |
| -**This branch contains the code for `hanami-router` 2.x.** |
| 3 | +Rack compatible, lightweight, and fast HTTP Router for Ruby and [Hanami](http://hanamirb.org). |
8 | 4 |
|
9 | 5 | ## Status
|
10 | 6 |
|
11 | 7 | [](https://badge.fury.io/rb/hanami-router)
|
12 |
| -[](https://github.com/hanami/router/actions?query=workflow%3Aci+branch%3Amain) |
| 8 | +[](https://github.com/hanami/router/actions?query=workflow%3Aci+branch%3Amain) |
13 | 9 | [](https://codecov.io/gh/hanami/router)
|
14 | 10 | [](https://depfu.com/github/hanami/router?project=Bundler)
|
15 |
| -[](http://inch-ci.org/github/hanami/router) |
16 | 11 |
|
17 | 12 | ## Contact
|
18 | 13 |
|
19 | 14 | * Home page: http://hanamirb.org
|
20 | 15 | * Mailing List: http://hanamirb.org/mailing-list
|
21 |
| -* API Doc: http://rdoc.info/gems/hanami-router |
| 16 | +* API Doc: http://rubydoc.info/gems/hanami-router |
22 | 17 | * Bugs/Issues: https://github.com/hanami/router/issues
|
23 |
| -* Support: http://stackoverflow.com/questions/tagged/hanami |
24 | 18 | * Chat: http://chat.hanamirb.org
|
25 | 19 |
|
26 |
| -## Rubies |
27 |
| - |
28 |
| -__Hanami::Router__ supports Ruby (MRI) 3.0+ |
29 |
| - |
30 | 20 |
|
31 | 21 | ## Installation
|
32 | 22 |
|
| 23 | +__Hanami::Router__ supports Ruby (MRI) 3.1.+ |
| 24 | + |
33 | 25 | Add this line to your application's Gemfile:
|
34 | 26 |
|
35 | 27 | ```ruby
|
@@ -365,4 +357,4 @@ __Hanami::Router__ uses [Semantic Versioning 2.0.0](http://semver.org)
|
365 | 357 |
|
366 | 358 | ## Copyright
|
367 | 359 |
|
368 |
| -Copyright © 2014 Hanami Team – Released under MIT License |
| 360 | +Copyright © 2014–2024 Hanami Team – Released under MIT License |
0 commit comments