Skip to content

Commit

Permalink
Update gemspec description
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Nicholaides committed Jan 21, 2024
1 parent 334fb05 commit 300bf01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cecil.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ Gem::Specification.new do |spec|

spec.summary = "An experimental templating library for generating source code."
spec.homepage = "https://github.com/nicholaides/cecil"
spec.description = "Cecil templates look like the source code you want to generate thanks to Ruby's flexible syntax."
spec.description = <<~DESC
An experimental templating library for generating source code. Cecil templates look like the source code you want
to generate thanks to Ruby's flexible syntax.
DESC
spec.license = "MIT"
spec.required_ruby_version = ">= 3.1.0"

Expand Down

0 comments on commit 300bf01

Please sign in to comment.