philiprehberger-task_queue 0.2.6 → 0.2.8

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: e1b0918624b9e7363eaaddd3d41412a61d97ed099624bb98711a0eb76b599060
4
- data.tar.gz: bb8bcfbd7d2da8d272b456081c34ddc942b67048551e8125ac712f00941fe9c6
3
+ metadata.gz: f754b8edbc5ff436a9f86017218b9953e38fa91149079a75099a939cb68d0a00
4
+ data.tar.gz: 21bca679e41f7a16f03aaf12aa550728b22d22258432692ac25fdffdec3dfaf5
5
5
  SHA512:
6
- metadata.gz: 1e2dd152d7932e6e57420ddfc96e28bd9b709bbb77b58fc3b32642a6010d0b6a63fef3eadc2b6ad04de56f6badc1471ff131062d02f61fa93991e7602caa6548
7
- data.tar.gz: 95afa5ba7e641da392d6bb9c1735bd5ee9e1749154e6e8b91c1c655aa5316f68da25d6b5216c8ee9df1dd34f848cca0a106fdc91ea0415ac659ca03e0ba7d350
6
+ metadata.gz: 6b39b25e722d3d7899b856bb402c6ab6334a05b57163cd0dcecc63ed85467fc3126c0ae2147737db5d90c22c01a1e1528249ee1773f7cdd15a82669007f48bf7
7
+ data.tar.gz: 5fb4e00d377baaeb159c5357fa73ef3de43f98adfabd495f523d92c1e9762911bff5dcb72562cab1d74212d198b77b67edbd68744603e4ef4cd5f71b0b69e073
data/CHANGELOG.md CHANGED
@@ -2,8 +2,21 @@
2
2
 
3
3
  All notable changes to this gem will be documented in this file.
4
4
 
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
5
8
  ## [Unreleased]
6
9
 
10
+ ## [0.2.8] - 2026-03-24
11
+
12
+ ### Fixed
13
+ - Align README one-liner with gemspec summary
14
+
15
+ ## [0.2.7] - 2026-03-23
16
+
17
+ ### Fixed
18
+ - Standardize README/CHANGELOG to match template guide
19
+
7
20
  ## [0.2.6] - 2026-03-22
8
21
 
9
22
  ### Changed
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-task_queue.svg)](https://rubygems.org/gems/philiprehberger-task_queue)
5
5
  [![License](https://img.shields.io/github/license/philiprehberger/rb-task-queue)](LICENSE)
6
6
 
7
- In-process async job queue with concurrency control for Ruby
7
+ In-process async job queue with concurrency control
8
8
 
9
9
  ## Requirements
10
10
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module TaskQueue
5
- VERSION = '0.2.6'
5
+ VERSION = '0.2.8'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-task_queue
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Rehberger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-23 00:00:00.000000000 Z
11
+ date: 2026-03-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A lightweight, zero-dependency, thread-safe in-process async job queue
14
14
  with configurable concurrency for Ruby applications.