We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3ed6a commit 4b4768aCopy full SHA for 4b4768a
katapult.gemspec
@@ -9,7 +9,12 @@ Gem::Specification.new do |spec|
9
spec.authors = ['Dominik Schöler']
10
spec.email = ['[email protected]']
11
spec.summary = %q{Kickstart Rails development}
12
- spec.description = %q{Katapult is a framework for generating base code}
+ 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
+ }
18
spec.homepage = 'https://github.com/makandra/katapult'
19
spec.license = 'MIT'
20
0 commit comments