!2 Update to 4.2.0

From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-11-13 07:55:13 +00:00 committed by Gitee
commit 1232708822
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 1 deletions

Binary file not shown.

BIN
rouge-4.2.0.gem Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global gem_name rouge
Name: rubygem-%{gem_name}
Version: 3.19.0
Version: 4.2.0
Release: 1
Summary: Pure-ruby colorizer based on pygments
License: MIT and BSD
@ -8,6 +8,7 @@ URL: http://rouge.jneen.net/
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
BuildRequires: ruby(release) rubygems-devel ruby >= 2.0
BuildRequires: help2man
Requires: rubygem(did_you_mean)
BuildArch: noarch
%description
Rouge aims to a be a simple, easy-to-extend drop-in replacement for pygments.
@ -53,5 +54,8 @@ help2man -N -s1 -o %{buildroot}%{_mandir}/man1/rougify.1 \
%{gem_instdir}/Gemfile
%changelog
* Mon Nov 13 2023 liyanan <liyanan61@h-partners.com> - 4.2.0-1
- Update to 4.2.0
* Mon Sep 7 2020 yanan li <liyanan032@huawei.com> - 3.19.0-1
- Package init