wurk 0.0.1 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ccc98d05b27f80d2950f50c1a6275c4118bf335094a35442dd9a527cc11d3b90
4
- data.tar.gz: 44689a145f4e136572a6c896c6aecbcf53b48444f76d74d4e204412ade2f6417
3
+ metadata.gz: 9eb828fa09a80cfa5ba573b95dc6b3015df4c08989d018621d3ab8d9d5a9c1ae
4
+ data.tar.gz: 630d08d0eb466634f1c1ea61186a6b8fa9eb8214208dce1f7f800e32cd85ce57
5
5
  SHA512:
6
- metadata.gz: 031d251be8efbd5a640f062e6fe8cd95705cc60e814a88f237500312c839cc3200f5fa868408904cf2614dffd0cd5e8ee9d1966d802846a000ea578c285af606
7
- data.tar.gz: b0c73f74ced829f68b730861bd4f9c9976ba5693d2adf17378e0433f7b3b910acbf1944d1988eb640db7d2494c16baad2609d7729ab3998f814b87a9d0e77ca1
6
+ metadata.gz: e96e4a92514254deb6ae2c94deb0e60187ceb13d5289f32a7932e51dd5c03c5df2ee1670ba5738d106f2269d5743c72978bdd5d81184804b4802903d67e703c9
7
+ data.tar.gz: 7f13a1fd9c2e908c359913aa2e181341ea53dbccbf3b81a3154fd1b5286764bf1b1e841cfc5f5dc9a7cefc7432520d535ad22c69b502f25fac43a78830610e72
data/CHANGELOG.md CHANGED
@@ -7,6 +7,19 @@ 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
+
15
+ ## [0.0.2] - 2026-06-01
16
+
17
+ ### Changed
18
+ - Releases now publish to RubyGems via GitHub Actions OIDC trusted publishing (`rubygems/release-gem`) — no long-lived API key. Pushing a `v*` tag cuts the release.
19
+
20
+ ### Added
21
+ - Local release helpers: `bin/gem-build`, `bin/gem-login`, `bin/gem-push` for manual/bootstrap publishing.
22
+
10
23
  ## [0.0.1] - 2026-06-01
11
24
 
12
25
  First public (pre-1.0) release. Wurk is a 100% API-compatible drop-in replacement for Sidekiq + Sidekiq Pro + Sidekiq Enterprise — same Redis key schema, same job JSON, same Ruby DSL — with fork-based real parallelism, the full Pro + Enterprise feature set in one free gem (no license check), and a precompiled React dashboard.
@@ -39,5 +52,7 @@ First public (pre-1.0) release. Wurk is a 100% API-compatible drop-in replacemen
39
52
  - ActiveJob adapter, `IterableJob`, embedded mode, and a standalone `exe/wurk` runner.
40
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.
41
54
 
42
- [Unreleased]: https://github.com/developerz-ai/wurk/compare/v0.0.1...HEAD
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
57
+ [0.0.2]: https://github.com/developerz-ai/wurk/compare/v0.0.1...v0.0.2
43
58
  [0.0.1]: https://github.com/developerz-ai/wurk/releases/tag/v0.0.1
data/lib/wurk/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wurk
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.3"
5
5
  end
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.0.1",
3
- "timestamp": "2026-06-01T12:18:39.802Z"
2
+ "version": "0.0.3",
3
+ "timestamp": "2026-06-01T12:59:47.974Z"
4
4
  }
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wurk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
- - sebi
7
+ - developerz.ai
8
8
  bindir: exe
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
@@ -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
- - gore.sebyx@yahoo.com
85
+ - admin@developerz.ai
86
86
  executables:
87
87
  - wurk
88
88
  extensions: []
@@ -225,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  - !ruby/object:Gem::Version
226
226
  version: '0'
227
227
  requirements: []
228
- rubygems_version: 4.0.6
228
+ rubygems_version: 3.6.9
229
229
  specification_version: 4
230
230
  summary: 100% drop-in replacement for Sidekiq + Sidekiq Pro + Sidekiq Enterprise.
231
231
  Free. Faster.