diff --git a/activestorage-7.0.4.gem b/activestorage-7.0.4.gem deleted file mode 100644 index 0a9d21d..0000000 Binary files a/activestorage-7.0.4.gem and /dev/null differ diff --git a/activestorage-7.0.4-tests.txz b/activestorage-7.0.7-tests.txz similarity index 99% rename from activestorage-7.0.4-tests.txz rename to activestorage-7.0.7-tests.txz index df7984d..8a726cd 100644 Binary files a/activestorage-7.0.4-tests.txz and b/activestorage-7.0.7-tests.txz differ diff --git a/activestorage-7.0.7.gem b/activestorage-7.0.7.gem new file mode 100644 index 0000000..71707c4 Binary files /dev/null and b/activestorage-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-activestorage.spec b/rubygem-activestorage.spec index b1af287..57ec3a8 100644 --- a/rubygem-activestorage.spec +++ b/rubygem-activestorage.spec @@ -2,7 +2,7 @@ %bcond_without bootstrap %bcond_with ffmpeg Name: rubygem-%{gem_name} -Version: 7.0.4 +Version: 7.0.7 Release: 1 Summary: Local and cloud file storage framework License: MIT @@ -11,12 +11,12 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem # The gem doesn't ship with the test suite. # You may check it out like so # git clone https://github.com/rails/rails.git -# cd rails/activestorage && git archive -v -o activestorage-7.0.4-tests.txz v7.0.4 test/ +# cd rails/activestorage && git archive -v -o activestorage-7.0.7-tests.txz v7.0.7 test/ Source1: %{gem_name}-%{version}-tests.txz # The tools are needed for the test suite, are however unpackaged in gem file. # You may check it out 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}-tools.txz BuildRequires: ruby(release) rubygems-devel ruby %if %{without bootstrap} @@ -120,6 +120,9 @@ popd %doc %{gem_instdir}/README.md %changelog +* Thu Aug 17 2023 Ge Wang - 7.0.7-1 +- Upgrade to version 7.0.7 + * Thu Jan 19 2023 wangkai - 7.0.4-1 - Upgrade to version 7.0.4