Skip to content

Commit a58aaf9

Browse files
committed
use consistent short project description everywhere
1 parent a45c795 commit a58aaf9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
= {project-name}
22
Ted Nyman <ted@ted.io>; Aman Gupta <aman@tmm1.net>; Marat Radchenko <marat@slonopotamus.org>
33
:project-name: pygments.rb
4-
:project-handle: pygments.rb
54
:slug: pygments/{project-name}
65
:toc: preamble
76
:uri-project: https://github.com/{slug}
@@ -14,7 +13,7 @@ image:{uri-project}/workflows/CI/badge.svg?branch=master[Build Status,link={uri-
1413

1514
== Introduction
1615

17-
{project-name} is a Ruby wrapper for the Python {uri-pygments}[Pygments] syntax highlighter.
16+
{project-name} is a Ruby wrapper for {uri-pygments}[Pygments] syntax highlighter.
1817

1918
{project-name} works by talking over a simple pipe to a long-lived Python child process.
2019
This library replaces https://github.com/github/albino[github/albino], as well as an older version of {project-name} that used an embedded Python interpreter.

pygments.rb.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
77
s.version = Pygments::VERSION
88

99
s.summary = 'pygments wrapper for ruby'
10-
s.description = 'pygments.rb exposes the pygments syntax highlighter to Ruby'
10+
s.description = 'pygments.rb is a Ruby wrapper for Pygments syntax highlighter'
1111

1212
s.homepage = 'https://github.com/pygments/pygments.rb'
1313
s.required_ruby_version = '>= 2.3.0'

0 commit comments

Comments
 (0)