sidekiq-tasks 1.0.1 → 1.1.1
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/CHANGELOG.md +8 -0
- data/LICENSE.txt +1 -1
- data/README.md +5 -5
- data/lib/sidekiq/tasks/version.rb +1 -1
- data/lib/sidekiq/tasks/web/search.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d13a496b58433b8ee798cf6c5a2ff67518bc3da2db85f0ab28f8ee70c0b860a2
|
|
4
|
+
data.tar.gz: b50a5cf826a2cb6a4c12c43de9837f9c87cea14a731a44684cb756df39cb89d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 508e4a32d10ce1e9edf0eaae7113d15dac37e6c50fd939fc18edc660775f221ab9dd7406c4e4ce2e1c3514c146f7559769cf97faeb5c7ed433c02e8976c21bee
|
|
7
|
+
data.tar.gz: 4d21eb5afa827fe8b92e5512e8882f38eb6a2eaa8e0cb7832f3c87b7f714e47d6b9b5238908ff8bfc7a7ddd24b9be9a688d65f4c3072bb440e57a5de708cc5ad
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
### [1.1.1] - 2026-04-12
|
|
4
|
+
|
|
5
|
+
- Transfer repository ownership to Capsens organization.
|
|
6
|
+
|
|
7
|
+
### [1.1.0] - 2026-04-08
|
|
8
|
+
|
|
9
|
+
- Search tasks by description in addition to name.
|
|
10
|
+
|
|
3
11
|
### [1.0.1] - 2026-03-17
|
|
4
12
|
|
|
5
13
|
- Fix magic comment detection for tasks with multiline descriptions (heredoc, multiline strings, backslash continuation).
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Sidekiq::Tasks
|
|
2
2
|
|
|
3
|
-
[](https://github.com/CapSens/sidekiq-tasks/actions/workflows/ci.yml)
|
|
4
|
+
[](https://qlty.sh/gh/CapSens/projects/sidekiq-tasks)
|
|
5
|
+
[](https://qlty.sh/gh/CapSens/projects/sidekiq-tasks)
|
|
6
6
|
|
|
7
7
|
> A [Sidekiq](https://github.com/sidekiq/sidekiq) extension for task management.
|
|
8
8
|
|
|
@@ -267,7 +267,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
267
267
|
|
|
268
268
|
## Contributing
|
|
269
269
|
|
|
270
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
270
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/CapSens/sidekiq-tasks. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/CapSens/sidekiq-tasks/blob/master/CODE_OF_CONDUCT.md).
|
|
271
271
|
|
|
272
272
|
## License
|
|
273
273
|
|
|
@@ -275,4 +275,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
|
275
275
|
|
|
276
276
|
## Code of Conduct
|
|
277
277
|
|
|
278
|
-
Everyone interacting in the Sidekiq::Tasks project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/
|
|
278
|
+
Everyone interacting in the Sidekiq::Tasks project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/CapSens/sidekiq-tasks/blob/master/CODE_OF_CONDUCT.md).
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sidekiq-tasks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Capsens
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
@@ -223,7 +223,7 @@ description: |
|
|
|
223
223
|
Sidekiq Tasks is an extension for Sidekiq that provides an interface for launching tasks.
|
|
224
224
|
Natively supports rake tasks and can be easily extended to support other task execution systems.
|
|
225
225
|
email:
|
|
226
|
-
-
|
|
226
|
+
- contact@capsens.eu
|
|
227
227
|
executables: []
|
|
228
228
|
extensions: []
|
|
229
229
|
extra_rdoc_files: []
|
|
@@ -286,13 +286,13 @@ files:
|
|
|
286
286
|
- web/views/_pagination.erb
|
|
287
287
|
- web/views/task.erb
|
|
288
288
|
- web/views/tasks.erb
|
|
289
|
-
homepage: https://github.com/
|
|
289
|
+
homepage: https://github.com/CapSens/sidekiq-tasks
|
|
290
290
|
licenses:
|
|
291
291
|
- MIT
|
|
292
292
|
metadata:
|
|
293
|
-
homepage_uri: https://github.com/
|
|
294
|
-
source_code_uri: https://github.com/
|
|
295
|
-
changelog_uri: https://github.com/
|
|
293
|
+
homepage_uri: https://github.com/CapSens/sidekiq-tasks
|
|
294
|
+
source_code_uri: https://github.com/CapSens/sidekiq-tasks/blob/master
|
|
295
|
+
changelog_uri: https://github.com/CapSens/sidekiq-tasks/blob/master/CHANGELOG.md
|
|
296
296
|
rdoc_options: []
|
|
297
297
|
require_paths:
|
|
298
298
|
- lib
|