diff --git a/actionmailbox-7.0.4.gem b/actionmailbox-7.0.4.gem deleted file mode 100644 index 4ef51ff..0000000 Binary files a/actionmailbox-7.0.4.gem and /dev/null differ diff --git a/actionmailbox-7.0.4-tests.txz b/actionmailbox-7.0.7-tests.txz similarity index 97% rename from actionmailbox-7.0.4-tests.txz rename to actionmailbox-7.0.7-tests.txz index e333830..32829ea 100644 Binary files a/actionmailbox-7.0.4-tests.txz and b/actionmailbox-7.0.7-tests.txz differ diff --git a/actionmailbox-7.0.7.gem b/actionmailbox-7.0.7.gem new file mode 100644 index 0000000..04a39db Binary files /dev/null and b/actionmailbox-7.0.7.gem differ diff --git a/rails-7.0.4-tools.txz b/rails-7.0.7-tools.txz similarity index 97% rename from rails-7.0.4-tools.txz rename to rails-7.0.7-tools.txz index a34575f..842cffc 100644 Binary files a/rails-7.0.4-tools.txz and b/rails-7.0.7-tools.txz differ diff --git a/rubygem-actionmailbox.spec b/rubygem-actionmailbox.spec index ee64c0c..37f0b1a 100644 --- a/rubygem-actionmailbox.spec +++ b/rubygem-actionmailbox.spec @@ -2,7 +2,7 @@ Name: rubygem-%{gem_name} -Version: 7.0.4 +Version: 7.0.7 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-7.0.4-tests.txz v7.0.4 test/ +# cd rails/actionmailbox && git archive -v -o actionmailbox-7.0.7-tests.txz v7.0.7 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-7.0.4-tools.txz v7.0.4 tools/ +# cd rails && git archive -v -o rails-7.0.7-tools.txz v7.0.7 tools/ Source2: rails-%{version}%{?prerelease}-tools.txz BuildRequires: ruby(release) @@ -93,6 +93,9 @@ popd %doc %{gem_instdir}/README.md %changelog +* Fri Aug 18 2023 chenchen - 7.0.7-1 +- Upgrade to version 7.0.7 + * Thu Jan 19 2023 wangkai - 1:7.0.4-1 - Upgrade to version 7.0.4