!8 update to 2.7.0

From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-11-15 02:18:38 +00:00 committed by Gitee
commit fc2360c0de
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
5 changed files with 5 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
regexp_parser-2.7.0.gem Normal file

Binary file not shown.

View File

@ -1,14 +1,14 @@
%global gem_name regexp_parser
Name: rubygem-%{gem_name}
Version: 2.6.1
Version: 2.7.0
Release: 1
Summary: Scanner, lexer, parser for ruby's regular expressions
License: MIT
URL: https://github.com/ammar/regexp_parser
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
# git clone https://github.com/ammar/regexp_parser.git && cd regexp_parser \
# git archive -v -o regexp_parser-2.6.1-specs.tar.gz v2.6.1 spec/
# git archive -v -o regexp_parser-2.7.0-specs.tar.gz v2.7.0 spec/
Source1: %{gem_name}-%{version}-specs.tar.gz
BuildRequires: ruby(release)
BuildRequires: rubygems-devel
@ -67,6 +67,9 @@ popd
%{gem_instdir}/regexp_parser.gemspec
%changelog
* Tue Nov 14 2023 liyanan <liyanan61@h-partners.com> - 2.7.0-1
- update to 2.7.0
* Wed Jan 04 2023 xu_ping <xuping33@h-partners.com> - 2.6.1-1
- update to 2.6.1