diff --git a/actionmailbox-6.1.4.1.gem b/actionmailbox-6.1.4.1.gem deleted file mode 100644 index fd88b9f..0000000 Binary files a/actionmailbox-6.1.4.1.gem and /dev/null differ diff --git a/actionmailbox-6.1.4.1-tests.txz b/actionmailbox-7.0.4-tests.txz similarity index 96% rename from actionmailbox-6.1.4.1-tests.txz rename to actionmailbox-7.0.4-tests.txz index 775a9d0..e333830 100644 Binary files a/actionmailbox-6.1.4.1-tests.txz and b/actionmailbox-7.0.4-tests.txz differ diff --git a/actionmailbox-7.0.4.gem b/actionmailbox-7.0.4.gem new file mode 100644 index 0000000..4ef51ff Binary files /dev/null and b/actionmailbox-7.0.4.gem differ diff --git a/rails-6.1.4.1-tools.txz b/rails-7.0.4-tools.txz similarity index 95% rename from rails-6.1.4.1-tools.txz rename to rails-7.0.4-tools.txz index 2a29578..a34575f 100644 Binary files a/rails-6.1.4.1-tools.txz and b/rails-7.0.4-tools.txz differ diff --git a/rubygem-actionmailbox.spec b/rubygem-actionmailbox.spec index b2015ad..ee64c0c 100644 --- a/rubygem-actionmailbox.spec +++ b/rubygem-actionmailbox.spec @@ -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 - 1:7.0.4-1 +- Upgrade to version 7.0.4 + * Wed Mar 2 2022 caodongxia - 6.1.4.1-1 - Init package