Skip to content

Commit 4b4768a

Browse files
committed
Improve Katapult gem description
1 parent df3ed6a commit 4b4768a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

katapult.gemspec

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ Gem::Specification.new do |spec|
99
spec.authors = ['Dominik Schöler']
1010
spec.email = ['[email protected]']
1111
spec.summary = %q{Kickstart Rails development}
12-
spec.description = %q{Katapult is a framework for generating base code}
12+
spec.description = %q{
13+
Katapult is a framework for generating base code for Rails applications in
14+
two leaps. Basics Generation prepares a new Rails application with lots of
15+
best practices, Model Transformation generates application code from a model
16+
of the application.
17+
}
1318
spec.homepage = 'https://github.com/makandra/katapult'
1419
spec.license = 'MIT'
1520

0 commit comments

Comments
 (0)