Skip to content

Commit

Permalink
Merge pull request #1274 from maloucaze/use-heredoc
Browse files Browse the repository at this point in the history
Use squiggly HEREDOC syntax
  • Loading branch information
kivikakk authored May 23, 2019
2 parents c9358d9 + f82c995 commit f3531a5
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 = "chris@ozmm.org"
s.homepage = "https://github.com/github/markup"
Expand Down

0 comments on commit f3531a5

Please sign in to comment.