resque-unique_in_queue 2.0.1 → 2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0391fcb8f968b4a791e64268f384949154c16d36138b746591fd36c247472eef'
4
- data.tar.gz: b93d9360dfc35d2122a78f7368d2db6126e27b8454dac1ae10a59eab7037bd1c
3
+ metadata.gz: fcb07612e4890709e3af2498e2bd507fefa311ca2f1ab3df25ccf19e072ef505
4
+ data.tar.gz: 3ef3acb7ce74dfc9289478486b345873e174340191f8050f0e65502007dd21b0
5
5
  SHA512:
6
- metadata.gz: a5262d6a167bb6178be25b979cb1cbe62177b3d6ba410435104d9189adee7175bbb6b0d8d7887fc917497364242539aae89771a908cd6b06f51514639b5b947e
7
- data.tar.gz: 710437776f3ad698b4db17877e82871bdaf3b0354d0374de152110c18cdc787ff560286c1bb25ed116b58f3790ea77f8fbd89f8f7c6902569f7c1ae8bf0c2cdc
6
+ metadata.gz: b93bbe80f9589526e9cb01a170927680012f0eff216d231473fd34cf33d98e21b0e489bf4f4e52ed7cd530d32bc783c188408d2fabed2b0644b6ffa02a164056
7
+ data.tar.gz: 2c070d4f6c8ba14f8820abc136af8d8a2bac5cf7d3f39d6759917d1272485d48805fcd0ab359d18b9e7d8e79cde53fbb77ae26765510fc49fa40ea338eb2b339
checksums.yaml.gz.sig ADDED
Binary file
data/CHANGELOG.md ADDED
@@ -0,0 +1,147 @@
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
+ ## [2.0.2] - 2026-08-27
34
+
35
+ - TAG: [v2.0.2][2.0.2t]
36
+ - COVERAGE: 93.26% -- 180/193 lines in 8 files
37
+ - BRANCH COVERAGE: 78.57% -- 44/56 branches in 8 files
38
+ - 52.73% 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
+ ### Fixed
80
+
81
+ - kettle-jem-template-20260720-003 - StructuredMerge Git diff driver config now
82
+ uses the installed `smorg-rb` driver command.
83
+ - kettle-jem-template-20260725-001 - Release pull request branches beginning
84
+ with `feature/release` now run JRuby and TruffleRuby workflows.
85
+ - kettle-jem-template-20260726-002 - Generated version files now document their
86
+ version namespace and constants, reducing warning-only YARD lint output.
87
+ - kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
88
+ QLTY, and Codecov as optional, so provider outages do not fail CI when local
89
+ coverage thresholds still pass.
90
+ - kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
91
+ same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
92
+ installs are not reported as project lint debt.
93
+ - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
94
+ TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
95
+ before the test suite starts.
96
+ - kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
97
+ setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
98
+ lockfile parser failures on Git and path dependencies.
99
+ - kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
100
+ missing canonical version spec when a project only has shim namespace version
101
+ specs.
102
+ - kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
103
+ legacy manual bundle install path, avoiding setup-time Bundler full-index
104
+ failures against `gem.coop`.
105
+ - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
106
+ relative to the gemspec directory, so release package contents stay correct
107
+ even when the gemspec is loaded from another working directory.
108
+
109
+ - kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
110
+ managed configuration block bindings structurally, preventing mixed block
111
+ parameter names from producing invalid configuration after a merge.
112
+
113
+ - kettle-jem-template-20260801-003 - Generated project metadata and
114
+ documentation now normalize configured underscore hostnames to valid
115
+ hyphenated hostnames.
116
+ - kettle-jem-template-20260801-004 - Generated organization README logos now
117
+ use GitHub's stable organization avatar endpoint instead of assuming a
118
+ matching Galtzo-hosted asset exists.
119
+
120
+ - kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
121
+ preserving comments and trailing commas during template updates.
122
+
123
+ - Fix default uniqueness configuration loading on Ruby 4.
124
+
125
+ - Generated gemspec author metadata now includes all non-machine copyright holders.
126
+
127
+ - Ruby 2.4 CI now provisions Redis for the legacy integration specs.
128
+
129
+ - Alternate-engine appraisal gemfiles cap multi_json below 1.20 for Fiber API compatibility.
130
+
131
+ - Keep optional development tools out of gemspec metadata so alternate-engine appraisals do not install incompatible native extensions.
132
+
133
+ - Keep legacy exception-cleanup coverage independent of Resque's optional worker forking behavior across supported engines.
134
+
135
+ ## [2.0.1] - 2018-11-15
136
+
137
+ - TAG: [v2.0.1][2.0.1t]
138
+
139
+ ### Changed
140
+
141
+ - Historical release notes are unavailable in this changelog.
142
+
143
+ [Unreleased]: https://github.com/resque/resque-unique_in_queue/compare/v2.0.2...HEAD
144
+ [2.0.2]: https://github.com/resque/resque-unique_in_queue/compare/v2.0.1...v2.0.2
145
+ [2.0.2t]: https://github.com/resque/resque-unique_in_queue/releases/tag/v2.0.2
146
+ [2.0.1]: https://github.com/resque/resque-unique_in_queue/compare/5768fc8b5e3b164bf740286ee1ddbec2ea96797e...v2.0.1
147
+ [2.0.1t]: https://github.com/resque/resque-unique_in_queue/releases/tag/v2.0.1
data/LICENSE.md ADDED
@@ -0,0 +1,14 @@
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_in_queue/blob/main/MIT.md)
7
+
8
+ ## Copyright Notice
9
+
10
+ - Copyright (c) 2013-2017 Tee Parham
11
+ - Copyright (c) 2016 MaksMasalitin
12
+ - Copyright (c) 2018, 2026 Peter H. Boling
13
+ - Copyright (c) 2019 Daniel Cunha
14
+ - Copyright (c) 2026 Max Lewis