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
|
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'
|
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.
|
# Gemtext.
|
||||||
#
|
#
|
||||||
module Repubmark
|
module Repubmark
|
||||||
|
|
|
@ -21,10 +21,10 @@ Gem::Specification.new do |spec|
|
||||||
|
|
||||||
spec.summary =
|
spec.summary =
|
||||||
'A Markdown-inspired markup language ' \
|
'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 ' '
|
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
|
Gemtext
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue