We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f8085 commit 67781b9Copy full SHA for 67781b9
tilt-handlebars.gemspec
@@ -9,8 +9,12 @@ Gem::Specification.new do |spec|
9
spec.version = Tilt::Handlebars::VERSION
10
spec.authors = ["Jim Cushing"]
11
spec.email = ["jimothy@mac.com"]
12
- spec.description = "Use Handlebars.rb with Tilt"
13
- spec.summary = spec.description
+ spec.description = <<-EOF
+ 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"
18
spec.homepage = "https://github.com/jimothyGator/tilt-handlebars"
19
spec.license = "MIT"
20
0 commit comments