File tree 3 files changed +7
-15
lines changed
3 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 22
22
fail-fast : false
23
23
matrix :
24
24
ruby :
25
+ - " 3.3"
25
26
- " 3.2"
26
27
- " 3.1"
27
- - " 3.0"
28
28
env :
29
29
CODACY_RUN_LOCAL : true
30
30
CODACY_PROJECT_TOKEN : ${{secrets.CODACY_PROJECT_TOKEN}}
Original file line number Diff line number Diff line change 2
2
3
3
Minimal, extremely fast, lightweight Ruby framework for HTTP APIs.
4
4
5
- ## Version
6
-
7
- ** This branch contains the code for ` hanami-api ` 0.3.x.**
8
-
9
5
## Status
10
6
11
7
[ ![ Gem Version] ( https://badge.fury.io/rb/hanami-api.svg )] ( https://badge.fury.io/rb/hanami-api )
12
- [ ![ CI] ( https://github.com/hanami/api/workflows/ci/badge.svg?branch=main )] ( https://github.com/hanami/api/actions?query=workflow%3Aci+branch%3Amain )
8
+ [ ![ CI] ( https://github.com/hanami/api/actions/ workflows/ci.yml /badge.svg )] ( https://github.com/hanami/api/actions?query=workflow%3Aci+branch%3Amain )
13
9
[ ![ Test Coverage] ( https://codecov.io/gh/hanami/api/branch/main/graph/badge.svg )] ( https://codecov.io/gh/hanami/api )
14
10
[ ![ Depfu] ( https://badges.depfu.com/badges/a8545fb67cf32a2c75b6227bc0821027/overview.svg )] ( https://depfu.com/github/hanami/api?project=Bundler )
15
- [ ![ Inline Docs] ( http://inch-ci.org/github/hanami/api.svg )] ( http://inch-ci.org/github/hanami/api )
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-api
16
+ * API Doc: http://rubydoc .info/gems/hanami-api
22
17
* Bugs/Issues: https://github.com/hanami/api/issues
23
- * Support: http://stackoverflow.com/questions/tagged/hanami
24
18
* Chat: http://chat.hanamirb.org
25
19
26
- ## Rubies
27
-
28
- __ Hanami::API__ supports Ruby (MRI) 3.0+
29
-
30
20
## Installation
31
21
22
+ __ Hanami::API__ supports Ruby (MRI) 3.1+
23
+
32
24
Add these lines to your application's ` Gemfile ` :
33
25
34
26
``` ruby
@@ -680,4 +672,4 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/hanami
680
672
681
673
## Copyright
682
674
683
- Copyright © 2014-2022 Hanami Team – Released under MIT License.
675
+ Copyright © 2014–2024 Hanami Team – Released under MIT License.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
spec . description = "Extremely fast and lightweight HTTP API"
13
13
spec . homepage = "http://rubygems.org"
14
14
spec . licenses = [ "MIT" ]
15
- spec . required_ruby_version = Gem :: Requirement . new ( ">= 3.0.0" )
15
+ spec . required_ruby_version = ">= 3.1"
16
16
17
17
spec . metadata [ "allowed_push_host" ] = "https://rubygems.org"
18
18
You can’t perform that action at this time.
0 commit comments