File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,12 @@ Gem::Specification.new do |spec|
13
13
"oss@dbl.works" ,
14
14
]
15
15
16
- spec . summary = "Kirei is a strictly typed Ruby micro/REST-framework for building scaleable and performant APIs ."
16
+ spec . summary = "Kirei is a strictly typed Ruby micro/REST-framework for building scaleable and performant microservices ."
17
17
spec . description = <<~TXT
18
- Kirei's structure und developer experience is inspired by Rails, but it's not a Rails clone.
19
- It's a framework that's built from the ground up to be strictly typed, performant and scaleable.
18
+ Kirei is a strictly typed Ruby micro/REST-framework for building scaleable and performant microservices.
19
+ It is built from the ground up to be clean and easy to use.
20
+ Kirei is based on Sequel as an ORM, Sorbet for typing, and Sinatra for routing.
21
+ It strives to have zero magic and to be as explicit as possible.
20
22
TXT
21
23
spec . homepage = "https://github.com/swiknaba/kirei"
22
24
spec . license = "MIT"
You can’t perform that action at this time.
0 commit comments