diff --git a/delayed_job-4.1.11.gem b/delayed_job-4.1.11.gem deleted file mode 100644 index 136b7b2..0000000 --- a/delayed_job-4.1.11.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9861510f1ad86bd872cdc7edfd0c59f1a3efd93e26fe0272e58c3c49c5795d68 -size 41472 diff --git a/delayed_job-4.1.12.gem b/delayed_job-4.1.12.gem new file mode 100644 index 0000000..3f9eba6 --- /dev/null +++ b/delayed_job-4.1.12.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d56f041b3a79418e5330162cb10e690d50f0f0963f66dbd0cdc41e6fcb8d27f +size 41472 diff --git a/rubygem-delayed_job.changes b/rubygem-delayed_job.changes index aebbaf0..fccb400 100644 --- a/rubygem-delayed_job.changes +++ b/rubygem-delayed_job.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Nov 4 16:31:58 UTC 2024 - Dan Čermák + +- 4.1.12 - 2024-08-14 +======================= +* Add missing require for extract_options +* Fix rails 7.2 ActiveSupport::ProxyObject deprecation +* Multiple contributors on current and legacy test suite improvements + +4.1.12.rc1 - 2024-08-13 +======================= +* Validating trusted publishing release +* Add missing require for extract_options +* Fix rails 7.2 ActiveSupport::ProxyObject deprecation +* Multiple contributors on current and legacy test suite improvements + + ------------------------------------------------------------------- Mon Oct 10 13:02:36 UTC 2022 - Stephan Kulow diff --git a/rubygem-delayed_job.spec b/rubygem-delayed_job.spec index 21b6bc1..57ffd64 100644 --- a/rubygem-delayed_job.spec +++ b/rubygem-delayed_job.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-delayed_job # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,11 +24,10 @@ # Name: rubygem-delayed_job -Version: 4.1.11 +Version: 4.1.12 Release: 0 %define mod_name delayed_job %define mod_full_name %{mod_name}-%{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{rubygem gem2rpm} BuildRequires: %{ruby} BuildRequires: ruby-macros >= 5 @@ -37,7 +36,6 @@ Source: https://rubygems.org/gems/%{mod_full_name}.gem Source1: gem2rpm.yml Summary: Database-backed asynchronous priority queue system -- Extracted from License: MIT -Group: Development/Languages/Ruby %description Delayed_job (or DJ) encapsulates the common pattern of asynchronously