diff --git a/activesupport-7.0.6.gem b/activesupport-7.0.6.gem deleted file mode 100644 index dbbaf53dcf4189c68c6dc764cb34e163e2970966..0000000000000000000000000000000000000000 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 0ff280c7a09ad0372269741c736ad2218e9a0756..feb54708d1940da227cdf72e7a5fd77e6b225ad7 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 0000000000000000000000000000000000000000..0674e1f056e9cc0a6e73983d7ffef965c4760663 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 379b0d3d7b8f851d3070ea5d45093599bfb9142f..842cffc3462c1358407d89456e231f322b9b2848 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 9a3a9bdd309a6d35a2cea1b8429e363da8575e18..746831e5d6c72cfe62b80230eeacb45e0c194e77 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