diff --git a/rubygem-sprockets-rails.spec b/rubygem-sprockets-rails.spec index d0a8f0a0b1a7804862465ce537c44bf52797daae..f0e2ece3119a9b8b0325395851ddd4734f54dd1a 100644 --- a/rubygem-sprockets-rails.spec +++ b/rubygem-sprockets-rails.spec @@ -1,12 +1,12 @@ %global gem_name sprockets-rails Name: rubygem-%{gem_name} -Version: 3.5.0 +Version: 3.5.2 Release: 1 Summary: Sprockets Rails integration License: MIT URL: https://github.com/rails/sprockets-rails Source0: https://rubygems.org/gems/sprockets-rails-%{version}.gem -Source1: https://github.com/rails/sprockets-rails/archive/v%{version}.tar.gz +Source1: %{url}/archive/v%{version}/sprockets-rails-%{version}.tar.gz BuildRequires: ruby(release) rubygems-devel ruby rubygem(minitest) rubygem(railties) >= 3.0 BuildRequires: rubygem(rake) rubygem(sprockets) BuildArch: noarch @@ -51,6 +51,12 @@ popd %doc %{gem_instdir}/README.md %changelog +* Wed Nov 12 2025 yaoxin <1024769339@qq.com> - 3.5.2-1 +- Update to 3.5.2: + * Fix deprecations with Rails 8.0 + * Handle the gem being loaded via sprockets/railtie rather + than the expected sprockets/rails entrypoint. + * Tue Jun 03 2025 openeuler_bot - 3.5.0-1 - Add useful message for logger silence error by [@rossta](https://github.com/rossta) in [#381](https://github.com/rails/sprockets-rails/pull/381) (version: 3.5.0). diff --git a/sprockets-rails-3.5.0.gem b/sprockets-rails-3.5.0.gem deleted file mode 100644 index 6b1201c19287ee96008c02dffc03adfc8e58677f..0000000000000000000000000000000000000000 Binary files a/sprockets-rails-3.5.0.gem and /dev/null differ diff --git a/sprockets-rails-3.5.2.gem b/sprockets-rails-3.5.2.gem new file mode 100644 index 0000000000000000000000000000000000000000..38464b4b073ab4b67ec193789441ead9f8c71950 Binary files /dev/null and b/sprockets-rails-3.5.2.gem differ diff --git a/v3.5.0.tar.gz b/sprockets-rails-3.5.2.tar.gz similarity index 58% rename from v3.5.0.tar.gz rename to sprockets-rails-3.5.2.tar.gz index 5dc0a8afa01662bb0013c2385035a7e96b4d329b..5a484b2fd92165143eef2de2c5aff05645bb595e 100644 Binary files a/v3.5.0.tar.gz and b/sprockets-rails-3.5.2.tar.gz differ