wurk 0.0.2 → 0.0.3
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 +7 -1
- data/lib/wurk/version.rb +1 -1
- data/vendor/assets/dashboard/wurk-manifest.json +2 -2
- 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: 9eb828fa09a80cfa5ba573b95dc6b3015df4c08989d018621d3ab8d9d5a9c1ae
|
|
4
|
+
data.tar.gz: 630d08d0eb466634f1c1ea61186a6b8fa9eb8214208dce1f7f800e32cd85ce57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e96e4a92514254deb6ae2c94deb0e60187ceb13d5289f32a7932e51dd5c03c5df2ee1670ba5738d106f2269d5743c72978bdd5d81184804b4802903d67e703c9
|
|
7
|
+
data.tar.gz: 7f13a1fd9c2e908c359913aa2e181341ea53dbccbf3b81a3154fd1b5286764bf1b1e841cfc5f5dc9a7cefc7432520d535ad22c69b502f25fac43a78830610e72
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@ All notable changes to Wurk are recorded here. Format: [Keep a Changelog](https:
|
|
|
7
7
|
### Added
|
|
8
8
|
- `Sidekiq::Testing` drop-in: `inline!` / `fake!` / `disable!` (global or block-scoped), the in-memory `Sidekiq::Queues` store, and the `Worker`/`Job` test helpers (`.jobs`, `.clear`, `.drain`, `.perform_one`, `.process_job`, `.drain_all`, `.clear_all`) + `Sidekiq::EmptyQueueError`.
|
|
9
9
|
|
|
10
|
+
## [0.0.3] - 2026-06-01
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Gem contact email set to `admin@developerz.ai`.
|
|
14
|
+
|
|
10
15
|
## [0.0.2] - 2026-06-01
|
|
11
16
|
|
|
12
17
|
### Changed
|
|
@@ -47,6 +52,7 @@ First public (pre-1.0) release. Wurk is a 100% API-compatible drop-in replacemen
|
|
|
47
52
|
- ActiveJob adapter, `IterableJob`, embedded mode, and a standalone `exe/wurk` runner.
|
|
48
53
|
- Sidekiq client/server middleware contract; third-party ecosystem suites (sidekiq-cron, sidekiq-unique-jobs, sidekiq-scheduler, sidekiq-status, sidekiq-failures, sidekiq-throttled) pass against Wurk.
|
|
49
54
|
|
|
50
|
-
[Unreleased]: https://github.com/developerz-ai/wurk/compare/v0.0.
|
|
55
|
+
[Unreleased]: https://github.com/developerz-ai/wurk/compare/v0.0.3...HEAD
|
|
56
|
+
[0.0.3]: https://github.com/developerz-ai/wurk/compare/v0.0.2...v0.0.3
|
|
51
57
|
[0.0.2]: https://github.com/developerz-ai/wurk/compare/v0.0.1...v0.0.2
|
|
52
58
|
[0.0.1]: https://github.com/developerz-ai/wurk/releases/tag/v0.0.1
|
data/lib/wurk/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wurk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- developerz.ai
|
|
@@ -82,7 +82,7 @@ description: 'Wire-compatible Ruby background job processor: same Redis schema,
|
|
|
82
82
|
check. Fork-based real parallelism. Mountable Rails engine with a precompiled React
|
|
83
83
|
dashboard.'
|
|
84
84
|
email:
|
|
85
|
-
-
|
|
85
|
+
- admin@developerz.ai
|
|
86
86
|
executables:
|
|
87
87
|
- wurk
|
|
88
88
|
extensions: []
|