Skip to content

Commit

Permalink
Use squiggly HEREDOC syntax
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
maloucaze committed May 22, 2019
1 parent c9358d9 commit cd4e3e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions github-markup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ Gem::Specification.new do |s|
s.name = "github-markup"
s.version = GitHub::Markup::VERSION
s.summary = "The code GitHub uses to render README.markup"
s.description = "This gem is used by GitHub to render any fancy markup such " +
"as Markdown, Textile, Org-Mode, etc. Fork it and add your own!"
s.description = <<~DESC
This gem is used by GitHub to render any fancy markup such as Markdown,
Textile,Org-Mode, etc. Fork it and add your own!
DESC
s.authors = ["Chris Wanstrath"]
s.email = "[email protected]"
s.homepage = "https://github.com/github/markup"
Expand Down

0 comments on commit cd4e3e0

Please sign in to comment.