Upgrade to version 7.0.7
This commit is contained in:
parent
dee0206fe2
commit
ec5896f174
Binary file not shown.
Binary file not shown.
BIN
activesupport-7.0.7.gem
Normal file
BIN
activesupport-7.0.7.gem
Normal file
Binary file not shown.
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
%global gem_name activesupport
|
||||
Name: rubygem-%{gem_name}
|
||||
Epoch: 1
|
||||
Version: 7.0.6
|
||||
Version: 7.0.7
|
||||
Release: 1
|
||||
Summary: A support libraries and Ruby core extensions extracted from the Rails framework
|
||||
License: MIT
|
||||
@ -10,12 +10,12 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
||||
# The activesupport 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/activesupport && git archive -v -o activesupport-7.0.4-tests.txz v7.0.4 test/
|
||||
# cd rails/activesupport && git archive -v -o activesupport-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 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}-tools.txz
|
||||
# Fixes for Minitest 5.16+
|
||||
# https://github.com/rails/rails/pull/45380
|
||||
@ -95,6 +95,9 @@ popd
|
||||
%doc %{gem_instdir}/README.rdoc
|
||||
|
||||
%changelog
|
||||
* Fri Aug 18 2023 wangkai <wang_kai001@hoperun.com> - 1:7.0.7-1
|
||||
- Upgrade to version 7.0.7
|
||||
|
||||
* Thu Aug 17 2023 liqiuyu <liqiuyu@kylinos.cn> - 1:7.0.6-1
|
||||
- Upgrade to version 7.0.6
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user