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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: effc38578d3d02aa350f639420123b99a26e99de790207eb8babb13668540f92
4
- data.tar.gz: a303a127bd33cae057fd6c20d5198e55d2dc104f5d22ae4c693ad3515b52b1b0
3
+ metadata.gz: eba3fde4872b0af2a635359f611a5b62841c802805574cb78517ed8ade438cb7
4
+ data.tar.gz: 8e12ac4b01666321aa55f37bbacc3aa1fef966d9ab8cd36919d8ef628ff5698d
5
5
  SHA512:
6
- metadata.gz: 5d41bad688a95b632280e32d3352034ab2b14fb8ce8a75653a0632d0a0db090dd7b7afee08602bd0a12f9e24c7f6018e83c56a4eb6903453b66890b5b02ce3a2
7
- data.tar.gz: 2a1e8ea6ad147e6070a12d503d0543b95776a156152f50c67b2732ac0c63e1226c606eaa9f5abba785ae4c3eb15a94d9a79a89e1e00f6023e9aaaa9bce0d8407
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 project will be documented in this file.
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 project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
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
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module PriorityQueue
5
- VERSION = '0.1.1'
5
+ VERSION = '0.1.2'
6
6
  end
7
7
  end
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.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: []