Skip to content

Commit cd4e3e0

Browse files
committed
Use squiggly HEREDOC syntax
It is recommended to use the squiggly HEREDOC syntax (https://infinum.co/the-capsized-eight/multiline-strings-ruby-2-3-0-the-squiggly-heredoc) for multiline strings.
1 parent c9358d9 commit cd4e3e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

github-markup.gemspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ Gem::Specification.new do |s|
44
s.name = "github-markup"
55
s.version = GitHub::Markup::VERSION
66
s.summary = "The code GitHub uses to render README.markup"
7-
s.description = "This gem is used by GitHub to render any fancy markup such " +
8-
"as Markdown, Textile, Org-Mode, etc. Fork it and add your own!"
7+
s.description = <<~DESC
8+
This gem is used by GitHub to render any fancy markup such as Markdown,
9+
Textile,Org-Mode, etc. Fork it and add your own!
10+
DESC
911
s.authors = ["Chris Wanstrath"]
1012
s.email = "chris@ozmm.org"
1113
s.homepage = "https://github.com/github/markup"

0 commit comments

Comments
 (0)