update to 2.7.0

This commit is contained in:
lyn1001 2023-11-14 17:38:54 +08:00
parent dca6c6f32e
commit 392f6a1505
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