sidekiq-undertaker 1.8.0.rc01 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/ruby-build.yml +1 -1
- data/CHANGELOG.md +1 -1
- data/README.md +1 -0
- data/lib/sidekiq/undertaker/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ac5227e064151d05774f0446bf8aa4cf02e488c9689c1a8bb3c71ed93b9f0fc
|
4
|
+
data.tar.gz: 42c47061b8a366b275f486f4dc7866ef066bc3ecbe8cbf3cb20c9a17d2299f7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b462971e556909f8ace910d541c993a0a5ced6f081262da4497a57799bfe89b7247826a4b2a42931d4974dc9ad952a1647e191390aa9a315ed275f9583cdec9
|
7
|
+
data.tar.gz: 3032d2ee35ff319103150e3c3600c9c2905db3f9d60d1038e408a6a7a63ca1febf3b9f9e3554596903ab78fce8c3a86fc007c4335a0ddbe274c8c3f77f23f9b2
|
@@ -30,7 +30,7 @@ jobs:
|
|
30
30
|
matrix:
|
31
31
|
# SEE: https://github.com/ruby/setup-ruby#supported-versions
|
32
32
|
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations
|
33
|
-
ruby-version: ['
|
33
|
+
ruby-version: ['head', '3.4', '3.3', '3.2']
|
34
34
|
experimental: [false]
|
35
35
|
include: # HINT: Do not use arrays for values here
|
36
36
|
- ruby-version: 'jruby'
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -84,6 +84,7 @@ The [Sidekiq-Cleaner](https://github.com/HackingHabits/sidekiq-cleaner) gem was
|
|
84
84
|
[Zlatko Rednjak](https://github.com/Rednjak) added the initial version of the `CHANGELOG.md`.
|
85
85
|
[Lucas Dell'Isola](https://github.com/ldellisola) added the export/import feature for dead jobs.
|
86
86
|
[thoesl](https://github.com/thoesl) added the error message based filter.
|
87
|
+
[Simon Himmelreich](https://github.com/shimel1) prepared the upgrade to Sidekiq 8.
|
87
88
|
|
88
89
|
For the complete list of network members have a look at the [fork overview](https://github.com/ThomasKoppensteiner/sidekiq-undertaker/network/members).
|
89
90
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sidekiq-undertaker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.8.0
|
4
|
+
version: 1.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thomas Koppensteiner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubyzip
|