Fix gem summary and description
This commit is contained in:
parent
3af946467a
commit
735d382a53
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
Repubmark
|
||||
=========
|
||||
|
||||
A Markdown-inspired markup language that can be compiled into HTML and Gemtext.
|
||||
A Markdown-inspired markup language that may be compiled into HTML and Gemtext.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ require_relative 'repubmark/elems/power'
|
|||
require_relative 'repubmark/elems/footnote'
|
||||
|
||||
##
|
||||
# A Markdown-inspired markup language that can be compiled into HTML and
|
||||
# A Markdown-inspired markup language that may be compiled into HTML and
|
||||
# Gemtext.
|
||||
#
|
||||
module Repubmark
|
||||
|
|
|
@ -21,10 +21,10 @@ Gem::Specification.new do |spec|
|
|||
|
||||
spec.summary =
|
||||
'A Markdown-inspired markup language ' \
|
||||
'that can be compiled into HTML and Gemtext'
|
||||
'that may be compiled into HTML and Gemtext'
|
||||
|
||||
spec.description = <<~DESCRIPTION.split("\n").map(&:strip).join ' '
|
||||
A Markdown-inspired markup language that can be compiled into HTML and
|
||||
A Markdown-inspired markup language that may be compiled into HTML and
|
||||
Gemtext
|
||||
DESCRIPTION
|
||||
|
||||
|
|
Loading…
Reference in a new issue