hanami-router 2.1.0 → 2.2.0.beta2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +6 -14
- data/hanami-router.gemspec +1 -1
- data/lib/hanami/router/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9f8479f18fc615e9afefa28d2c110b9bb012b215df2eaaa1712f260c8622c20
|
4
|
+
data.tar.gz: 252f7a45f69e654275bd064e7821e725c6b1c7bf7a2e737e16244d8c10964674
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79841c7c1aa44f2a3d1691788a6fa52e70ad38d8b0ffb81fca8bcbd2c65c1d1e672484a311545b42d00b935529137bf1486ba32da48058ae44cc57f5b486f016
|
7
|
+
data.tar.gz: 75d7536da03b4cfef9f1c3f96d8ce1ca538e20eebef9a570362bb152b72a4780629361c9b70542cb15138cd226a967aa0e0a4fa43bc4721a358874ce56ed5bcc
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -1,35 +1,27 @@
|
|
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
|
[![Gem Version](https://badge.fury.io/rb/hanami-router.svg)](https://badge.fury.io/rb/hanami-router)
|
12
|
-
[![CI](https://github.com/hanami/router/workflows/ci/badge.svg
|
8
|
+
[![CI](https://github.com/hanami/router/actions/workflows/ci.yml/badge.svg)](https://github.com/hanami/router/actions?query=workflow%3Aci+branch%3Amain)
|
13
9
|
[![Test Coverage](https://codecov.io/gh/hanami/router/branch/main/graph/badge.svg)](https://codecov.io/gh/hanami/router)
|
14
10
|
[![Depfu](https://badges.depfu.com/badges/5f6b8e8fa3b0d082539f0b0f84d55960/overview.svg)](https://depfu.com/github/hanami/router?project=Bundler)
|
15
|
-
[![Inline Docs](http://inch-ci.org/github/hanami/router.svg)](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://
|
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
|
data/hanami-router.gemspec
CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
18
18
|
spec.executables = []
|
19
19
|
spec.require_paths = ["lib"]
|
20
20
|
spec.metadata["rubygems_mfa_required"] = "true"
|
21
|
-
spec.required_ruby_version = ">= 3.
|
21
|
+
spec.required_ruby_version = ">= 3.1"
|
22
22
|
|
23
23
|
spec.add_dependency "rack", "~> 2.0"
|
24
24
|
spec.add_dependency "mustermann", "~> 3.0"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hanami-router
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.2.0.beta2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luca Guidi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rack
|
@@ -195,14 +195,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
195
195
|
requirements:
|
196
196
|
- - ">="
|
197
197
|
- !ruby/object:Gem::Version
|
198
|
-
version: '3.
|
198
|
+
version: '3.1'
|
199
199
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
200
200
|
requirements:
|
201
201
|
- - ">="
|
202
202
|
- !ruby/object:Gem::Version
|
203
203
|
version: '0'
|
204
204
|
requirements: []
|
205
|
-
rubygems_version: 3.5.
|
205
|
+
rubygems_version: 3.5.16
|
206
206
|
signing_key:
|
207
207
|
specification_version: 4
|
208
208
|
summary: Rack compatible HTTP router for Ruby and Hanami
|