philiprehberger-progress 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: 953700dad00857c2fa7c652561af361c5ecee60e134faaa850593af9133639b4
4
- data.tar.gz: 7c2b0fcad7cf99a79c467c5752d540374ec15f4e1dce554d9e7ac23257330490
3
+ metadata.gz: d278dc09081dc277006eddb173fa17baf7016199c6bd87807ac00092c77ecece
4
+ data.tar.gz: 69933ba0ec72a9aeed28659e7547951d126f463b6b764200ba8e08e50af03b31
5
5
  SHA512:
6
- metadata.gz: 15f6a5f59d9e5e3f9666dd19959e401fbebebd69dd002f491103dcee891baa462dcd8fe07bd01ed826ceee965753a9c4afeef76757cee97522eeff2e166219fc
7
- data.tar.gz: ae14b3012f2b94ca3949319d6c9becc3d52fc5b2d741c9b8eadf29e71a0ef2f596acf8f3274127e446f3593b711779c015fb3c253b7e05a213f4eb080dd31b7d
6
+ metadata.gz: 9f109ddf121b047b20fbd26388dc7bdd10f5b32f4845fe6a0474d7607171f248ae24b77c05270cd642793c5ef96f4407cdbb2b76637000aababc4432bab618b1
7
+ data.tar.gz: 956e6524daf79f6eacefb7237b4eb84e91b4cb4ed99dc2785b51bf65b1a168f24171704a677146aebf26d92eb4f6d118a55e8b2fe263171d67239bf25bf497f8
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 Progress
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-progress
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
@@ -34,6 +34,7 @@ metadata:
34
34
  homepage_uri: https://github.com/philiprehberger/rb-progress
35
35
  source_code_uri: https://github.com/philiprehberger/rb-progress
36
36
  changelog_uri: https://github.com/philiprehberger/rb-progress/blob/main/CHANGELOG.md
37
+ bug_tracker_uri: https://github.com/philiprehberger/rb-progress/issues
37
38
  rubygems_mfa_required: 'true'
38
39
  post_install_message:
39
40
  rdoc_options: []