Fix gem summary and description

This commit is contained in:
Alex Kotov 2024-10-19 00:03:19 +04:00
parent 3af946467a
commit 735d382a53
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
3 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -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

View file

@ -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