mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Handles string for for descripiton parsing
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
cb573e6050
commit
a3feab0943
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|||
spec.authors = ["<%= author_name %>"]
|
||||
spec.email = ["<%= author_email %>"]
|
||||
spec.summary = "<%= summary %>"
|
||||
spec.description = "<%= description.join(" ")%>"
|
||||
spec.description = "<%= description.is_a?(Array) ? description.join(" "): description %>"
|
||||
spec.homepage = "<%= homepage %>"
|
||||
spec.license = "<%= license_name %>"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue