philiprehberger-timeout_kit 0.2.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38648273212e92534eb7dceadb874fdff11a9f79537322caccce2b80265eb227
4
- data.tar.gz: 630c54614f2001126fe6a4f251421245b83832513e1c7b7ac865866a4cf5c77a
3
+ metadata.gz: 7a8adc873e824dbd74917d235e838e7471d7e8d5171dced00b3c551d6cd122c7
4
+ data.tar.gz: c32d783deeb26085d274dd7e802f0127848ad14292d25bb90edc72f8dbe1112b
5
5
  SHA512:
6
- metadata.gz: 21f72a37fd9180990963331e97658273e1eee1e5492ecab899fb5540c4843cd55fa2cfd2345920e6840c4b47446c711fb599e4b367a22dc4f7b04ae7de86704b
7
- data.tar.gz: 1850ebc59963836b441862c3794151f225247604462f43eaa3252ac1efc46efa0b2f5eb25622e992fed1d8c200b430f89f4253e1fbd671a29bf00ca24b17944e
6
+ metadata.gz: 41d90f277f055add991dede2a122ba767b109cc1d112526ef4aab0a217b935ad16df0e38ddf78ec78b9cc54de7e4d5c8b542b2b93d6f7c95908ed0deb3c7804a
7
+ data.tar.gz: 39b256c071b1b339f37b02bb13c07ed76fe486b78006961178c6d6e56d0046c1f04dab90d102b0fd14aa3cfb5b6a343f239c92e654de13fa9ce79658e1c56f64
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.2.1] - 2026-03-31
11
+
12
+ ### Changed
13
+ - Standardize README badges, support section, and license format
14
+
10
15
  ## [0.2.0] - 2026-03-29
11
16
 
12
17
  ### Added
data/README.md CHANGED
@@ -2,12 +2,7 @@
2
2
 
3
3
  [![Tests](https://github.com/philiprehberger/rb-timeout-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/philiprehberger/rb-timeout-kit/actions/workflows/ci.yml)
4
4
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-timeout_kit.svg)](https://rubygems.org/gems/philiprehberger-timeout_kit)
5
- [![GitHub release](https://img.shields.io/github/v/release/philiprehberger/rb-timeout-kit)](https://github.com/philiprehberger/rb-timeout-kit/releases)
6
5
  [![Last updated](https://img.shields.io/github/last-commit/philiprehberger/rb-timeout-kit)](https://github.com/philiprehberger/rb-timeout-kit/commits/main)
7
- [![License](https://img.shields.io/github/license/philiprehberger/rb-timeout-kit)](LICENSE)
8
- [![Bug Reports](https://img.shields.io/github/issues/philiprehberger/rb-timeout-kit/bug)](https://github.com/philiprehberger/rb-timeout-kit/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
9
- [![Feature Requests](https://img.shields.io/github/issues/philiprehberger/rb-timeout-kit/enhancement)](https://github.com/philiprehberger/rb-timeout-kit/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
10
- [![Sponsor](https://img.shields.io/badge/sponsor-GitHub%20Sponsors-ec6cb9)](https://github.com/sponsors/philiprehberger)
11
6
 
12
7
  Safe timeout patterns without Thread.raise
13
8
 
@@ -162,10 +157,21 @@ bundle exec rubocop
162
157
 
163
158
  ## Support
164
159
 
165
- If you find this package useful, consider giving it a star on GitHub — it helps motivate continued maintenance and development.
160
+ If you find this project useful:
166
161
 
167
- [![LinkedIn](https://img.shields.io/badge/Philip%20Rehberger-LinkedIn-0A66C2?logo=linkedin)](https://www.linkedin.com/in/philiprehberger)
168
- [![More packages](https://img.shields.io/badge/more-open%20source%20packages-blue)](https://philiprehberger.com/open-source-packages)
162
+ [Star the repo](https://github.com/philiprehberger/rb-timeout-kit)
163
+
164
+ 🐛 [Report issues](https://github.com/philiprehberger/rb-timeout-kit/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
165
+
166
+ 💡 [Suggest features](https://github.com/philiprehberger/rb-timeout-kit/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
167
+
168
+ ❤️ [Sponsor development](https://github.com/sponsors/philiprehberger)
169
+
170
+ 🌐 [All Open Source Projects](https://philiprehberger.com/open-source-packages)
171
+
172
+ 💻 [GitHub Profile](https://github.com/philiprehberger)
173
+
174
+ 🔗 [LinkedIn Profile](https://www.linkedin.com/in/philiprehberger)
169
175
 
170
176
  ## License
171
177
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module TimeoutKit
5
- VERSION = '0.2.0'
5
+ VERSION = '0.2.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-timeout_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
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-30 00:00:00.000000000 Z
11
+ date: 2026-03-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A cooperative timeout library providing deadline and timeout patterns
14
14
  that avoid Thread.raise, with nested deadline support, grace periods, callbacks,