resque-unique_at_runtime 4.0.0 → 4.0.2
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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +149 -0
- data/LICENSE.md +15 -0
- data/README.md +506 -79
- data/lib/resque/plugins/unique_at_runtime.rb +64 -13
- data/lib/resque/unique_at_runtime/configuration.rb +9 -9
- data/lib/resque/unique_at_runtime/version.rb +7 -1
- data/lib/resque/unique_at_runtime.rb +8 -0
- data/lib/resque-unique_at_runtime.rb +8 -9
- data/sig/resque/unique_at_runtime.rbs +8 -0
- data.tar.gz.sig +0 -0
- metadata +230 -64
- metadata.gz.sig +0 -0
- data/.gitignore +0 -17
- data/.rubocop.yml +0 -2
- data/.rubocop_todo.yml +0 -75
- data/.ruby-version +0 -1
- data/.travis.yml +0 -35
- data/CODE_OF_CONDUCT.md +0 -74
- data/Gemfile +0 -19
- data/LICENSE +0 -23
- data/Rakefile +0 -10
- data/resque-unique_at_runtime.gemspec +0 -54
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf2d267c68477bd3ccaf3227c31549e8c0d86077e5c6c43e0862469768544acc
|
|
4
|
+
data.tar.gz: dd11399e5aef8faf548aa5039c27d203ed8ed318feee385454355662bb19c0a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08f2a6a36c6ef37f1326e3327f5049e996f8426f58680ea5c251d8a9bc63741af26be084b22cb7efe9dcd16f1993249943516c98f7742819389d3bdc2b461bac'
|
|
7
|
+
data.tar.gz: 199eea328c700fc4b07bb517b9a65f02b8060840817bf3834852a7f6c2340f63ac64c9ee0e706d2089be2cde22c41ad66d7b41c7f67cd8101af3110f11dcd3af
|
checksums.yaml.gz.sig
ADDED
|
Binary file
|
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
[![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog]
|
|
4
|
+
|
|
5
|
+
All notable changes to this project will be documented in this file.
|
|
6
|
+
|
|
7
|
+
The format is based on [Keep a Changelog][📗keep-changelog],
|
|
8
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
|
9
|
+
and [yes][📌major-versions-not-sacred], platform and engine support are part of the [public API][📌semver-breaking].
|
|
10
|
+
Please file a bug if you notice a violation of semantic versioning.
|
|
11
|
+
|
|
12
|
+
[📌semver]: https://semver.org/spec/v2.0.0.html
|
|
13
|
+
[📌semver-img]: https://img.shields.io/badge/semver-2.0.0-FFDD67.svg?style=flat
|
|
14
|
+
[📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
|
|
15
|
+
[📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
|
|
16
|
+
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
|
17
|
+
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
|
|
18
|
+
|
|
19
|
+
## [Unreleased]
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
### Changed
|
|
24
|
+
|
|
25
|
+
### Deprecated
|
|
26
|
+
|
|
27
|
+
### Removed
|
|
28
|
+
|
|
29
|
+
### Fixed
|
|
30
|
+
|
|
31
|
+
### Security
|
|
32
|
+
|
|
33
|
+
## [4.0.2] - 2026-08-27
|
|
34
|
+
|
|
35
|
+
- TAG: [v4.0.2][4.0.2t]
|
|
36
|
+
- COVERAGE: 99.21% -- 126/127 lines in 6 files
|
|
37
|
+
- BRANCH COVERAGE: 86.21% -- 25/29 branches in 6 files
|
|
38
|
+
- 45.24% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260720-005 - README Support & Community links now
|
|
43
|
+
include RubyForum.
|
|
44
|
+
- kettle-jem-template-20260726-001 - Projects now include YARD lint
|
|
45
|
+
configuration and documentation dependencies so documentation issues fail
|
|
46
|
+
before generated docs are refreshed.
|
|
47
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
48
|
+
RSpec helpers provided by `kettle-test`.
|
|
49
|
+
|
|
50
|
+
### Changed
|
|
51
|
+
|
|
52
|
+
- kettle-jem-template-20260716-002 - Gemspecs now ship fewer repository-only
|
|
53
|
+
files, reducing package noise for downstream packagers.
|
|
54
|
+
- kettle-jem-template-20260720-002 - Development Gemfiles now use the released
|
|
55
|
+
`tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
56
|
+
- kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
|
|
57
|
+
cover `version.rb` without redefining constants, or are removed when version
|
|
58
|
+
specs are not managed for the project.
|
|
59
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
60
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
61
|
+
installing the main Gemfile bundle.
|
|
62
|
+
|
|
63
|
+
- Document the gem synopsis and configuration options.
|
|
64
|
+
|
|
65
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
66
|
+
use ClickGems instead of BestGems.
|
|
67
|
+
|
|
68
|
+
- [kc] kettle-jem/prepare: updated 26 project files:
|
|
69
|
+
- dependencies (23)
|
|
70
|
+
- other (3)
|
|
71
|
+
|
|
72
|
+
- [kc] kettle-jem/template: updated 38 project files:
|
|
73
|
+
- configuration (1)
|
|
74
|
+
- dependencies (1)
|
|
75
|
+
- documentation (2)
|
|
76
|
+
- other (4)
|
|
77
|
+
- workflows (30)
|
|
78
|
+
|
|
79
|
+
- Remove the GPL-2.0 colorize runtime dependency from logging output.
|
|
80
|
+
|
|
81
|
+
### Fixed
|
|
82
|
+
|
|
83
|
+
- kettle-jem-template-20260720-003 - StructuredMerge Git diff driver config now
|
|
84
|
+
uses the installed `smorg-rb` driver command.
|
|
85
|
+
- kettle-jem-template-20260725-001 - Release pull request branches beginning
|
|
86
|
+
with `feature/release` now run JRuby and TruffleRuby workflows.
|
|
87
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
88
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
89
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
90
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
91
|
+
coverage thresholds still pass.
|
|
92
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
93
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
94
|
+
installs are not reported as project lint debt.
|
|
95
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
96
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
97
|
+
before the test suite starts.
|
|
98
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
99
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
100
|
+
lockfile parser failures on Git and path dependencies.
|
|
101
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
102
|
+
missing canonical version spec when a project only has shim namespace version
|
|
103
|
+
specs.
|
|
104
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
105
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
106
|
+
failures against `gem.coop`.
|
|
107
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
108
|
+
relative to the gemspec directory, so release package contents stay correct
|
|
109
|
+
even when the gemspec is loaded from another working directory.
|
|
110
|
+
|
|
111
|
+
- Restore legacy top-level RSpec DSL support after templating and correct the runtime requeue default assertion.
|
|
112
|
+
|
|
113
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
114
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
115
|
+
parameter names from producing invalid configuration after a merge.
|
|
116
|
+
|
|
117
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
118
|
+
documentation now normalize configured underscore hostnames to valid
|
|
119
|
+
hyphenated hostnames.
|
|
120
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
121
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
122
|
+
matching Galtzo-hosted asset exists.
|
|
123
|
+
|
|
124
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
125
|
+
preserving comments and trailing commas during template updates.
|
|
126
|
+
|
|
127
|
+
- Generated gemspec author metadata now includes all non-machine copyright holders.
|
|
128
|
+
|
|
129
|
+
- Non-coverage appraisal specs no longer invoke SimpleCov when coverage is disabled.
|
|
130
|
+
|
|
131
|
+
- Alternate-engine appraisal gemfiles cap multi_json below 1.20 for Fiber API compatibility.
|
|
132
|
+
|
|
133
|
+
- Keep optional development tools out of gemspec metadata so alternate-engine appraisals do not install incompatible native extensions.
|
|
134
|
+
|
|
135
|
+
- Atomically replace expired runtime locks through Redis while retaining compatibility with older Redis clients and test doubles.
|
|
136
|
+
|
|
137
|
+
## [4.0.1] - 2018-11-15
|
|
138
|
+
|
|
139
|
+
- TAG: [v4.0.1][4.0.1t]
|
|
140
|
+
|
|
141
|
+
### Changed
|
|
142
|
+
|
|
143
|
+
- Historical release notes are unavailable in this changelog.
|
|
144
|
+
|
|
145
|
+
[Unreleased]: https://github.com/resque/resque-unique_at_runtime/compare/v4.0.2...HEAD
|
|
146
|
+
[4.0.2]: https://github.com/resque/resque-unique_at_runtime/compare/v4.0.1...v4.0.2
|
|
147
|
+
[4.0.2t]: https://github.com/resque/resque-unique_at_runtime/releases/tag/v4.0.2
|
|
148
|
+
[4.0.1]: https://github.com/resque/resque-unique_at_runtime/compare/6f784fa7dd7863db4d6169ae7f9519880c1ccb41...v4.0.1
|
|
149
|
+
[4.0.1t]: https://github.com/resque/resque-unique_at_runtime/releases/tag/v4.0.1
|
data/LICENSE.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# License
|
|
2
|
+
|
|
3
|
+
This project is made available under the following license.
|
|
4
|
+
Choose the option that best fits your use case:
|
|
5
|
+
|
|
6
|
+
- [MIT](https://github.com/resque/resque-unique_at_runtime/blob/main/MIT.md)
|
|
7
|
+
|
|
8
|
+
## Copyright Notice
|
|
9
|
+
|
|
10
|
+
- Copyright (c) 2012-2014 Jonathan R. Wallace
|
|
11
|
+
- Copyright (c) 2013 Tatsuhiko Miyagawa
|
|
12
|
+
- Copyright (c) 2014 Lance Woodson
|
|
13
|
+
- Copyright (c) 2017-2018, 2026 Peter H. Boling
|
|
14
|
+
- Copyright (c) 2020 Daniel Cunha
|
|
15
|
+
- Copyright (c) 2024 jiikko
|