forked from github/markup
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request github#1274 from maloucaze/use-heredoc
Use squiggly HEREDOC syntax
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|