update to version 7.0.7

This commit is contained in:
wang--ge 2023-08-17 15:00:42 +08:00
parent 161cdd6190
commit 93a1f0d383
5 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
activestorage-7.0.7.gem Normal file

Binary file not shown.

View File

@ -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 <wang__ge@126.com> - 7.0.7-1
- Upgrade to version 7.0.7
* Thu Jan 19 2023 wangkai <wangkai385@h-partners.com> - 7.0.4-1
- Upgrade to version 7.0.4