philiprehberger-task_runner 0.1.2 → 0.1.3

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: b73a9dbb90b1d58a4d836cddb1c2b540b423036effb7ca99caabc6471fd5e637
4
- data.tar.gz: 551830b991dc5aac03fdf3a1c1638a3a05ca26515e205b2869552990821af0f7
3
+ metadata.gz: b6dfc4d0ba28ecfa8f7595708a8d1ed644a6af53c0ccca5e0ea3088a059ba50e
4
+ data.tar.gz: 15256a978c23e405abb6a01b8045c6c03b193f9fcb43f199fd883fe5412482fc
5
5
  SHA512:
6
- metadata.gz: 0e905b18b4fef11fe08a1c9c276bca22befd08b8357cbeb7d27829960667c5faf934b7214f7fd776efcca8ef40a9228099a423bfdc92ddbffb21766dd78bc809
7
- data.tar.gz: c9cca093d289caa229db20d0833f932093124d2bb103a0e5e69caf79110c9191963f63cc7eaae7db2f3c03566ea2f56bc8612cd7c2fcd0ea6c01898b466bff95
6
+ metadata.gz: 55115c901422f69e3fd8e3a0a104c9227a73916675d70587c5203043da7f8e4044c3d35104a88d26d28cde519fc6cedd31d5ef6a672f17959444cf77ef203e1b
7
+ data.tar.gz: bb70b1e19dc9dac1381f0203112dab213ef5771d5bc06459e098ec7a563ee5fb04bc79c156b286d2f9a6066613c3a692893e17e333b10398c202aabf1a1c2e8a
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.3] - 2026-03-24
11
+
12
+ ### Fixed
13
+ - Fix README one-liner to remove trailing period
14
+
10
15
  ## [0.1.2] - 2026-03-24
11
16
 
12
17
  ### Fixed
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-task_runner.svg)](https://rubygems.org/gems/philiprehberger-task_runner)
5
5
  [![License](https://img.shields.io/github/license/philiprehberger/rb-task-runner)](LICENSE)
6
6
 
7
- Shell command runner with output capture, timeout, and streaming.
7
+ Shell command runner with output capture, timeout, and streaming
8
8
 
9
9
  ## Requirements
10
10
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module TaskRunner
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-task_runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Rehberger