philiprehberger-queue_stack 0.1.2 → 0.1.4
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 +4 -4
- data/CHANGELOG.md +10 -0
- data/README.md +21 -3
- data/lib/philiprehberger/queue_stack/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff50a60ddd8a9bd5d462120f2030251c948659105edfe76ee9a87646d16f3a7d
|
|
4
|
+
data.tar.gz: e34e36ff80548f16e92aa9fd2b604161f74140caff317efec05ae48648bf732e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb6a2bade86267597f71fe64a549fd82b85f5376a3c4e57b4f2ecc96a5f944abc9f63112c0c50407c185ee41ffa8336a6f1328c866ee70ee21ebbd5eff0eac25
|
|
7
|
+
data.tar.gz: 0ba54d2272dee5f4fa95ce8e614ef4a7bde2f1db07c3887adf4caee7495395fb387ec76288cd0fc59ed87b7af1fa9d137e4ea866c777a06aa510b147255bdfc7
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.1.4] - 2026-03-31
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Standardize README badges, support section, and license format
|
|
14
|
+
|
|
15
|
+
## [0.1.3] - 2026-03-24
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
- Standardize README code examples to use double-quote require statements
|
|
19
|
+
|
|
10
20
|
## [0.1.2] - 2026-03-24
|
|
11
21
|
|
|
12
22
|
### Fixed
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/philiprehberger/rb-queue-stack/actions/workflows/ci.yml)
|
|
4
4
|
[](https://rubygems.org/gems/philiprehberger-queue_stack)
|
|
5
|
-
[](https://github.com/philiprehberger/rb-queue-stack/commits/main)
|
|
6
6
|
|
|
7
7
|
Thread-safe Queue and Stack with capacity limits and blocking operations
|
|
8
8
|
|
|
@@ -27,7 +27,7 @@ gem install philiprehberger-queue_stack
|
|
|
27
27
|
## Usage
|
|
28
28
|
|
|
29
29
|
```ruby
|
|
30
|
-
require
|
|
30
|
+
require "philiprehberger/queue_stack"
|
|
31
31
|
|
|
32
32
|
q = Philiprehberger::QueueStack::Queue.new(capacity: 100)
|
|
33
33
|
q.enqueue('task')
|
|
@@ -112,6 +112,24 @@ bundle exec rspec
|
|
|
112
112
|
bundle exec rubocop
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
+
## Support
|
|
116
|
+
|
|
117
|
+
If you find this project useful:
|
|
118
|
+
|
|
119
|
+
⭐ [Star the repo](https://github.com/philiprehberger/rb-queue-stack)
|
|
120
|
+
|
|
121
|
+
🐛 [Report issues](https://github.com/philiprehberger/rb-queue-stack/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
|
|
122
|
+
|
|
123
|
+
💡 [Suggest features](https://github.com/philiprehberger/rb-queue-stack/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
|
|
124
|
+
|
|
125
|
+
❤️ [Sponsor development](https://github.com/sponsors/philiprehberger)
|
|
126
|
+
|
|
127
|
+
🌐 [All Open Source Projects](https://philiprehberger.com/open-source-packages)
|
|
128
|
+
|
|
129
|
+
💻 [GitHub Profile](https://github.com/philiprehberger)
|
|
130
|
+
|
|
131
|
+
🔗 [LinkedIn Profile](https://www.linkedin.com/in/philiprehberger)
|
|
132
|
+
|
|
115
133
|
## License
|
|
116
134
|
|
|
117
|
-
MIT
|
|
135
|
+
[MIT](LICENSE)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: philiprehberger-queue_stack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
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-
|
|
11
|
+
date: 2026-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Thread-safe queue and stack data structures with configurable capacity
|
|
14
14
|
limits, blocking enqueue/dequeue with timeouts, and peek operations. Uses Mutex
|