reliable-queue-rb 1.0.0 → 1.0.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: f60d11205a995de4132cef78a505e1a15c5006988f7c139f96b340cfc23afe09
4
- data.tar.gz: e917c4e98b0add02db56d7579a67e163db7f4bc512b473b64a91d0c30423f020
3
+ metadata.gz: 79f05bf3fb398beabc25aad320ef4b15a8d726b3a0985f76e79bcc8540973358
4
+ data.tar.gz: 648a88d6c06e35cdb9ccf638000afa9199fb5f0f26d918594f830cad4532f8da
5
5
  SHA512:
6
- metadata.gz: 772dbd35b2a2b3269d4ac3a03a165adb670364f08addd922aa0470288a0a193c207aa34b8a8feaef4b40c039aa667ac61f03ce9048cd745fd927eb42ee4cc949
7
- data.tar.gz: c9e8fd7d693cef08dcd67296808cd8b93f55482097f216f0206da5e865cffad55014098dcf8ef96432c8cd0ae1781f8b1d5adc0f5fc76e7e69c220664c8eadc1
6
+ metadata.gz: a1b79927e152bc271d738d642893b6b311e1e40a044fa44c686c1ae36061ce1a56ffcf0157ce359636397abe61a4ecd385a83bcc7cebaecaf7c84dfa24f6e415
7
+ data.tar.gz: 79b50ccc230387c59ab9bc7de2b70d8a40d104de98e6bf77d6a9d4b9a703d5c95885b1b1df806cbcaf8907c8393511f9371956c1a38c484700d8bd1603cd349d
data/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file. This
4
4
  project adheres to [Semantic Versioning](http://semver.org/).
5
5
 
6
+ ## [1.0.1] - 2026-04-08
7
+
8
+ ### Fixed
9
+
10
+ - Rename `lib/reliable_queue_rb.rb` back to `lib/reliable-queue-rb.rb` so Bundler can auto-require the gem correctly
11
+
6
12
  ## [1.0.0] - 2026-03-27
7
13
 
8
14
  ### Changed
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reliable-queue-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anna Klimas
@@ -75,7 +75,7 @@ files:
75
75
  - CHANGELOG.md
76
76
  - LICENSE.txt
77
77
  - README.md
78
- - lib/reliable_queue_rb.rb
78
+ - lib/reliable-queue-rb.rb
79
79
  - lib/reliable_queue_rb/chunked_reliable_queue.rb
80
80
  - lib/reliable_queue_rb/reliable_queue.rb
81
81
  - spec/chunked_reliable_queue_spec.rb
File without changes