philiprehberger-priority_queue 0.1.1 → 0.1.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 +4 -4
- data/CHANGELOG.md +11 -2
- data/lib/philiprehberger/priority_queue/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eba3fde4872b0af2a635359f611a5b62841c802805574cb78517ed8ade438cb7
|
|
4
|
+
data.tar.gz: 8e12ac4b01666321aa55f37bbacc3aa1fef966d9ab8cd36919d8ef628ff5698d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 948aceb8e3b03157f8be36bcd5e6ba84473ff9586d86e41ce954c86adfdf14862d26a09d4967188f10b3a4e153520032b3daa655d705e58d766361b2ee41a820
|
|
7
|
+
data.tar.gz: 0fa1efd0a80e269df77e5ec88de7c746c8fa2b9432c75b07f38bdb15b0bb4676ad9e3ada3cc84e2ce1042beb2338f580f4b29be5e5a0579883696063dfa57a44
|
data/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
All notable changes to this
|
|
3
|
+
All notable changes to this gem will be documented in this file.
|
|
4
4
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
-
and this
|
|
6
|
+
and this gem adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
## [0.1.2] - 2026-03-22
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Fix CHANGELOG header wording
|
|
15
|
+
- Add bug_tracker_uri to gemspec
|
|
7
16
|
|
|
8
17
|
## [0.1.0] - 2026-03-22
|
|
9
18
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: philiprehberger-priority_queue
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- philiprehberger
|
|
@@ -31,6 +31,7 @@ metadata:
|
|
|
31
31
|
homepage_uri: https://github.com/philiprehberger/rb-priority-queue
|
|
32
32
|
source_code_uri: https://github.com/philiprehberger/rb-priority-queue
|
|
33
33
|
changelog_uri: https://github.com/philiprehberger/rb-priority-queue/blob/main/CHANGELOG.md
|
|
34
|
+
bug_tracker_uri: https://github.com/philiprehberger/rb-priority-queue/issues
|
|
34
35
|
rubygems_mfa_required: 'true'
|
|
35
36
|
post_install_message:
|
|
36
37
|
rdoc_options: []
|