philiprehberger-token_bucket 0.2.1 → 0.2.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: a95630f0c00cbeffe9237acfeaab14215babbfb5662621d80b9e95771386ef24
4
- data.tar.gz: 9e5f9cbf0e256739db05bda864ac9f06d4cf4e89227548bce2423a702954dd62
3
+ metadata.gz: d838cec2c465e8e597e79ec9f5640011f9b76a17010234e0047afdc2a5d5b68d
4
+ data.tar.gz: 6e9ec88d1252d0ed5b11de92134d664694b6903461b42cf97da1c52e19f76648
5
5
  SHA512:
6
- metadata.gz: 40ec40d81d5b4b08d66b416b9f858b5f201d13b91b15eca50de981409dd10563cf00c138d3dd2945e6b3dc90471b6d4ea616010b703c74115990c30cc748b0c2
7
- data.tar.gz: 451cd890d0eeae65f71721df0f4507cdc42059fa57656021325779bed05c765d5c9346d2a67cc364daacc624b397675d84eea64634249a62a2a7388be430e3fd
6
+ metadata.gz: e440a658190df6cb7c0a73d888f23006147563ec66915aeb4d1ab93ff2410af469d205f50344710d00ed567b9a7b90ade6ec03e7b743f0977996094df11da8c7
7
+ data.tar.gz: aab7bb28b7e8c19f3f1960f8383f1f09d0f600e61e72e673a31cdf3a292c516d3e43720b78e40a7115dc371808270707887909a03550074fcf42e55c9704121f
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.2] - 2026-04-08
11
+
12
+ ### Changed
13
+ - Align gemspec summary with README description.
14
+
10
15
  ## [0.2.1] - 2026-03-31
11
16
 
12
17
  ### Changed
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module TokenBucket
5
- VERSION = '0.2.1'
5
+ VERSION = '0.2.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-token_bucket
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
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-31 00:00:00.000000000 Z
11
+ date: 2026-04-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Thread-safe token bucket rate limiter with configurable capacity and
14
14
  refill rate, supporting blocking and non-blocking token acquisition.
@@ -50,5 +50,6 @@ requirements: []
50
50
  rubygems_version: 3.5.22
51
51
  signing_key:
52
52
  specification_version: 4
53
- summary: Token bucket rate limiter with configurable capacity and refill rate
53
+ summary: Thread-safe token bucket rate limiter with configurable capacity, refill
54
+ rate, and refill strategy
54
55
  test_files: []