diff --git a/activesupport-7.0.6.gem b/activesupport-7.0.6.gem deleted file mode 100644 index dbbaf53..0000000 Binary files a/activesupport-7.0.6.gem and /dev/null differ diff --git a/activesupport-7.0.6-tests.txz b/activesupport-7.0.7-tests.txz similarity index 98% rename from activesupport-7.0.6-tests.txz rename to activesupport-7.0.7-tests.txz index 0ff280c..feb5470 100644 Binary files a/activesupport-7.0.6-tests.txz and b/activesupport-7.0.7-tests.txz differ diff --git a/activesupport-7.0.7.gem b/activesupport-7.0.7.gem new file mode 100644 index 0000000..0674e1f Binary files /dev/null and b/activesupport-7.0.7.gem differ diff --git a/rails-7.0.6-tools.txz b/rails-7.0.7-tools.txz similarity index 97% rename from rails-7.0.6-tools.txz rename to rails-7.0.7-tools.txz index 379b0d3..842cffc 100644 Binary files a/rails-7.0.6-tools.txz and b/rails-7.0.7-tools.txz differ diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec index 9a3a9bd..746831e 100644 --- a/rubygem-activesupport.spec +++ b/rubygem-activesupport.spec @@ -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 - 1:7.0.7-1 +- Upgrade to version 7.0.7 + * Thu Aug 17 2023 liqiuyu - 1:7.0.6-1 - Upgrade to version 7.0.6