Skip to content

Commit f3531a5

Browse files
authored
Merge pull request #1274 from maloucaze/use-heredoc
Use squiggly HEREDOC syntax
2 parents c9358d9 + f82c995 commit f3531a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: github-markup.gemspec

+4-2
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 = "[email protected]"
1113
s.homepage = "https://github.com/github/markup"

0 commit comments

Comments
 (0)