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
=========
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'
##
# 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

View file

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