Skip to content

Commit 67781b9

Browse files
author
Jim Cushing
committed
update description and summary
1 parent 57f8085 commit 67781b9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tilt-handlebars.gemspec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ Gem::Specification.new do |spec|
99
spec.version = Tilt::Handlebars::VERSION
1010
spec.authors = ["Jim Cushing"]
1111
spec.email = ["jimothy@mac.com"]
12-
spec.description = "Use Handlebars.rb with Tilt"
13-
spec.summary = spec.description
12+
spec.description = <<-EOF
13+
tilt-handlebars allows the Handlebars template engine to work with Tilt.
14+
Is uses the official JavaScript implementation of Handlebars, courtesy
15+
of therubyracer and handlebars.rb from cowboyd.
16+
EOF
17+
spec.summary = "Tilt support for Handlebars"
1418
spec.homepage = "https://github.com/jimothyGator/tilt-handlebars"
1519
spec.license = "MIT"
1620

0 commit comments

Comments
 (0)