!5 Upgrade to version 7.0.4

From: @wk333 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
This commit is contained in:
openeuler-ci-bot 2023-01-20 07:02:10 +00:00 committed by Gitee
commit 1117f3546e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
5 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
actionmailbox-7.0.4.gem Normal file

Binary file not shown.

View File

@ -2,7 +2,7 @@
Name: rubygem-%{gem_name}
Version: 6.1.4.1
Version: 7.0.4
Release: 1
Summary: Inbound email handling framework
License: MIT
@ -11,12 +11,12 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}%{?prerelease}.gem
# Actionmailbox gem doesn't ship with the test suite.
# You may check it out like so
# git clone http://github.com/rails/rails.git
# cd rails/actionmailbox && git archive -v -o actionmailbox-6.1.4.1-tests.txz v6.1.4.1 test/
# cd rails/actionmailbox && git archive -v -o actionmailbox-7.0.4-tests.txz v7.0.4 test/
Source1: actionmailbox-%{version}%{?prerelease}-tests.txz
# The tools are needed for the test suite, are however unpackaged in gem file.
# You may get them like so
# git clone http://github.com/rails/rails.git --no-checkout
# cd rails && git archive -v -o rails-6.1.4.1-tools.txz v6.1.4.1 tools/
# cd rails && git archive -v -o rails-7.0.4-tools.txz v7.0.4 tools/
Source2: rails-%{version}%{?prerelease}-tools.txz
BuildRequires: ruby(release)
@ -93,5 +93,8 @@ popd
%doc %{gem_instdir}/README.md
%changelog
* Thu Jan 19 2023 wangkai <wangkai385@h-partners.com> - 1:7.0.4-1
- Upgrade to version 7.0.4
* Wed Mar 2 2022 caodongxia<caodongxia@huawei.com> - 6.1.4.1-1
- Init package