Skip to content

Commit a6a0fdc

Browse files
committed
better description
1 parent 3c27e9b commit a6a0fdc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

kirei.gemspec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ Gem::Specification.new do |spec|
1313
"oss@dbl.works",
1414
]
1515

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."
1717
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.
2022
TXT
2123
spec.homepage = "https://github.com/swiknaba/kirei"
2224
spec.license = "MIT"

0 commit comments

Comments
 (0)