wurk 0.0.1 → 0.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: ccc98d05b27f80d2950f50c1a6275c4118bf335094a35442dd9a527cc11d3b90
4
- data.tar.gz: 44689a145f4e136572a6c896c6aecbcf53b48444f76d74d4e204412ade2f6417
3
+ metadata.gz: 86ca3d4e35944014d423a1ad9760d20dc24b73ceb82e012ca8ddf878e83cabec
4
+ data.tar.gz: 2f161fc1e415d5a4293f52289af80cea767cfe234b137f2c1c36db5f06761538
5
5
  SHA512:
6
- metadata.gz: 031d251be8efbd5a640f062e6fe8cd95705cc60e814a88f237500312c839cc3200f5fa868408904cf2614dffd0cd5e8ee9d1966d802846a000ea578c285af606
7
- data.tar.gz: b0c73f74ced829f68b730861bd4f9c9976ba5693d2adf17378e0433f7b3b910acbf1944d1988eb640db7d2494c16baad2609d7729ab3998f814b87a9d0e77ca1
6
+ metadata.gz: dfdca78884951af416df8b2fb5677e2107a9d38935422ac7feebef589a539292c195d940315724ec97556a06f4811e39da104ce5ce7f7e1036c75fa64307592e
7
+ data.tar.gz: 5f44177d6854739a7078910f82afdac720813cc23954419ac7287c5860463d1bc95ce3a58ab1a6fff438f4934d49c916c9e39059f8cecafa5c5b554518da0064
data/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ 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.2] - 2026-06-01
11
+
12
+ ### Changed
13
+ - 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.
14
+
15
+ ### Added
16
+ - Local release helpers: `bin/gem-build`, `bin/gem-login`, `bin/gem-push` for manual/bootstrap publishing.
17
+
10
18
  ## [0.0.1] - 2026-06-01
11
19
 
12
20
  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 +47,6 @@ First public (pre-1.0) release. Wurk is a 100% API-compatible drop-in replacemen
39
47
  - ActiveJob adapter, `IterableJob`, embedded mode, and a standalone `exe/wurk` runner.
40
48
  - 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
49
 
42
- [Unreleased]: https://github.com/developerz-ai/wurk/compare/v0.0.1...HEAD
50
+ [Unreleased]: https://github.com/developerz-ai/wurk/compare/v0.0.2...HEAD
51
+ [0.0.2]: https://github.com/developerz-ai/wurk/compare/v0.0.1...v0.0.2
43
52
  [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.2"
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.2",
3
+ "timestamp": "2026-06-01T12:56:44.214Z"
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.2
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
@@ -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.